Asad,

You need to define a "context" in the conf/server.xml file:

<Context path="/Test" docBase="Test" debug="0"
        reloadable="true" crossContext="true">
 <Logger className="org.apache.catalina.logger.FileLogger"
         prefix="localhost_Test_log." suffix=".txt"
         timestamp="true"/>
</Context>

The path attribute represents the path that appears in the URL following "http://localhost"; while the docbase attribute represents the directory under webapps where the the JSP/HTML files will be found.

Merrill

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



Reply via email to