RE: java.rmi.Remote Web Services and getInitParameter

2005-02-16 Thread Brown, Mike
: java.rmi.Remote Web Services and getInitParameter Elaine, You are correct - a properties file would be easier to use. Unfortunately, I'm the contractor on the project and the employees are using the web.xml file with different configurations to process the same code thru their Testing, QA, Staging

Re: java.rmi.Remote Web Services and getInitParameter

2005-02-15 Thread Elaine Nance
It is easy to use a Whatever.properties file. Import java.util.Enumeration, java.util.Properties and java.util.ResourceBundle and use the methods from those. If your db is Oracle, otn has exact code samples in the Java samples. Works great. HTH, Elaine Robert Bateman wrote: I have a doc/lit

Re: java.rmi.Remote Web Services and getInitParameter

2005-02-15 Thread Robert Bateman
Elaine, You are correct - a properties file would be easier to use. Unfortunately, I'm the contractor on the project and the employees are using the web.xml file with different configurations to process the same code thru their Testing, QA, Staging and Production environments. They have *lots*

Re: java.rmi.Remote Web Services and getInitParameter

2005-02-15 Thread Elaine Nance
Bob, I rummaged a bit and found this link: !--http://jotm.objectweb.org/current/jotm/doc/howto-tomcat-jotm.html-- It *may* be helpful. Elaine Robert Bateman wrote: Elaine, You are correct - a properties file would be easier to use. Unfortunately, I'm the contractor on the project and the