Hi,

I have tomcat 4.1.18le, jdk 141. I deploy my web-app to /webapps/mywebapp,
and set the context in conf/server.xml to :

<!-- Tomcat Root Context -->
<Context path="" docBase="mywebapp" debug="0" reloadable="true"/>

..then I start tomcat and browse to http://localhost, I get a "resource '/'
unavailable" error, but if I browse to http://localhost/mywebapp which
displays the index page of mywebapp as expected. 

Then I restart tomcat, browse to http://localhost I (now) get the index page
of mywebapp.

Any suggestions?

Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to