1 Reply Latest reply on Jun 26, 2004 3:35 AM by mikezzz

    brother techies

      brother techies

      am trying to integrate IIS 5 and JBOSS 3.2.3 on a win 2k pro platform
      the config file of interest is:

      regedit.reg

      REGEDIT4

      [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\2.0]
      "extensionUri"="/jakarta/isapi_redirect.dll"
      "log_file"="c:\\java\\jboss-3.2.3\\server\\jlwi\\log\\iis_redirect.log"
      "log_level"="info"
      "worker_file"="c:\\java\\jboss-3.2.3\\server\\jlwi\\conf\\workers.properties"
      "worker_mount_file"="c:\\java\\jboss-3.2.3\\server\\jlwi\\conf\\uriworkermap.properties"
      


      however ....
      control panel/admin tools/internet services manager/ RMB the default web server/ properties/ isapi filters/

      status RED ARROW DOWN for filter jakarta

      Filter Name: jakarta
      Status NOT LOADED

      the only "flaky" thing i did was rename isapi_redirect_1.2.5.dll to
      isapi_redirect.dll

      any thoughts??

        • 1. Re: brother techies

          Firstly this should be really be posted to the user forum:

          http://www.jboss.org/index.html?module=bb&op=viewforum&f=50

          Below is the best description of how to set up IIS & Tomcat. It is based on IIS 6 and Window 2003, but you should be able to adapt it. I used it as a guide for settings up a customer's production system. You should skip the section regarding the tomcat installation and set the serverRoot registry entry to the location of the jbossweb-tomcat50.sar/ directory in your jboss deploy directory.

          http://virtualict.net/support/kb/iis6-Tomcat5-JK2.html

          Also it looks like you are using isapi_redirect version 1. You should use the newer isapi_redirector2. The best tool to trouble shoot the problems with the plugin is the NT Event manager. Any problems in the plugin will be reported there.