1 Reply Latest reply on Apr 3, 2002 2:31 PM by drakmir

    JBoss & Tomcat & Warpconnector default dir

    dencel

      Hello people,

      I have installed JBoss with Tomcat which runs fine on port 8080. Now I want to configure Apache so it sends servlet requests to Tomcat using the warp webconnector. So far so good, everything seems to work but the webconnector uses $CATALINA_HOME/webapps as relative directory to find the servlets. I'd like to change this to $JBOSS_HOME/deploy (the reason seems to be logical ). I can't find the configuration parameter for that anywhere.

      Hope you can help me, an example configuration file would be great.

      Greetz Dencel

        • 1. Re: JBoss & Tomcat & Warpconnector default dir
          drakmir

          If you are using JBoss 2.4 and Tomcat 4.x, then this is the solution I finally came upon after experiencing the same stuff myself:

          Make sure the "BindAddress" parameter is passed into the Wap Connector in jboss.jcml:

          <!-- Uncomment to add embedded catalina service -->




          127.0.0.1