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
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
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