2 Replies Latest reply on Feb 9, 2006 2:24 PM by sameergandhi201

    Integrating iis and jboss

      I'm not been able to get iis to work with jboss, meaning i try to redirect http://localhost/jmx-console to http://localhost:8080/jmx-console and it doesn't work, i get a "HTTP 404 - File not found"

      I've followed the steps in
      http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBossAndIIS

      the file ISAPI_REDIRECT_HOME/log/isapi_redirect.txt isn't created so i think there is no problem in iis.

      file "workers.properties":

      worker.ajp13w.type=ajp13
      worker.ajp13w.host=localhost
      worker.ajp13w.port=8009
      worker.ajp13w.cachesize=10

      worker.list=ajp13w

      file "uriworkermap.properties":

      /jmx-console=ajp13w
      /jmx-console/*=ajp13w

      in the jboss/server/default/deploy/jbossweb-tomcat55.sar/server.xml

      <Engine ... jvmRoute="ajp13w">
      ......


      I'm using IIS 5.1 and jboss 4.0.3.sp1, with the isapi_redirector 1.2.10.

      What have i done wrong??


      Thanks
      Ricardo Mano