2 Replies Latest reply on Feb 28, 2003 7:02 PM by xai33

    tomcat

    trickard

      I cant acess tomcat via localhost:8080. I can start up tomcat in standalone mode and it works fine but when I let jboss start it up i get the message ' No Context configured to process this request'. I can access localhost:8080/jmx-console but not simply localhost:8080. What am I missing in my configuration.

        • 1. Re: tomcat

          You're missing a web app. We don't provide one for root context, the only web app you see with default setup is the jmx-console at http://localhost:8080/jmx-console.

          So your setup is ok.

          • 2. Re: tomcat
            xai33

            > I cant acess tomcat via localhost:8080. I can start
            > up tomcat in standalone mode and it works fine but
            > when I let jboss start it up i get the message ' No
            > Context configured to process this request'. I can
            > access localhost:8080/jmx-console but not simply
            > localhost:8080. What am I missing in my
            > configuration.

            trickard i don't understand this either. I am guessing there is somewhere that we can change a context root but i am new at this, so I can't help. Does anyone suggest a tutorial that will help those of us who understand how to set up a webapp in tomcat, use jboss to set up a simple web app. Better yet, does anyone know the xml file that needs to point to tomcats directory? are we even using the tomcat webapp dir?