Re: How to add variables into WEB-INF/web.xml or META-INF/*.* ?

2004-12-09 Thread Ben Souther
One more thing... This question belongs in the Tomcat User's List. The dev list is for people who are building Tomcat. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to add variables into WEB-INF/web.xml or META-INF/*.* ?

2004-12-09 Thread Ben Souther
I should want to add variables like ODBC name into > %Tomcat-webapps%/WEB_INF/web.xml. How can you do it? How do you use it in > java code (jsp, servlet, basic class). You will want to read up on context initialization parameters and servlet initialization parameters. For a context init param (ap

[OT} RE: How to add variables into WEB-INF/web.xml or META-INF/*.* ?

2004-12-09 Thread Allistair Crossley
D] > Subject: How to add variables into WEB-INF/web.xml or META-INF/*.* ? > > > Hello everyone. > > > > I should want to add variables like "ODBC" name into > %Tomcat-webapps%/WEB_INF/web.xml. How can you do it? How do > you use it in > java code (jsp

How to add variables into WEB-INF/web.xml or META-INF/*.* ?

2004-12-09 Thread Ilkka Heinonen
Hello everyone. I should want to add variables like ”ODBC” name into %Tomcat-webapps%/WEB_INF/web.xml. How can you do it? How do you use it in java code (jsp, servlet, basic class). Some examples that I need to make parametric: -JDBC/ODBC name -Official Project name -