I develop JSP in JBuilder3.5 . When I test the JSP with Tomcat in JBuilder
the sites function is all right. When I run the Tomcat standalone with the
Classpath to all classes the function is all right. But when I make a jar
file, an start the Tomcate with the jar file in the Classpath I get followin
error message:

Error: 500
Location: /eshop/src/eshop/Menu.jsp
Internal Servlet Error:

java.lang.IllegalStateException: Response has already been committed
 at
org.apache.tomcat.core.HttpServletResponseFacade.sendError(HttpServletRespon
seFacade.java:157)
 at
org.apache.jasper.runtime.JspServlet.unknownException(JspServlet.java:299)
 at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:377)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
 at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
 at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:160)
 at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338
)
 at java.lang.Thread.run(Unknown Source)

What means that, where is my mistake?

Jens-Uwe

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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