RE: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-24 Thread VikasSharma-ATG, Noida
Mladen wrote: > I just retested 1.2.19 on WIN2K3R2 (Windows64/AMD64) with > multiple Web Sites, each having jakarta virtual dir and > ISAPI filter separately defined, and it works fine. Thanks Mladen, I finally got it up. But I'm still not aware where things went wrong. This time I clean up all t

Re: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-19 Thread Mladen Turk
VikasSharma-ATG, Noida wrote: Yes, I do have Jakarta connector listed under 'Web Services Extensions'. But I just have Jakarta connector as Allowed, others are prohibited OK. Either one will do. Also you didn't answer if you have defined jakarta virtual directory under 'Default Web Site' o

RE: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-19 Thread VikasSharma-ATG, Noida
Mladen wrote: > Did you add 'Jakarta Connector' to the list of > 'Web Services Extensions' in ISS Manager? > You can simply 'Allow' All Unnknown ISAPI Extensions. Yes, I do have Jakarta connector listed under 'Web Services Extensions'. But I just have Jakarta connector as Allowed, others are pr

Re: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-19 Thread Mladen Turk
VikasSharma-ATG, Noida wrote: Mladen wrote: extension_uri=/jakarta/isapi_redirect.dll instead extension_uri=d:\vsharma\jakarta\bin\isapi_redirect.dll I tried this even, but didn't help. Both the setting generating same debug log. Did you add 'Jakarta Connector' to the list of 'Web Service

RE: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-18 Thread VikasSharma-ATG, Noida
Mladen wrote: > extension_uri=/jakarta/isapi_redirect.dll > instead extension_uri=d:\vsharma\jakarta\bin\isapi_redirect.dll I tried this even, but didn't help. Both the setting generating same debug log. Please suggest I even tried downloading new isapi_redirect.dll (same version i.e. 1.2.19)

Re: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-18 Thread Mladen Turk
VikasSharma-ATG, Noida wrote: Isapi_redirect.properties, this file needs to be created under the same directory where isapi_redirect.dll resides extension_uri=d:\vsharma\jakarta\bin\isapi_redirect.dll extension_uri=/jakarta/isapi_redirect.dll Regards, Mladen.

RE: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-18 Thread VikasSharma-ATG, Noida
Isapi_redirect.properties, this file needs to be created under the same directory where isapi_redirect.dll resides extension_uri=d:\vsharma\jakarta\bin\isapi_redirect.dll log_file=d:\vsharma\jakarta\logs\isapi_redirect.log log_level=debug worker_file=d:\vsharma\jakarta\conf\workers.properties wor

RE: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-18 Thread Øyvind Roth
kka N-0501 Oslo Norway   Mobile: (+47) 99 21 39 07 Office.: (+47) 22 32 54 27 www.suss.no -Original Message- From: VikasSharma-ATG, Noida [mailto:[EMAIL PROTECTED] Sent: 18. oktober 2006 13:39 To: Tomcat Users List Subject: RE: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19 Thanks Mladen

Re: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-18 Thread Mladen Turk
VikasSharma-ATG, Noida wrote: Thanks Mladen, I deleted all Jakarta filter, and install again, this time manually. So things looks like progressed a bit further. Also this time I didn't created any registry entry, instead I'm using isapi_redirect.properties You should post that file then :) N

RE: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-18 Thread VikasSharma-ATG, Noida
Thanks Mladen, I deleted all Jakarta filter, and install again, this time manually. So things looks like progressed a bit further. Also this time I didn't created any registry entry, instead I'm using isapi_redirect.properties as described in http://tomcat.apache.org/connectors-doc/config/iis.html

Re: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-18 Thread Mladen Turk
Rainer Jung wrote: Maybe I missed something, but I didn't see a worker.list in the configuration. In the original main from the poster there is: worker.list=loadbalancer,jkstatus So, I think you've missed it :) Regards, Mladen --

Re: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-18 Thread Rainer Jung
Maybe I missed something, but I didn't see a worker.list in the configuration. Mladen Turk wrote: VikasSharma-ATG, Noida wrote: That's it, there's nothing after these lines when I access my application. No errors, just the debug lines. I've checked isapi_redirect.dll has execute and write pe

Re: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-18 Thread Mladen Turk
VikasSharma-ATG, Noida wrote: That's it, there's nothing after these lines when I access my application. No errors, just the debug lines. I've checked isapi_redirect.dll has execute and write permissions. I doubt on the below mention log entry, I think instead of localhost it should point toward

RE: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-18 Thread VikasSharma-ATG, Noida
That's it, there's nothing after these lines when I access my application. No errors, just the debug lines. I've checked isapi_redirect.dll has execute and write permissions. I doubt on the below mention log entry, I think instead of localhost it should point towards my application server machine

Re: IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-18 Thread Mladen Turk
VikasSharma-ATG, Noida wrote: [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 And what happens then? It is obvious from the log that the uri mapping stage was OK. Do you have any errors in the log? If not

IIS6.0 with JBoss4.0.3sp1 using mod jk 1.2.19

2006-10-18 Thread VikasSharma-ATG, Noida
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.2