0 Replies Latest reply on Mar 18, 2004 10:42 AM by barrin

    Problem integrating apache web server with jboss

    barrin

      I am using jboss-3.2.0_tomcat-4.1.24 and an apache web server apache_1.3.29 on a WinXP system. I followed instructions given in FAQ forum carefully but still cannot get it to work. May i know what could be the problem?

      workers2.properties file contents

      # BOF - workers2.properties
      # $Date: 2003/06/05 12:30:00
      # $Author: Alexander Petty
      # $Application: (Apache 2.0.45) --ajp13--> (JBoss 3.2.1 and Jakarta-Tomcat 4.1.24)
      #

      # comment out for production server
      # [logger.apache2]
      # level=DEBUG

      [shm]
      file=c:/apache2/logs/shm.file
      size=1048576

      # Example socket channel, override port and host.
      [channel.socket:localhost:8009]
      port=8009
      host=localhost

      # define the worker
      [ajp13:localhost:8009]
      channel=channel.socket:localhost:8009

      # Uri mapping
      [uri:127.0.0.1/*.jsp]
      worker=ajp13:localhost:8009

      [uri:127.0.0.1/servlet/*]
      worker=ajp13:localhost:8009

      [uri:mycomp/*.jsp]
      worker=ajp13:localhost:8009

      [uri:mycomp/servlet/*]
      worker=ajp13:localhost:8009

      #
      # EOF - workers2.properties

      i have this segment under jboss-service.xml

      <!-- A AJP 1.3 Connector on port 8009 -->


      i have this segment under httpd.conf

      #
      # Dynamic Shared Object (DSO) Support

      LoadModule jk2_module modules/mod_jk2-1.3.27.dll