Hi Sachin.It is not necessary to put your jsp files in any particular directory.You will just have to add the necessary context to your tomcat configuration.
For example,I put all my jsp files in a directory
c:\jsptest\udayan\.Then,for tomcat to see these files,i add the necessary
Context in the
server.xml file in the
conf directory of tomcat.
So when u specify the URL
http://localhost:8080/jsp/SomeProgram.jsp the appropriate SomeProgram.jsp file ,which lies inside c:\jsptest\udayan\ will be executed.
I hope that helps.
[This message has been edited by Udayan Naik (edited March 25, 2001).]