Re: error accessing a context-param from web.xml

2002-09-04 Thread Michael R. Schwab
rd")" %>' > var='db' /> > > > Note the single quotes. This should work as there's nothing wrong with how > you are accessing the init params. > > http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.html > > -Or

RE: error accessing a context-param from web.xml

2002-09-04 Thread jon wingfield
m: Michael R. Schwab [mailto:[EMAIL PROTECTED]] Sent: 03 September 2002 18:56 To: Tomcat Users List Subject: error accessing a context-param from web.xml Hi, I am fairly new to using Tomcat. I am attempting to use a centralized location to define the MySQL access configuration info. It is my und

Re: error accessing a context-param from web.xml

2002-09-03 Thread Irina Lishchenko
Probably your task is better to accomplish with JNDI Resources, http://localhost:8080/tomcat-docs/jndi-resources-howto.html That is more "elegant" solution, and that is for what JNDI Resources are designed Or are there any other reasons why do you want to carry out this context-param way? ili

error accessing a context-param from web.xml

2002-09-03 Thread Michael R. Schwab
Hi, I am fairly new to using Tomcat. I am attempting to use a centralized location to define the MySQL access configuration info. It is my understanding that the /WEB-INF/web.xml is the best location to store this info. I have defined a set of JDBC parameters such as the driver info shown belo