7 Replies Latest reply on Oct 16, 2002 12:09 PM by partha

    JMX Console problem

    swei75

      I am designing a lab class named "Transaction processing in J2EE". I am attracted by features of JBoss. So I will use JBoss in my lecture. But I face a problem now. But my lab class will begin very soon. I hope someone can help me for this question. Thanks.

      OS: Windows 2000 Professional
      JBoss:JBoss 3.0.X
      Question: I want to know JBoss is started up normally and can deploy EJBs, Web components.

      I have readed documents of JBoss. It seems it is easy. After we start the server. Just type:
      (1)http://localhost:8080/jmx-console/
      (2)for former JBoss it should be
      http://localhost:8082 or
      http://localhost:8080

      But I cannot succeed to see the resulting HTML view.

      For jboss-3.0.3 package:
      All 3 urls return error

      For jboss-3.0.3_tomcat-4.1.12
      All 3 urls return error

      For jboss-3.0.0_jetty
      All 3 urls return error

      For jboss-3.0.0_tomcat-4.0.3
      I succeed in using http://localhost:8082 to get the JMX view
      But documents say that url should be
      http://localhost:8080/jmx-console/

      I am really confused by these starting up problems. Because this JMX view is only a web component, if it cannot show up like what document says, I doubt if my EJB and web component can be deployed and work successfully.

      Can someone tell me what should be the reason of my problem? I have tried JDK1.3 and j2sdk1.4.1. Nothing improves. To me, my time for the lab class is very urgent. I must solve it ASAP.

      Thanks

      Sheng