3 Replies Latest reply on Oct 9, 2002 2:56 PM by riekhof

    jmx mgmt console, what port?

      Where does jboss define the port for the JMX mgmt console? I have started jboss (on my red hat linux server), and I try going to http://localhost:8082/ but nothing is running on that port.

      Darrel

        • 1. Re: jmx mgmt console, what port?
          prabhakar
          • 2. Re: jmx mgmt console, what port?

            Thanks, that works, but now JBoss can't find the compiler to comple the JSP page. How do I tell JBoss where to find the compiler?

            Here is what I get on the browser:

            HTTP ERROR: 500 sun/tools/javac/Main
            RequestURI=/jmx-console/

            And here is the stacktrace on JBoss:

            10:39:50,383 WARN [jbossweb] WARNING: Exception for /jmx-console/
            java.lang.NoClassDefFoundError: sun/tools/javac/Main
            at org.apache.jasper.compiler.SunJavaCompiler.compile(SunJavaCompiler.java:136)
            at org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
            at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:548)
            at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:176)
            at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:188)
            at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:381)
            at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:366)
            at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:284)
            at org.mortbay.jetty.servlet.Dispatcher.dispatch(Dispatcher.java:216)
            at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:151)
            at org.mortbay.jetty.servlet.Default.handleGet(Default.java:232)
            at org.mortbay.jetty.servlet.Default.service(Default.java:146)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:366)
            at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:284)
            at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:577)
            at org.mortbay.http.HttpContext.handle(HttpContext.java:1674)
            at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:544)
            at org.mortbay.http.HttpContext.handle(HttpContext.java:1624)
            at org.mortbay.http.HttpServer.service(HttpServer.java:875)
            at org.jboss.jetty.Jetty.service(Jetty.java:541)
            at org.mortbay.http.HttpConnection.service(HttpConnection.java:785)
            at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:935)
            at org.mortbay.http.HttpConnection.handle(HttpConnection.java:802)
            at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:200)
            at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:294)
            at org.mortbay.util.ThreadPool$JobRunner.run(ThreadPool.java:743)
            at java.lang.Thread.run(Thread.java:479)

            • 3. Re: jmx mgmt console, what port?

              Setting my JAVA_HOME in the terminal I start the server let JBoss find the compiler.