3 Replies Latest reply on May 26, 2003 4:05 PM by epdv

    Apache & Tomcat-Bundle (JBoss 3.2.1) & JSP

    epdv

      I just wanted a "simple" install of the JBoos-Tomcat bundle with Apache httpd as web server, but I can't even deploy a war file. The war file worked with an earlier installation of tomcat standalone, so this seems not to be the source of my problems. As I don't know, how to solve my problems, I've attached the files httpd.conf, workers2.properties, and the jboss-service.xml from deploy\jbossweb-tomcat.sar\META-INF.

      Any help appreciated.

      With kind regards

      Peter Nabbefeld

        • 1. Re: Apache & Tomcat-Bundle (JBoss 3.2.1) & JSP

          so what is the problem exactly?

          attach jboss server.log, it is probably more useful trying to debug deployment problems

          • 2. Re: Apache & Tomcat-Bundle (JBoss 3.2.1) & JSP
            jonlee

            Although most deployments will work on a JBoss/Tomcat installation that work on a standalone Tomcat, there are cases where it will fail - particularly when you are trying to access physical files from the WAR. JBoss does not unpack the WAR, unlike a standalone Tomcat installation.

            This is speculation until we see some actual error logs from server.log.

            • 3. Re: Apache & Tomcat-Bundle (JBoss 3.2.1) & JSP
              epdv

              Nothing seems to work correctly, I've now cleared the log files and attached the new log files after starting JBoss (installed as a service + started). Hope this is enough info.

              BTW: Where can I get the release notes/changes for JBoss 3.2.1 ?