either create a subdirectory of the top-level directory of your webapp named META-INF and place your context-specific information in a file named "context.xml" or create an xml file with the same name as your webapp (i.e. BookApps.xml ) in $CATALINA_HOME/conf. Both methods have worked for me in ver 5.5.12 on Linux > > From: Florian Lindner <[EMAIL PROTECTED]> > Date: 2005/12/18 Sun PM 01:37:35 EST > To: users@tomcat.apache.org > Subject: Add application > > Hello, > I'm just in the process of learnung J2EE / Serlets / JSPs with Tomcat. > My book tells me that I should add the XMl snippet: > > <Context path="/BookApps" > docBase="another/path" > debug="0" > reloadable="true" > crossContext="true" /> > > to the ./conf/server.xml. Since there is no other Context entry like that in > the server.xml I doubt that this place is wrong (in my Tomcat version > 5.5.14). > > What is right place to put that? If it is server.xml what should be the > parent > element of it? > > Thanks, > > Florian > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]