1 Reply Latest reply on Mar 9, 2003 3:43 PM by vsima

    'virtual host' example for jboss/tomcat

    vsima

      The 'getting started guide' section, 'setting up virtual hosts for tomcat', seems totally out of date. It contains a reference to a jboss.jcml which doesnt exist for 3.x . I am having a very hard time sucessfully configuring a virtual host using the current example.

      Can anyone provide a better, updated example?

      Please include a copy of the file
      $JBOSS_HOME/server/default/deploy/tomcat41-service.xml . A copy from the latest release (JBoss-3.0.6_Tomcat-4.1.18) would be very helpful. Also please include an example of the corresponding jboss-web.xml file.


      Thanks.

        • 1. Re: 'virtual host' example for jboss/tomcat
          vsima

          I am now getting a "HTTP Status 500 - No Context configured to process this request" error when hitting my site. Below is my tomcat41-server.xml file.

          If anyone sees anything wrong with it let me know.

          ...

          &catalina.home;

          <!-- Uncomment this if you want interval snapshot for the
          session clustering.
          interval
          2000
          -->








          <Logger className - "org.jboss.web.catalina.Log4jLogger"
          verbosityLevel = "debug"
          category = "org.jboss.web.Host=localhost"/>




          www.slammy.com








          ...




          ...