I am running 5.5 Here is part of server.xml for one that does not work. The context "/" will not reload but the /b one will
The fail message is as follows : " FAIL - No context exists for path / " <Host name="www.mysite.co.uk" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> <Alias>1.2.3.4</Alias> <DefaultContext reloadable="true"> <ResourceLink name="jdbc/TestDB" global="jdbc/TestDB" type="javax.sql.DataSource" /> </DefaultContext> <Context path="/" docBase="/vol/b2b/" debug="0"></Context> <Context path="/b" docBase="/vol/b2bjemini/" debug="0"></Context> etc etc Sorry about double post this was my first use of the board and it was an error - not trying to be a cheeky b****** On Tue, Feb 23, 2010 at 2:10 PM, Caldarale, Charles R <chuck.caldar...@unisys.com> wrote: > > > From: James McArthur [mailto:genera...@googlemail.com] > > Subject: Tomcat reload defaultt ( root ) context for web app in host > > > > If you try and start or stop the / context it says no such context > > exist (although it really does). > > Works fine for me on 6.0.24 using Tomcat's manager webapp. Besides the > config information Pid requested, tell us exactly what you're doing to stop > and start the ROOT webbap. > > - Chuck > > P.S. Double-posting is not necessary - but it is frowned upon. > > > 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org