9 Replies Latest reply on Feb 12, 2003 4:42 PM by keithd

    starting JBoss

    piemme

      Starting Jboss-3.0.4 with netboot everything goes fine.
      Closing connection (I have the server on the same machine)and starting jboss with 'run.sh' I have the final row that says 'server started' BUT I have an error connecting to localhost:8082 (connection refused).
      Thanks

        • 1. Re: starting JBoss

          Port 8082 has been closed. Try http://localhost:8080/jmx-console instead

          • 2. Re: starting JBoss
            johnwyp

            I get a 500 error when going to that URL.

            Going to localhost:8082 throws what looks to be a 404. All I did was d/l and launch JBoss. What else do I need to do?

            Thanks.

            • 3. Re: starting JBoss
              johnwyp

              I get a 500 error when I go to that jmx-console url. Get the NoClassDefFoundError tossed on the console. I think it has something to do with JBOSS_CLASSPATH. Right now I have it set to x:\jboss\lib. Is this right?? I don't see anything in the doc regarding env vars that need to be set...just flying by the seat of my pants.

              -john

              • 4. Re: starting JBoss

                You need to set JAVA_HOME to point to your JDK installation directory (Jasper needs this to compile JSP pages)

                • 5. Re: starting JBoss
                  chris.is

                  And how do you set the JAVA_HOME?

                  • 6. Re: starting JBoss
                    chris.is

                    And how do you set JAVA_HOME

                    • 7. Re: starting JBoss
                      fr92_furtif

                      Hi,

                      What's your OS ?? Windows/Linux ?

                      • 8. Re: starting JBoss

                        if you're on W2K go to Settings -> Control Panel -> System -> Advanced (ha!) -> Environment Variables

                        if you're on unix/linux then you should already know how to use your shell :p

                        • 9. Re: starting JBoss
                          keithd

                          After starting the JBOSS server (3.0.4_tomcat-4.1.12) I was able to access the management screen by executing two URL requests:

                          Step:1 http://localhost:8083/jmx-console/index.jsp
                          This showed in the log that it attached the following:
                          ===================================================
                          Attaching Java program to /jboss-3.0.4_tomcat-4.1.12/server/default/tmp/deploy/tomcat-4.1.x/common/lib/ant.jar/69.ant.JAR.

                          Attaching Java program to /jboss-3.0.4_tomcat-4.1.12/server/default/tmp/deploy/server/default/lib/ant.jar/36.ant.JAR.
                          ===================================================

                          After about 3 minutes I then executed the second URL request:

                          Step 2: http://localhost:8080/jmx-console/index.jsp

                          Then the "Management Console" appeared in the Browser.

                          It's working fine for me.

                          Hope this helps. :-)

                          (The server is running on an iSeries (AS400) at V5R1M0 with JDK 1.4.) - Keith