RE: Mapping properties file

2010-01-14 Thread Caldarale, Charles R
> From: Roman Sokolyuk [mailto:romsok.t...@gmail.com] > Subject: Mapping properties file > > For Tomcat I put the following in server.xml > name="my.properties" > type="java.lang.String" > value="C:/.../my.properties"

Mapping properties file

2010-01-13 Thread Roman Sokolyuk
Tomcat 6.0 Windows Vista Java 6 Hi, I am trying to migrate a web app from a different web server to Tomcat and I am running into a problem - it depends on a properties file. In the previous server the file was mapped in the configuration file for the container in an For Tomcat I put the followin