0 Replies Latest reply on Nov 3, 2003 11:51 AM by computerrobot

    JSP not rendered correctly Tomcat4.1.27

    computerrobot

      I am having a weird problem with JSP's under JBoss3.2.2 and Tomcat4.1.27 (comes default with jboss).

      I am using vqwiki (Wiki written in JSP's). Under JBoss, when I run the wiki, after a little while the HTML that's displayed becomes wacky. Even though the text file that JSP is reading stays in correct form.

      For example, on the first try, the page displays:
      ---------
      Hi,
      This is line1
      This is line2
      ---------

      After playing around with the site for a while, the page displays as :
      ---------
      Hi,
      This is line1
      This is line2

      Hi,
      This is line1 This is line2
      This is line2Hi,

      ---------

      Everytime I restart the JBoss, the page displays correctly for a few times, and then problem occurs again. When I run the application under standalone Tomcat, it works fine.