0 Replies Latest reply on May 9, 2002 5:49 PM by chrismein

    Apache Warp Connector with Tomcat in RC2

    chrismein

      Sorry for asking this familiar question once again but I can't seem to get this combination going.

      I am using jboss-3.0.0RC2_tomcat-4.0.3 and I'm trying to use the mod_webapp warp connector. I put the following (after including the mod_webapp module) at the end of my httpd.conf file

      <VirtualHost www.mydomain.com>
      ServerName www.mydomain.com
      WebAppConnection warpConnection warp localhost:8008
      WebAppDeploy open-iq warpConnection /openiq


      I have modified the tomcat4-service.xml to have the warp connector section



      After starting JBoss I then start Apache. When I do this I get the folowing errors in JBoss:

      22:49:38,054 ERROR [Engine] [org.apache.catalina.connector.warp.WarpConnector] Connection from localhost/127.0.0.1:35028 to localhost/127.0.0.1:8008
      22:49:38,080 ERROR [Engine] [org.apache.catalina.connector.warp.WarpConfigurationHandler] Cannot find "../catalina/webapps/open-iq" for appl. "open-iq" host "www.mydomain.com"
      22:49:38,081 ERROR [Engine] [org.apache.catalina.connector.warp.WarpConfigurationHandler] Error deploying web application "open-iq" under <http://www.mydomain.com:80/openiq/>

      Reading older posts I see mention of setting appBase to a value. I have also seen the use of a BindAddress attribute.

      With the change in config files in RC2 what am I supposed to do here?

      Thanks

      Chris Mein