1 Reply Latest reply on Oct 9, 2002 6:38 PM by qbian

    War not working after upgrading jboss

    arbie

      I have an ear that contains a war and several EJBs. The ear successfully deployed and ran under jboss-3.0.0_tomcat_4.0.3 on a Windows platform. I have upgraded my jboss install to jboss-3.0.3_tomcat-4.0.5 and everything appears to deploy ok (at least there are no error messsages). However, when I try to access my JSP pages I get an error that it can't find a JSP page.

      My index.html page redirects to qs_web/associate/dc_logon.jsp. Both of these pages are found ok. The dc_logon page includes the page ../session/doclogoff.jsp. This is the page that is not found. All of the pages are in the war.

      Here's the basic structure of my war:

      index.html
      qs_web\associate\...
      qs_web\includes\...
      qs_web\session\...
      qs_web\images\...
      web-inf\web.xml
      web-inf\jboss-web.xml
      web-inf\lib\...

      I have a trace available if needed.

      Also, with jboss3.0.0 the war was expanded in c:\temp\nestedxxx.war. I don't see the war being expanded with jboss-3.0.3. Has this changed?

        • 1. Re: War not working after upgrading jboss
          qbian

          I have the same problem. It seems that Jboss 3.0.3 no longer expands the war file into a temp directory, this cause the Tomcat can't correctly find the jsp page that is referenced by a relative url. I need help also.