|
Try with '/', not '\'. For example,
"c:/java/4656/Chapter07/greeting". Let us know
if it does not help you. We
will delve into your directory hierarchy. :-)
Pae
-----Original Message----- From:
Sonia Sh <[EMAIL PROTECTED]> To:
Tomcat-User@Jakarta. Ap <[EMAIL PROTECTED]> Date:
Wednesday, April 04, 2001 8:42 AM Subject: 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
|