This is what I was searching for.

Many thanks

Reinhard


-----Messaggio originale-----
Da: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Inviato: giovedì 12 agosto 2004 14.46
A: Tomcat Users List
Oggetto: RE: server.xml and $


Hi,
There's a known escaping issue there,
http://issues.apache.org/bugzilla/show_bug.cgi?id=28219.

Yoav Shapira
Millennium Research Informatics


>-----Original Message-----
>From: Spisser Reinhard [mailto:[EMAIL PROTECTED]
>Sent: Thursday, August 12, 2004 6:08 AM
>To: [EMAIL PROTECTED]
>Subject: server.xml and $
>
>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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to