3 Replies Latest reply on Sep 8, 2003 3:18 AM by xmlviking

    MS convert needs help

    xmlviking

      Hello,

      I'm trying to to JBoss (jboss-3.2.1_tomcat-4.1.24) installed correctly. I unzipped it ...went to the bin directory and clicked the run.cmd.

      No errors....but when I go to http://localhost:8080/index.jsp I get the

      "HTTP Status 500 - No Context configured to process this request" error...

      I have uninstalled this like 6 times and re-installed it...with different versions 3.0 and 3.2 w/tomcat. Still it does not work.

      Can anyone help me? p.s. I had Tomcat 4.1.24 running like a champ before...It's off now....

        • 1. Re: MS convert needs help
          xmlviking

          Ok JBoss is running....

          I'm looking at the JBoss Management console...
          But I still can't execute anything off my port:8080

          Keeps barfing...or.apache.catalina.core. etc...

          As well as [Engine] StandardHost[localhsot]: MAPPING configuration error request URI /index.jsp....

          I will look in my WEB-INF...and see what I can see :)

          • 2. Re: MS convert needs help
            darranl

            I am assuming that http://localhost:8080/jmx-console is what you mean by looking at the management console. If you are seeing the management pages correctly then it is all working Ok.

            By default no applications are available from localhost:8080/

            If you had a web application in a war called 'MyWeb.war' deployed in the server/default/deploy directory you would access it through http://localhost:8080/MyWeb

            Other settings are available to change these mappings but that sounds loke your problem.

            • 3. Re: MS convert needs help
              xmlviking

              Thanks dawg....:)

              LOL yeah I knew that one...I put Axis 1.1 in and it works! Now if I could only get my EJB session beans to bind correctly!

              I'm getting errors if I start using packages and not the default namespaces for my session beans.....

              I'm creating my EJB's in Eclipse....creating a MyJar.jar folder....in the deployment directory...putting a folder named WEB-INF in the jar folder....then placing my ejb deployment xml file in the WEB-INF directory.

              I use the wsdd deployment file......or "copy the entries into the AXIS config-wsdd file...

              My EJB methods are exposed via the WSDL...but when I invoke them I get the JNDI message....class not bound....