> From: Konstantin L Kouptsov [mailto:[EMAIL PROTECTED] > Subject: Re: tomcat examples > > Thanks for the answer. As far as the second part is > concerned, I found that I needed to stick <Context > path="/foo" reloadable="true" docBase="C:\bar" > workDir="C:\bar\work" /> in the > $CATALINA_HOME/conf/server.xml file, and it works.
I see you ignored this bold-face note in the <Context> doc: Please note that for tomcat 5, unlike tomcat 4.x, it is NOT recommended to place <Context> elements directly in the server.xml file. Instead, put them in the META-INF/context.xml directory of your WAR file or the conf directory as described above. - 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]