2 Replies Latest reply on Feb 5, 2004 7:38 AM by sheikh_a1

    Mapping Configuration error

    sheikh_a1

      Hi,
      I just downloaded JBoss3.2.2. i started the server and tried to go to
      http://localhost:8080/jms-console . I the 500 Internal server error. and the error message
      "MAPPING configuration error for request URI /jms-console"

      Can someone tell me what i have missed or done wrong.

      thanks,
      shekar

        • 1. Re: Mapping Configuration error
          erik777

          You mispelled it. It is

          jmx-console

          not

          jms-console

          (x instead of s).

          For anyone else reading this is the Apache Tomcat "HTTP Status 500 - No Context configured to process this request" error, not the Apache HTTPD "500 Internal Server Error", unless I am unaware of JBoss/Tomcat using that latter as well.

          Please be clear about which 500 error you get if you need help diagnosing problems. The 500 errors from Tomcat and HTTPD are completely different and represent completely different issues.

          • 2. Re: Mapping Configuration error
            sheikh_a1

            Thanks you. It was silly of me but made a lot of headway since then.