> From: Dave Pawson [mailto:dave.paw...@gmail.com] > Subject: Re: servlet use. TC6, FC10 > > Note my response to Gregors questions about uname -n? > Were I to use this method would the 'path' then be > > $CATALINA_BASE/conf/Cataline/localhost/atom/atom.xml > > for my {}/webapps/atom 'webapp'
No; if you need one at all, it should be conf/Catalina/localhost/atom.xml (and watch your spelling), assuming you have not modified anything in conf/server.xml. However, since your webapp is deployed under the webapps directory, a better location for the <Context> element is META-INF/context.xml inside your webapp, so you don't have to keep track of separate bits and pieces. - 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: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org