You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sonia Sh <so...@123india.com> on 2001/04/04 17:47:49 UTC

directory changes

The new location of my application is 
C:\Java\4656\Chapter07\greeting (This is actually a dnloaded source code from some book).  
And the context I added just before </ContextManager> is
<Context path="/greeting"

docBase="C:\Java\4656\Chapter07\greeting">

</Context> 

</ContextManager>

Now I restarted Tomcat and called this app as  http://localhost:8080/greeting

This application (greeting) works fine when it is kept inside Webapps directory.
I hope this info should be sufficient.
Regards
Sonia