Antwort: RE: Antwort: WEB APPS OUTSIDE TOMCAT ENV 5.X

2005-12-14 Thread Jan Behrens
ap.java:275) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > > am i missing something in here > > > > > with regards > Karthik > > > > -Original Message- > From: Jan Behrens [mailto:[EMAIL PROTECTED] > Sent:

RE: Antwort: WEB APPS OUTSIDE TOMCAT ENV 5.X

2005-12-14 Thread Karthik
ember 14, 2005 5:25 PM To: Tomcat Users List Subject: Antwort: WEB APPS OUTSIDE TOMCAT ENV 5.X Stil much the same, but as from TC5 onwards it is discouraged to place your context elements directly into your server.xml, you will have to put an appropriate .xml under /conf/// (e.g. conf/Catalina/loca

Antwort: WEB APPS OUTSIDE TOMCAT ENV 5.X

2005-12-14 Thread Jan Behrens
Stil much the same, but as from TC5 onwards it is discouraged to place your context elements directly into your server.xml, you will have to put an appropriate .xml under /conf/// (e.g. conf/Catalina/localhost/). This should contain your context definition, and only that. Then you just have to