1 Reply Latest reply on Jul 23, 2002 4:30 PM by crypto

    Getting started with Tomcat

    rawness

      Hello all!
      I'm a newbie to JBoss and I'm experiencing some startup problems. Any help with this would be greatly appreciated.

      I've download and installed successfully JBoss 3.0 with integrated Tomcat 4.0.3. I've set up a directory called JSPExamples in %JBOSS%\server\default\deploy. Inside this directory I have a hello.jsp file and a WEB-INF directory with a web.xml in it. When I run JBoss and go to port 8080 (http://localhost:8080/JspExamples/hello.jsp) I get the error - "Status 500 - No Context configured to process this request".

      Also, when I run JBoss I get the following log:
      13:53:40,076 INFO [MainDeployer] Successfully completed deployment of package: file:/C:/jboss-3.0.0_tomcat-4.
      0.3/server/default/deploy/ejb-management.jar
      13:53:40,076 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss-3.0.0_tomcat-4.0.3/server/def
      ault/deploy/jmx-ejb-adaptor.jar
      13:53:40,154 INFO [EjbModule] Creating
      13:53:40,185 INFO [EjbModule] Deploying jmx/ejb/Adaptor
      13:53:40,201 INFO [EjbModule] Created
      13:53:40,201 INFO [EjbModule] Starting
      13:53:40,216 INFO [EjbModule] Started
      13:53:40,216 INFO [MainDeployer] Successfully completed deployment of package: file:/C:/jboss-3.0.0_tomcat-4.
      0.3/server/default/deploy/jmx-ejb-adaptor.jar
      13:53:40,216 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss-3.0.0_tomcat-4.0.3/server/def
      ault/deploy/JspExamples/
      13:53:40,216 INFO [MainDeployer] Deployment of package: file:/C:/jboss-3.0.0_tomcat-4.0.3/server/default/depl
      oy/JspExamples/ is waiting for an appropriate deployer.

      13:53:40,232 INFO [URLDeploymentScanner] Started
      13:53:40,232 INFO [MainDeployer] Successfully completed deployment of package: file:/C:/jboss-3.0.0_tomcat-4.
      0.3/server/default/conf/jboss-service.xml
      13:53:40,232 INFO [Server] JBoss (MX MicroKernel) [3.0.0 Date:200205311035] Started in 0m:11s:735ms


      I can get the static pages to appear on port 8083 (http://localhost:8083/hello.jsp).

      Any suggestions on what I'm doin wrong?
      Thanks,
      Dom