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

Reply via email to