Hi,
I have just started using Tomcat. I have a web module with a few jsp
pages.
In the web.xml, an entry
<servlet-name>userinfoinput</servlet-name>
<description>userinfoinput</description>
<jsp-file>userinfoinput.jsp</jsp-file>
</servlet>

is giving me an error while this works fine in Weblogic.  
Tomcat works fine without any such entry in the web.xml.
I have placed all my jsp files in the root directory. Is it not
necessary to specify the
jsp files in web.xml. 
How does it work, if I have placed my jsps in teh folders underneath the
document root folder.

Thanks,
Krithika

==========================================================================To 
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to