2 Replies Latest reply on May 19, 2002 12:01 PM by sgturner

    Problem with JBoss 3.0RC2

    cjhieen

      Hi there,

      I installed JBoss 3.0RC2 on my Win2000 and WinNT 4.0
      machines. They have JDK1.3.1 and JDK 1.4 installed,
      respectively.

      After JBoss started, I tested my installation by
      typing URL in my IE browser:
      http://localhost:8080/
      but I got the following error message:
      HTTP ERROR: 404 Could not find resource for /
      RequestURI=/

      I did not have this problem when I ran JBoss 3.0RC1.

      What did I did wrong? Your helps are highly appreciated!

      Regards,

      JC

        • 1.
          sgturner

           

          • 2. Re: Problem with JBoss 3.0RC2
            sgturner

            This is not a bug. This is an indication that you have not setup Jetty to know how to map the requestURI=/ to anything. You need to make and deploy a *.ear file that contains an application.xml whoch provides the mapping. The *.ear file also needs to contain a *.war file that contains your html. Attached is a sample. My suggestion is to find a good book that explains *.ear and *.war files because there is nothing here that is specific to JBoss or Jetty.