Avinash Sridhar wrote:
> hi,
>    I am usng Tomcat 5.0.16 And facing the below mentioned problem
> 
> I have a directory by name "sampleapp",now I have made a directory
> named "ROOT" inside the sampleapp directory. I have written a simple
> "MyJsp.jsp" jsp file and placed it in the above mentioned "ROOT" ,now
> my question is  
> 
> How does one write the <Context> </Context> for this JSP page in the
> TOMCAT_HOME/conf/server.xml. 
> 
> <Context path="/sampleapp" docBase="e:/sampleapp/ROOT" debug="0"
> reloadable="true"> </Context> Is this the right way?????????????????
> 
> 

Try to create a directory named WEB-INF  (e:/sampleapp/ROOT/WEB-INF)  and
restart tomcat


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

Reply via email to