2 Replies Latest reply on Nov 20, 2001 7:29 AM by ben2

    JSP compilation

    ben2

      I am having a problem compiling some of my JSP's. It appears that the tomcat generated class file has a name that is too long for windows. I have seen a similiar report here
      http://www.rational.com/technotes/suites_html/WinSuites_ContentStudio_html/technote_19172.html

      I am trying to get my application that was originally written for weblogic under jboss/tomcat and it is not an option to rename all of the JSP's in my application. Is there another way to get this to work?

        • 1. Re: JSP compilation
          jcordes

          Hi !

          What versions are you using ? I assume you're using a JBoss 2.x- Tomcat 3.x bundle. Maybe you should switch to Tomcat 4.x, because the file-names of the generated servlets are actually much shorter than they were under Tomcat 3.x.

          Hope it helps,

          Jochen.

          • 2. Re: JSP compilation
            ben2

            I switched to the bundle using tomcat4.0 and that fixed my problem. Why is the JBoss2.4.3_tomcat4.0 bundle not linked to on the jboss.org/downloads page? It is only on the sourceforge site, so I didn't see it at first.