You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Eric Wulff <ew...@gmail.com> on 2006/04/03 19:34:23 UTC

tomcat 5.5.16 vs 5.0.28 - web app context

Hi, I'm having problems getting my webapp to be recognized at the root
of my development tomcat server 5.5.16 (http://localhost:8080).

I've been using tomcat 5.0.28 for 1.5 years and accomplished this by
putting a webAppName.xml file at catalina.home/conf/Catalina/localhost
containing the following ...

<Context path="" docBase="webAppName" debug="0" reloadable="true">

this seemed to do the trick.  However, this is not working in tomcat
5.5.16.  I've also tried the META-INF/context.xml config.  Can someone
advise?

I've googled, checked over the setup and config docs, looked at
several readme and running.txt with no luck.

thx
Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org