1 Reply Latest reply on Feb 3, 2002 3:50 AM by markj007

    404 Error with Jboss and Jetty

    markj007

      I've got the latest Jboss/jetty package installed, but when I run jboss/bin/run.sh jetty,

      I can see
      localhost:8080/jboss,

      but not
      localhost:8080
      localhost:8080/demo

      as the online manual states. When I run jetty by itself, I can see all the jetty documents at localhost:8080 just fine, but not localhost:8080/jboss of course, because jboss isn't running. Anyone know what the problem might be?

      Thanks,
      Mark

        • 1. Re: 404 Error with Jboss and Jetty
          markj007

          Nevermind--I found the answer. For anyone else with the same problem, look in the jboss/conf/jetty directory and edit jetty.xml. Uncomment the large section that goes to about the end of the document and restart jboss with jetty. That did the trick for me.

          Mark