> From: Roman Sokolyuk [mailto:[email protected]] > Subject: Mapping properties file > > For Tomcat I put the following in server.xml > <Environment > name="my.properties" > type="java.lang.String" > value="C:/.../my.properties" />
Where exactly did you place the above (show us your complete server.xml file)? Note that it's extremely bad practice to place <Context> elements in server.xml, and <Environment> must be nested inside a <Context>. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
