1 Reply Latest reply on Oct 23, 2002 11:57 AM by mvs_rao

    problem with ajpConnector from IIS

    edwardray

      I have what may be a simple problem, but cannot seem to solve it and would love some outside perspectives. I just installed jboss3.0.1rc1/Tomcat on my main server and configured iis isapi redirector to send iis requests to tomcat/jboss. It works great. I took the exact configuration settings from that machine (read copied) and set up another machine with tomcat/jboss and the isapi redirector. On the first machine, the redirect works fine. On the second it ends with the following line from the isapi.log file.

      [Thu Sep 19 10:49:43 2002] [jk_isapi_plugin.c (626)]: HttpFilterProc started
      [Thu Sep 19 10:49:43 2002] [jk_isapi_plugin.c (672)]: In HttpFilterProc Virtual Host redirection of /apps.trimbus.com/ogs/app/template/OGSMain.vm
      [Thu Sep 19 10:49:43 2002] [jk_uri_worker_map.c (351)]: Into jk_uri_worker_map_t::map_uri_to_worker
      [Thu Sep 19 10:49:43 2002] [jk_uri_worker_map.c (368)]: Attempting to map URI '/apps.trimbus.com/ogs/app/template/OGSMain.vm'
      [Thu Sep 19 10:49:43 2002] [jk_uri_worker_map.c (456)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match
      [Thu Sep 19 10:49:43 2002] [jk_isapi_plugin.c (678)]: In HttpFilterProc test Default redirection of /ogs/app/template/OGSMain.vm
      [Thu Sep 19 10:49:43 2002] [jk_uri_worker_map.c (351)]: Into jk_uri_worker_map_t::map_uri_to_worker
      [Thu Sep 19 10:49:43 2002] [jk_uri_worker_map.c (368)]: Attempting to map URI '/ogs/app/template/OGSMain.vm'
      [Thu Sep 19 10:49:43 2002] [jk_uri_worker_map.c (391)]: jk_uri_worker_map_t::map_uri_to_worker, Found a context match main -> /ogs/
      [Thu Sep 19 10:49:43 2002] [jk_isapi_plugin.c (688)]: HttpFilterProc [/ogs/app/template/OGSMain.vm] is a servlet url - should redirect to main
      [Thu Sep 19 10:49:43 2002] [jk_isapi_plugin.c (737)]: HttpFilterProc check if [/ogs/app/template/OGSMain.vm] is points to the web-inf directory

      that's as far as it gets. On the machine that it is working on, it continues with:

      [Thu Sep 14 6:01:53 2002] [jk_isapi_plugin.c (777)]: HttpExtensionProc started
      etc,etc,etc

      I receive no errors on server startup and it looks like the ajp listener is starting just like the http listener is. Both machines are W2K IIS5. Both have multiple ip addresses assigned to them and sites set up in iis.

      The http listener is on port 8080 and the ajp is on 8009.
      I am able to access the application fine through port 8080.

      So, does this look like an IIS problem, a redirector problem or a tomcat/jboss configuration problem? I would have expected an error in the jboss startup if there was a port conflict in 8009, but I don't beleive there is.

      Any help on further avenues to debugging this problem would be greatly appreciated.

        • 1. Re: problem with ajpConnector from IIS
          mvs_rao

          Hi
          Can you please let me know the Procedure for setting up the JBOSS with IIS. I have tried the procedure for settingup tomcat with IIS. It always tries to look into the web-inf folder under the tomcat.

          Ex: When I enter http://localhost/index.jsp , it redirects but it looks into web-inf folder of tomcat and says page not found.

          Please let me know how to setup JBOSS with IIS.


          Thanks
          Sarveswara