Add the Context tag to your Host section of the Engine section in the conf/server.xml file

(look for this section):
<Host name="localhost" debug="0" appBase="webapps"
       unpackWARs="true" autoDeploy="true"
       xmlValidation="false" xmlNamespaceAware="false">

then add this below that:
       <Context path="" docBase="myDirectory/" debug="0"/>

At 09:19 AM 3/3/2005, you wrote:
bhupendra bendale wrote:
I have placed my "directory" under %catalina_home%/webapps/
now i want to configure tomcat to display my index.jsp
page by entering only "http://localhost:8080/"; what changes should i make.


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



Reply via email to