3 Replies Latest reply on May 1, 2002 4:24 PM by sgturner

    Installation of jboss-3.0.0RC1_tomcat-4.0.3

    joerage

      After unzipping the file jboss-3.0.0RC1_tomcat-4.0.3.zip, how do I proceed to run JBoss?

      Thanks.

        • 1. Re: Installation of jboss-3.0.0RC1_tomcat-4.0.3

          cd bin
          ./run.sh
          or
          run.bat

          Regards,
          Adrian

          • 2. Re: Installation of jboss-3.0.0RC1_tomcat-4.0.3
            joerage

            I tried run.bat and it gives me the following comment and errors:

            JAVA_HOME is not set. Unexpected results may occur.
            Set JAVA_HOME to the directory of your local JDK to avoid this message.

            14:56:55,000 INFO [Server] Starting General Purpose Architecture (GPA)...
            log4j:ERROR Could not open [file:/C:/ProgramFiles/jboss-3.0.0RC1_tomcat-4.0.3
            /server/default/conf/log4j.xml].
            java.io.FileNotFoundException: C:\ProgramFiles\jboss-3.0.0RC1_tomcat-4.0.3\se
            rver\default\conf\log4j.xml


            14:39:22,470 ERROR [MainDeployer] Couldn't deploy URL file:/C:/ProgramFiles/jboss-3.0.0RC1_tomcat-4.0.3/server/default/conf/jboss-service.xml
            org.jboss.deployment.DeploymentException: url file:/C:/ProgramFiles/jboss-3.0
            .0RC1_tomcat-4.0.3/server/default/conf/jboss-service.xml could not be opened, does it exist?

            If the errors come from the first comment, how do I set JAVA_HOME to the directory of my local JDK?

            And if not, then what is the solution?



            Thank you.

            • 3. Re: Installation of jboss-3.0.0RC1_tomcat-4.0.3
              sgturner

              You will need to refer to the docs for your operating system and set a system environment variable JAVA_HOME equal to the location of your JDK.