Re: RE: Add application

2005-12-19 Thread Warren Pace
Yep! Thanks, Chuck. > > From: "Caldarale, Charles R" <[EMAIL PROTECTED]> > Date: 2005/12/18 Sun PM 04:58:05 EST > To: "Tomcat Users List" > Subject: RE: Add application > > > From: Warren Pace [mailto:[EMAIL PROTECTED] > > Subject: Re:

RE: Add application

2005-12-18 Thread Caldarale, Charles R
> From: Warren Pace [mailto:[EMAIL PROTECTED] > Subject: Re: Add application > > or create an xml file with the same name as your > webapp (i.e. BookApps.xml ) in $CATALINA_HOME/conf. That should be conf/Catalina/ (usually localhost), not just conf. - Chuck THIS COMMUNICAT

Re: Add application

2005-12-18 Thread Warren Pace
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

RE: Add application

2005-12-18 Thread Caldarale, Charles R
> From: Florian Lindner [mailto:[EMAIL PROTECTED] > Subject: Add application > > My book tells me that I should add the XMl snippet: You have an old book. Take a look at the real documentation: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html Note especially the description of the p