Hi,
My apology if there was same question on the list, but I couldn't find
archive from the struts home page.
I got the examples working on Linux platform, but I can't on NT.
I tried both struts-examples.war and struts-test.war, but they are not
working.
(i tested with both Struts0.5 and 10/20/2000 build with Tomcat 3.1)
When I click any link on struts-test/index.jsp or try any JSP page under
struts-examples, it give me same error msg
Error:500
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,
Compiled Code)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java,
Compiled Code)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java, Compiled Code)
at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java,
Compiled Code)
at java.lang.Thread.run(Thread.java, Compiled Code)