RE: Using a configuration file without path for an application deployed on tomcat

2006-03-07 Thread STEINER Stephan
06 19:08 To: Tomcat Users List Subject: RE: Using a configuration file without path for an application deployed on tomcat How about packaging the config.xml file within the jar file and import it to your application via resource stream? See Class.getResourceAsStream() or ClassLoader.getResourceAsS

RE: Using a configuration file without path for an application deployed on tomcat

2006-03-06 Thread Duan, Nick
prior to deployment. ND -Original Message- From: STEINER Stephan [mailto:[EMAIL PROTECTED] Sent: Monday, March 06, 2006 10:28 AM To: users@tomcat.apache.org Subject: Using a configuration file without path for an application deployed on tomcat Hi I have developed a Java application which

Using a configuration file without path for an application deployed on tomcat

2006-03-06 Thread STEINER Stephan
Hi I have developed a Java application which offers certain services to Cisco IP phones. I've written it as a standalone java application to separate processing logic and presentation. So basically I have a set of classes, and two jsp frontend files that do very basic things. Since the application