DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15520>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15520

JSP-Servlet is broken

           Summary: JSP-Servlet is broken
           Product: Tomcat 4
           Version: 4.1.16
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Jasper 2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


We have an application with nearly 300 JSP-Files, JavaScript und Struts 1.0.2.
It is installed as the root-context. Everything works fine with up to Tomcat
4.1.15. With 4.1.16 and 4.1.17 the JSP-servlet seems to be completly broken.
If I access the application there's quite fast (after 4 clicks) a point where
the response of all JSP-Pages is empty (seems to be a default-generated
HTML-Page with an empty HTML-body). And not only our application doesn't work
anymore. No JSP-page works anymore, i.e. the JSP-pages of the shipped
tomcat-examples in their default context (/examples).
It seems that the HTML-output is swallowed somewhere. Because if I write
Java-code into the JSP-page this code is still executed every time I access the
page.
I've tried it with the default Tomcat installation and server.xml with only one
extension - my own context (see below).
I've only tried with Windows NT.

        <Context path=""
                 docBase="e:/ForumGelb/deployed/webapp"
                 crossContext="false"
                 debug="0"
                 reloadable="true" >
            <Manager className="org.apache.catalina.session.StandardManager"
                     debug="0"
                     pathname=""
                     randomClass="java.util.Random"/>
        </Context>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to