Hi All,

I am new to Jsp & Servlet technology.My issue is that my servlets (residing in a 
package structure) present in web-inf/classes does not forwards the request to the Jsp 
(does not calls  the JSP) .I'm using Tomcat3.2
 .I'm getting the following exception,which i was not getting when i had no package 
for servlets(they were present directly in web-inf/classes).What & Where should i 
rectify?

Thr exception is:

Error: 500
Location: /proj/jsp/ManifestDetails.jsp
Internal Servlet Error:

org.apache.jasper.compiler.CompileException: C:\Program Files\Apache 
Group\tomcat\webapps\proj\jsp\Contents.jsp(546,0) Bad file argument to include
        at 
org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEventListener.java:730)
        at 
org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingListener.java:116)
        at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:215)
        at org.apache.jasper.compiler.Parser.parse(Parser.java:1077)
        at org.apache.jasper.compiler.Parser.parse(Parser.java:1042)
        at org.apache.jasper.compiler.Parser.parse(Parser.java:1038)
        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:182)
        at org.apache.jasper.servlet.JspServlet.doLoadJSP(JspServlet.java:462)
        at org.apache.jasper.servlet.JasperLoader12.loadJSP(JasperLoader12.java:146)
        at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:433)
        at 
org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:152)
        at 
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:164)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
        at org.apache.tomcat.core.Handler.service(Handler.java:286)
        at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
        at 
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
        at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
        at 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
        at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
        at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
        at java.lang.Thread.run(Thread.java:484)






Pls. guide.

Thanx in adv.

Rgds,

Vij








2,000,000,000 Web Pages--you only need 1. Save time with My Lycos.
http://my.lycos.com

===========================================================================
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