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

Re: WEB APPS OUTSIDE TOMCAT ENV 5.X

2005-12-14 Thread Viorel Dragomir
gomir . .. --- - Original Message - From: "Karthik" <[EMAIL PROTECTED]> To: "TOMCAT" Sent: Wednesday, December 14, 2005 13:47 Subject: WEB APPS OUTSIDE TOMCAT ENV 5.X HI FORM IN TOMCAT4.X EXTERNAL WEB APPLICATIONS CAN BE LOADED OUT OF TOMCAT ENV BY .

WEB APPS OUTSIDE TOMCAT ENV 5.X

2005-12-14 Thread Karthik
HI FORM IN TOMCAT4.X EXTERNAL WEB APPLICATIONS CAN BE LOADED OUT OF TOMCAT ENV BY .XML FILE BE PLACED IN TOMCAT4.X/CONF/ HOW TO ACHIEVE THE SAME IN CASE OF TOMCAT5.X [ IS THIS FEATURE ABSENT FROM TOMCAT5.X ONWARDS ] WITH REGARDS kARTHIK --