> From: Gianoglio Gabriele [mailto:g.gianog...@eurogroup.it] 
> Subject: docBase="" and <Environment/> in server.xml

> in my Tomcat 5.5 instance I'm trying to set a webapp as the 
> root (docBase="") webapp

Right there you have a fatal error; docBase must *never* be an empty string.

Please read the FAQ entry for making a webapp the default one:

http://wiki.apache.org/tomcat/HowTo#How_do_I_make_my_web_application_be_the_Tomcat_default_application.3F

The simple way is to not put the <Context> in server.xml (almost always a bad 
idea), and name your webapp ROOT (case sensitive).

 - Chuck


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

Reply via email to