3 Replies Latest reply on Feb 13, 2003 7:38 AM by maikg

    HTTP Status 404 Error

    maikg

      Hi,

      I need help.
      I'm trying to get jboss-3.0.4_tomcat-4.1.12 running. I have got JDK 1.4.
      But I just get errors:
      http://localhost:8080/jmx-console is not working (response is HTTP Status 404). And all the other samples I could find are producing the same response: HTTP Status 404.
      It seems to be linked with jsp pages because servlets I got running. Any suggestions?

      bye, maik

        • 1. Re: HTTP Status 404 Error

          make sure your JAVA_HOME is set correctly to point to your JDK installation (required by Jasper to compile JSPs).

          • 2. Re: HTTP Status 404 Error
            maikg

            Hi,
            ok, JAVA_HOME is a hint. But it doesn't help.
            Interesting: I got package jboss-3.0.4 (w/o tomcat) running. Everything works great.
            But it's mystic why it doesn't work w/ tomcat.
            Maybe it could be my second tomcat server running on the same box?

            regards, maik

            • 3. Re: HTTP Status 404 Error
              maikg

              Hi,
              I'm stupid I think. Setting the right JAVA_HOME in the start script (run.sh) solves the problem.

              thanks, maik