HI,
I'm trying to get IIS6.0 configured with JBoss 4.0.3sp1 cluster (2 pageServers & loadBalancer) using mod_jk 1.2.19, my web server and application server are on different machine I followed up the instruction given on following links http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBossAndIIS http://tomcat.apache.org/connectors-doc/config/iis.html but got stuck at a point, where I've no idea how to debug ahead. The application I'm trying to access is not getting displayed, getting HTTP code-500 Below I have attached isapi_redirect.log, workers.properties and uriworkermap.properties Looking forward to suggestion/help Note: I've configured my cluster-bindings.xml to use ajp port 8109 and 8209 for pageServer1 and pageServer2, described under workers.properties Vikas Isapi_redirect.log [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_shm.c (135): Initialized shared memory size=24704 free=24576 addr=0x1870000 [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_isapi_plugin.c (1206): Using registry. [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_isapi_plugin.c (1209): Using log file D:\vsharma\JakartaIsapiRedirector\log\isapi_redirect.log. [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_isapi_plugin.c (1210): Using log level 1. [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_isapi_plugin.c (1211): Using extension uri D:\vsharma\JakartaIsapiRedirector\bin\isapi_redirect.dll. [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_isapi_plugin.c (1212): Using worker file D:\vsharma\JakartaIsapiRedirector\conf\workers.properties.minimal. [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_isapi_plugin.c (1213): Using worker mount file D:\vsharma\JakartaIsapiRedirector\conf\uriworkermap.properties. [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_isapi_plugin.c (1215): Using rewrite rule file . [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_isapi_plugin.c (1217): Using uri select 0. [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (306): exact rule /jkmanager=jkstatus was added [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (306): exact rule /dyn=loadbalancer was added [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (298): wildchar rule /dyn/*=loadbalancer was added [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (306): exact rule /service=loadbalancer was added [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (298): wildchar rule /service/*=loadbalancer was added [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (306): exact rule /agent=loadbalancer was added [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (298): wildchar rule /agent/*=loadbalancer was added [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (306): exact rule /atg=loadbalancer was added [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (298): wildchar rule /atg/*=loadbalancer was added [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_worker.c (236): creating worker ajp13 [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_worker.c (141): about to create instance ajp13 of ajp13 [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_worker.c (154): about to validate and init ajp13 [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_ajp_common.c (1922): worker ajp13 contact is 'localhost:8009' [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_ajp_common.c (2047): setting endpoint options: [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_ajp_common.c (2050): keepalive: 0 [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_ajp_common.c (2054): timeout: -1 [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_ajp_common.c (2058): buffer size: 0 [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_ajp_common.c (2062): pool timeout: 0 [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_ajp_common.c (2066): connect timeout: 0 [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_ajp_common.c (2070): reply timeout: 0 [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_ajp_common.c (2074): prepost timeout: 0 [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_ajp_common.c (2078): recovery options: 0 [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_ajp_common.c (2082): retries: 2 [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_ajp_common.c (2086): max packet size: 8192 [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_ajp_common.c (1959): setting connection pool size to 10 with min 5 [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_isapi_plugin.c (733): Detected IIS >= 5.0 [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_isapi_plugin.c (785): Filter started [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_isapi_plugin.c (852): Virtual Host redirection of /localhost:8181/atg/bcc [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (513): Attempting to map URI '/localhost:8181/atg/bcc' from 9 maps [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (525): Attempting to map context URI '/service/*' [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (525): Attempting to map context URI '/agent/*' [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (525): Attempting to map context URI '/dyn/*' [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (525): Attempting to map context URI '/atg/*' [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (525): Attempting to map context URI '/jkmanager' [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (525): Attempting to map context URI '/service' [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (525): Attempting to map context URI '/agent' [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (525): Attempting to map context URI '/dyn' [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (525): Attempting to map context URI '/atg' [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_isapi_plugin.c (859): Default redirection of /atg/bcc [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (513): Attempting to map URI '/atg/bcc' from 9 maps [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (525): Attempting to map context URI '/service/*' [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (525): Attempting to map context URI '/agent/*' [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (525): Attempting to map context URI '/dyn/*' [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (525): Attempting to map context URI '/atg/*' [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_uri_worker_map.c (539): Found a wildchar match loadbalancer -> /atg/* [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_isapi_plugin.c (869): check if [/atg/bcc] is points to the web-inf directory [Tue Oct 17 07:32:10 2006] [1760:0412] [debug] jk_isapi_plugin.c (887): [/atg/bcc] is a servlet url - should redirect to loadbalancer Workers.properties worker.list=loadbalancer,jkstatus # define node1 (pageServer1) # port=8009 is the default for AJP13; for AJP14 it is port=8011 worker.tomcat1.port=8109 worker.tomcat1.host=sprat.na.ad.atg.com worker.tomcat1.type=ajp13 worker.tomcat1.lbfactor=1 worker.tomcat1.connection_pool_size=10 worker.tomcat1.socket_keepalive=True # define node2 (pageServer2) worker.tomcat2.port=8209 worker.tomcat2.host=sprat.na.ad.atg.com worker.tomcat2.type=ajp13 worker.tomcat2.lbfactor=1 worker.tomcat2.connection_pool_size=10 worker.tomcat1.socket_keepalive=True # Load-balancing behavior worker.loadbalancer.type=lb worker.loadbalancer.balance_workers=tomcat1,tomcat2 worker.loadbalancer.sticky_session=1 worker.jkstatus.type=status uriworkermap.properties /jkmanager=jkstatus /dyn=loadbalancer /dyn/*=loadbalancer /service=loadbalancer /service/*=loadbalancer /agent=loadbalancer /agent/*=loadbalancer /atg=loadbalancer /atg/*=loadbalancer DISCLAIMER: ----------------------------------------------------------------------------------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any mail and attachments please check them for viruses and defect. -----------------------------------------------------------------------------------------------------------------------