Hello,
With Tomcat 4, configuring a context with the following resourceParameters does work
correctly:
<parameter>
<name>url</name>
<value>jdbc:as400://milanoa;libraries=$frtdati</value>
</parameter>
For Tomcat 5, I needed to add an other $ sign:
<parameter>
<name>url</name>
<value>jdbc:as400://milanoa;libraries=$$frtdati</value>
</parameter>
I'm using Tomcat 5.0.27
Any idea why this happens?
Thanks
Reinhard Spisser
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]