You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Avinash Sridhar <sm...@rediffmail.com> on 2004/02/10 21:39:21 UTC

Help!!!! regarding a simple jsp file in Tomcat 5.0.16

Hi,
A simple JSP page is present in the "ROOT" directory under the sampleapp directory,which is not in the <TOMCAT_HOME> installation directory,i.e no way concerned with the TOMCAT installation directory.
My question is 
1) without changing the web.xml written by me (for execution of servlet files) Should we have to change something ??????????
2) without changing the sever.xml file in <TOMCAT>/conf/server.xml is this the right way to invoke the .jsp page as below Should we have to change something

invoking is 

 http://localhost:8080/sampleapp/MyJsp.jsp 

How do I give somethng like this ??????????


Kindly let me know
Help would be appreciated

thanks 
AS