1 Reply Latest reply on Sep 24, 2002 1:05 AM by alexspetty

    HELP !!! jboss-3.0.0_tomcat-4.0.3

      JBOSS_HOME c:\jdk1.3.1_01
      JAVA_HOME c:\jboss-3.0.0_tomcat-4.0.3
      classpath .;C:\jdk1.3.1_01\lib\tools.jar;C:\jdk1.3.1_01\lib\dt.jar

      c:\jboss-3.0.0_tomcat-4.0.3\bin>run

      ok

      input IE http://127.0.0.1:8080/ show

      Apache Tomcat/4.0.3 - HTTP Status 500 - No Context configured to process this request

      --------------------------------------------------------------------------------

      type Status report

      message No Context configured to process this request

      description The server encountered an internal error (No Context configured to process this request) that prevented it from fulfilling this request.


      why, how to do ?? please

        • 1. Re: HELP !!! jboss-3.0.0_tomcat-4.0.3
          alexspetty

          The reason you are receiving this error is because you have no context defined.

          In other words you need to configure a URI for your context and deploy a JSP/Servlet application before there will be anything for you to see.

          -Alex