1 Reply Latest reply on Aug 4, 2002 11:24 PM by crackers

    JBoss service started under RedHat7.3 but not Tomact...

    jman

      Why did tomcat 4.0.3 not start with jboss service under RedHat4.3?

      I used the jboss_init_redhat.sh to install jboss as a linux service, but when the jboss service is started, i can not access to http://localhost:8080/

      And the test.war is effectively deployed (to see the tomcat examples).

      Is there a way to start both jboss and tomcat as linux services, i mean stratting tomcat service automaticly when jboss start.

      PS: i have the jboss_3.0-tomcat_4.0.3 package

      -------
      Skander ESSID

        • 1. Re: JBoss service started under RedHat7.3 but not Tomact...
          crackers

          > I used the jboss_init_redhat.sh to install jboss as a
          > linux service, but when the jboss service is started,
          > i can not access to http://localhost:8080/

          If you got an error page like:

          HTTP ERROR: 404 Could not find resource for /
          RequestURI=/

          then it *IS* working correctly - there's just not anything deployed with that URL.

          > And the test.war is effectively deployed (to see the
          > tomcat examples).

          test.war is in the $JBOSS/server/default/deploy directory? Then you should use

          http://localhost:8080/test

          > PS: i have the jboss_3.0-tomcat_4.0.3 package

          I believe the $JBOSS/run.sh starts the default JBoss server, which should start the Tomcat service (not really as a separate application).