Im just able to see the directory jap1 but not the WEB_INF directory
Originally posted by nitin kumar:
Here Im trying to configure a servlet in Tomcat.But Im just able to see the directory jap1 but not the WEB_INF directory .this is the procedure Im following .Can anyone help me pls.Im new to Tomcat
2.3.2. Modifying server.xml
Using a text editor, open the file TH\conf\server.xml
Find the </ContextManager> tag. (Note: this is an end tag)
Directly in the line before it, insert the following:
<Context path="/jap1"
docBase="c:/jap1"
crossContext="false"
debug="0"
reloadable="true" >
</Context>
Save and close the file.
This tells the server to map requests that start with /jap1 (after the server name and port number) to the directory c:/jap1
Originally posted by Vasanth Rakasi:
Yes, I have uncommented the invoker thingie in $CATALINA_HOME/conf/web.xml.
Don't get me started about those stupid light bulbs. |