2 Replies Latest reply on Mar 5, 2002 3:34 AM by janiprashant

    How to test JBOSS-Catalina

    rgjawanda

      I installed JBOSS with embeded catalina and it threw some exceptions saying that 8080 was already in use.

      I copied tomcat 4.0.3 into the catalina directory (overwriting the 4.0.1 catalina) and I got it to run (run_with_catalina.bat) fine (I think).

      The problem I have is that I can't test it to see if it is working.

      If I install TOMCAT 4.0.3 separately I go to http://localhost:8080/ and I see the tomcat default screen with the tests etc.

      If I install it with JBOSS, (the catalina option embeded).
      I get http://localhost:8083 to work but 8080 gives me a
      Apache Tomcat/4.0.3 - HTTP Status 500 - No Context configured to process this request

      So...
      Is there something wrong with the embeded version?


      Here is my setup
      Win2000 Prof.
      JAVA_HOME=c:\data\swi\j2sdk1.4.1 (ie: the latest java)
      CATALINA_HOME=c:\data\swi\jboss\JBoss-2.4.4_Tomcat-4.0.1\catalina (remember I copied the 4.0.3 tomcat into this directory)

      Hope someone has some insight.
      Ron