Hello I am running a JSP application under Tomcat 3.2
And I have some error :

Error: 500
Location: /trustedseal/account_reg_step2.jsp
Internal Servlet Error:

org.apache.jasper.JasperException: argument type mismatch
        at
org.apache.jasper.runtime.JspRuntimeLibrary.introspecthelper(JspRuntimeLibra
ry.java:204)
        at
org.apache.jasper.runtime.JspRuntimeLibrary.introspect(JspRuntimeLibrary.jav
a:152)
        at
_0002faccount_0005freg_0005fstep_00032_0002ejspaccount_0005freg_0005fstep2_j
sp_1._jspService(_0002faccount_0005freg_0005fstep_00032_0002ejspaccount_0005
freg_0005fstep2_jsp_1.java:89)
        at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:177)
        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:79
7)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
        at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.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)


I put this context in the server.xml file :

        <Context path="/trustedseal"
                 docBase="E:\Webserver\Projet_JSP\TrustedSeal"
                 crossContext="false"
                 debug="9"
                 reloadable="true" >
        </Context>

With Debug = "9" ...

My question is how can i debug my jsp ???

Thanks

Thierry

===========================================================================
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to