1 Reply Latest reply on Dec 29, 2003 9:30 AM by jonlee

    JBOSS started with / mapping error

    ngkengyap

      I have installed jboss in my usr/local and i have rename the jboss-3.2.3 to jboss on redhat 9. I have chown and grp to jboss which is the user i created to run jboss especially. I have tried to run.sh, it ran ok, but at last, when i tried to access tomcat with http://localhost:8080, i got this message in my console:

      16:43:58,994 INFO [Engine] StandardHost[localhost]: MAPPING configuration error for request URI /

      I couldnt find the server.xml in the dir tree, what is trick behind this?

      Can anyone here please help me on figuring out how to solve the problem / correctly map the servlet context...


      Thanks in advance for the kindest help!!!


      Cheers,
      Newbie NKY

        • 1. Re: JBOSS started with / mapping error
          jonlee

          There is no default root context for the JBoss bundle. You can try the consoles provided with JBoss 3.2.x.
          e.g. http://localhost:8080/jmx-console

          The configuration for the web container is located in JBOSS_HOME/server/default/deploy/jbossweb-tomcat41.sar/META-INF/jboss-service.xml or similar for the JBoss 3.2.3 bundle for the default run-time instance. The configuration directives are a subset of the service.xml for the standalone Tomcat.

          The paid-for-documentation covers more in-depth information. You can find some information on JBoss configuration in http://amitysolutions.com.au/downloads/response_tester.pdf although much of the information is devoted to configuration for an application.

          Hope that gets you a start.