Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Bala Kiran
Anybody did it with Windows 2003 server and IIS 6.0? I'm having some
problems in getting the page up with that config. Any help is appreciated.

Thanks
Kiran

- Original Message - 
From: Xingqun Jiang [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Sunday, August 10, 2003 9:37 PM
Subject: Re: Problem in Integrating Tomcat with Apache


 Hi, Mike

 Lenny told me that I need to add a few lines after following John's
 instruction. I tried that and it worked!! Check out what Lenny told me
here:

 Lance,

 I've used John Turners method for Windows 2000 many times without a
problem.

 One thing you might want to do if you have followed all the instructions
is
 to add the following
 to the bottom of your Apache conf file:



 JkWorkersFile d:\java\Tomcat41\conf\jk\workers.properties -  change
 to what ever your Tomcat reference is
 JkLogFile d:\java\Tomcat41\logs\mod_jk.log
 -
 change to what ever your Tomcat reference is
 Include d:/java/Tomcat41/conf/auto/mod_jk.conf -
 change to what ever your Tomcat reference is

 JkMount /myapp ajp13
  -  change myapp to whatever your app is in the Tomcat webapp directory
 JkMount /myapp/*  ajp13


 Restart Tomcat and Apache

 Hopes this helps.

 Lenny Sorey




 JkWorkersFile d:\java\Tomcat41\conf\jk\workers.properties
 JkLogFile d:\java\Tomcat41\logs\mod_jk.log
 Include d:/java/Tomcat41/conf/auto/mod_jk.conf

 JkMount /wilsondodge ajp13
 JkMount /wilsondodge/*  ajp13
 - Original Message - 
 From: Mike Millson [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Sunday, August 10, 2003 10:26 PM
 Subject: Re: Problem in Integrating Tomcat with Apache


  On Sun, 2003-08-10 at 14:25, Xingqun Jiang wrote:
   Hi, Mike
  
   I followed this article to do the set-up:
  
   http://www.johnturner.com/howto/winxp-howto.html
 
  I don't use windows, but I have seen John help countless people. I would
  re-read his instructions and try again, following what he says very
  closely.
 
  
   But the problem still exists. I cannot open the jsp page from another
   computer, without adding port number. :-(
   The article you forwarded to me is for Linux, Is there any for
 WindowsXP?
   Thanks
  
   Lance
   - Original Message - 
   From: Mike Millson [EMAIL PROTECTED]
   To: Tomcat Users List [EMAIL PROTECTED]
   Sent: Sunday, August 10, 2003 1:51 PM
   Subject: Re: Problem in Integrating Tomcat with Apache
  
  
On Sun, 2003-08-10 at 13:31, Xingqun Jiang wrote:
 Hi, Mike

 Thanks a lot!!! I also searched some documents online. One of them
 said,
 when we install the Apache, we need to set the domain name and
 server
 name as localhost. I simply left them in default values. So I
am
 reinstalling the apache. Do you think that will make difference?
   
If you see the Apache default install page when you type
http://localhost in your browser then apache is working and there's
no
need to reinstall it, just set up the configuration to achieve what
 you
want.
   
What operating system are you using?
   

 I will check out the artiles you forwarded. Thanks!


 Lance


 - Original Message - 
 From: Mike Millson [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Sunday, August 10, 2003 1:27 PM
 Subject: Re: Problem in Integrating Tomcat with Apache


  No, it doesn't appear you have integrated tomcat. When you
access
   tomcat
  via port 8080, you are accessing tomcat directly. When you are
   accessing
  tomcat through apache, apache communicates w/ tomcat via port
 8009.
 
  I think the best way to approach integrating tomcat w/ apache
for
 the
  1st time is to forget about all the examples and config files
that
   come
  w/ tomcat and start w/ a bare bones approach. This document may
 prove
  helpful:
 
  pdf:
  http://www.meritonlinesystems.com/docs/howto_apache_tomcat.pdf
 
  OpenOffice doc:
  http://www.meritonlinesystems.com/docs/howto_apache_tomcat.sxw
 
  Mike
 
 
  On Sat, 2003-08-09 at 23:27, Xingqun Jiang wrote:
   Hi,
  
   I tried to integrate Tomcat (on port 8080) with Apache (on
port
 80).
 When I tested on the local machine(192.168.2.3), the following two
 urls
 pointed to the same page:
   http://localhost/examples/jsp/dates/date.jsp
   http://localhost:8080/examples/jsp/dates/date.jsp
  
   However, when I tested on another computer, only this url
works:
   http://192.168.2.3:8080/examples/jsp/dates/date.jsp
  
   The other address:
   http://192.168.2.3/examples/jsp/dates/date.jsp says page
cannot
 be
 found
  
   Did I sucessfully intergrate Tomcat with Apache? Help me!
  
   Lance
 
 

  -
  To 

Re: Tomcat 4.1x with IIS 6 on Windows server 2003

2003-08-14 Thread Bala Kiran
Yes. I did reboot the system. Did you try with IIS 6 on Windows Server 2003?

Kiran

- Original Message - 
From: vikas jain [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, August 11, 2003 8:44 AM
Subject: Re: Tomcat 4.1x with IIS 6 on Windows server 2003


 Did you reboot the system?


 From: Bala Kiran [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Subject: Re: Tomcat 4.1x with IIS 6 on Windows server 2003
 Date: Mon, 11 Aug 2003 08:01:46 -0500
 
 I guess it does. Here is a posting on JGURU.com :
 http://jguru.com/forums/view.jsp?EID=1098654
 
 Anybody who tried similar setup? Pls advise me. Do I need to go back to
IIS
 5.0 on Windows Server 2003? How soon Tomcat will have support for IIS
6.0?
 
 Kiran
 
 - Original Message -
 From: Reynir Hübner [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Monday, August 11, 2003 4:26 AM
 Subject: RE: Tomcat 4.1x with IIS 6 on Windows server 2003
 
 
 Hi,
 
 I think IIS 6 is not supported yet, it may at somepoint, but it doesn't
 work
 right now.
 
 Bye
 -reynir
 
 
 
 
 
   -Original Message-
   From: Bala Kiran [mailto:[EMAIL PROTECTED]
   Sent: 10. ágúst 2003 20:47
   To: Tomcat Users List
   Subject: Tomcat 4.1x with IIS 6 on Windows server 2003
  
  
   Has anybody configured Tomcat 4.1x with IIS 6.0 on Windows
   server 2003? Please advise me. I'm trying to configure the
   same, but I'm getting 404 - Page Can not be displayed
   error. I checked the log. It does not seem like raising any
   red flags. But, here is the log info. Any help is highly
   appreciated:
  
   ===
   [Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (1018)]: Using
   registry. [Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c
   (1020)]: Using log file D:\Apache Group\Tomcat
   4.1\logs\jk_iis.log. [Sun Aug 10 10:59:43 2003]
   [jk_isapi_plugin.c (1021)]: Using log level 0. [Sun Aug 10
   10:59:43 2003]  [jk_isapi_plugin.c (1022)]: Using extension
   uri /tomcat/isapi_redirect.dll. [Sun Aug 10 10:59:43 2003]
   [jk_isapi_plugin.c (1023)]: Using worker file D:\Apache
   Group\Tomcat 4.1\conf\workers.properties. [Sun Aug 10
   10:59:43 2003]  [jk_isapi_plugin.c (1024)]: Using worker
   mount file D:\Apache Group\Tomcat
   4.1\conf\uriworkermap.properties. [Sun Aug 10 10:59:43 2003]
   [jk_isapi_plugin.c (1025)]: Using uri select 0. [Sun Aug 10
   10:59:43 2003]  [jk_uri_worker_map.c (172)]: Into
   jk_uri_worker_map_t::uri_worker_map_alloc
   [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (375)]: Into
   jk_uri_worker_map_t::uri_worker_map_open
   [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (396)]:
   jk_uri_worker_map_t::uri_worker_map_open, rule map size is 3
   [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (321)]: Into
   jk_uri_worker_map_t::uri_worker_map_open, match rule
   /examples/=testWorker was added [Sun Aug 10 10:59:43 2003]
   [jk_uri_worker_map.c (299)]: Into
   jk_uri_worker_map_t::uri_worker_map_open, suffix rule
   /examples/.jsp=testWorker was added [Sun Aug 10 10:59:43
   2003]  [jk_uri_worker_map.c (321)]: Into
   jk_uri_worker_map_t::uri_worker_map_open, match rule
   /examples/servlet/=testWorker was added [Sun Aug 10 10:59:43
   2003]  [jk_uri_worker_map.c (408)]: Into
   jk_uri_worker_map_t::uri_worker_map_open, there are 3 rules
   [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (422)]:
   jk_uri_worker_map_t::uri_worker_map_open, done [Sun Aug 10
   10:59:43 2003]  [jk_worker.c (88)]: Into wc_open [Sun Aug 10
   10:59:43 2003]  [jk_worker.c (222)]: Into build_worker_map,
   creating 1 workers [Sun Aug 10 10:59:43 2003]  [jk_worker.c
   (228)]: build_worker_map, creating worker testWorker [Sun Aug
   10 10:59:43 2003]  [jk_worker.c (148)]: Into wc_create_worker
   [Sun Aug 10 10:59:43 2003]  [jk_worker.c (162)]:
   wc_create_worker, about to create instance testWorker of
   ajp13 [Sun Aug 10 10:59:43 2003]  [jk_ajp13_worker.c (108)]:
   Into ajp13_worker_factory [Sun Aug 10 10:59:43 2003]
   [jk_worker.c (171)]: wc_create_worker, about to validate and
   init testWorker [Sun Aug 10 10:59:43 2003]  [jk_ajp_common.c
   (1343)]: Into jk_worker_t::validate [Sun Aug 10 10:59:43
   2003]  [jk_ajp_common.c (1364)]: In jk_worker_t::validate for
   worker testWorker contact is localhost:8009 [Sun Aug 10
   10:59:43 2003]  [jk_ajp_common.c (1397)]: Into
   jk_worker_t::init [Sun Aug 10 10:59:43 2003]
   [jk_ajp_common.c (1421)]: In jk_worker_t::init, setting
   socket timeout to 0 [Sun Aug 10 10:59:43 2003]  [jk_worker.c
   (187)]: wc_create_worker, done [Sun Aug 10 10:59:43 2003]
   [jk_worker.c (238)]: build_worker_map, removing old
   testWorker worker [Sun Aug 10 10:59:43 2003]  [jk_worker.c
   (250)]: build_worker_map, done [Sun Aug 10 10:59:43 2003]
   [jk_worker.c (111)]: wc_open, done 1 [Sun Aug 10 10:59:43
   2003]  [jk_isapi_plugin.c (655)]: Detected IIS = 5.0 [Sun
   Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (696

Re: Tomcat 4.1x with IIS 6 on Windows server 2003

2003-08-14 Thread Bala Kiran
I guess it does. Here is a posting on JGURU.com :
http://jguru.com/forums/view.jsp?EID=1098654

Anybody who tried similar setup? Pls advise me. Do I need to go back to IIS
5.0 on Windows Server 2003? How soon Tomcat will have support for IIS 6.0?

Kiran

- Original Message - 
From: Reynir Hübner [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, August 11, 2003 4:26 AM
Subject: RE: Tomcat 4.1x with IIS 6 on Windows server 2003


Hi,

I think IIS 6 is not supported yet, it may at somepoint, but it doesn't work
right now.

Bye
-reynir





 -Original Message-
 From: Bala Kiran [mailto:[EMAIL PROTECTED]
 Sent: 10. ágúst 2003 20:47
 To: Tomcat Users List
 Subject: Tomcat 4.1x with IIS 6 on Windows server 2003


 Has anybody configured Tomcat 4.1x with IIS 6.0 on Windows
 server 2003? Please advise me. I'm trying to configure the
 same, but I'm getting 404 - Page Can not be displayed
 error. I checked the log. It does not seem like raising any
 red flags. But, here is the log info. Any help is highly
 appreciated:

 ===
 [Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (1018)]: Using
 registry. [Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c
 (1020)]: Using log file D:\Apache Group\Tomcat
 4.1\logs\jk_iis.log. [Sun Aug 10 10:59:43 2003]
 [jk_isapi_plugin.c (1021)]: Using log level 0. [Sun Aug 10
 10:59:43 2003]  [jk_isapi_plugin.c (1022)]: Using extension
 uri /tomcat/isapi_redirect.dll. [Sun Aug 10 10:59:43 2003]
 [jk_isapi_plugin.c (1023)]: Using worker file D:\Apache
 Group\Tomcat 4.1\conf\workers.properties. [Sun Aug 10
 10:59:43 2003]  [jk_isapi_plugin.c (1024)]: Using worker
 mount file D:\Apache Group\Tomcat
 4.1\conf\uriworkermap.properties. [Sun Aug 10 10:59:43 2003]
 [jk_isapi_plugin.c (1025)]: Using uri select 0. [Sun Aug 10
 10:59:43 2003]  [jk_uri_worker_map.c (172)]: Into
 jk_uri_worker_map_t::uri_worker_map_alloc
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (375)]: Into
 jk_uri_worker_map_t::uri_worker_map_open
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (396)]:
 jk_uri_worker_map_t::uri_worker_map_open, rule map size is 3
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (321)]: Into
 jk_uri_worker_map_t::uri_worker_map_open, match rule
 /examples/=testWorker was added [Sun Aug 10 10:59:43 2003]
 [jk_uri_worker_map.c (299)]: Into
 jk_uri_worker_map_t::uri_worker_map_open, suffix rule
 /examples/.jsp=testWorker was added [Sun Aug 10 10:59:43
 2003]  [jk_uri_worker_map.c (321)]: Into
 jk_uri_worker_map_t::uri_worker_map_open, match rule
 /examples/servlet/=testWorker was added [Sun Aug 10 10:59:43
 2003]  [jk_uri_worker_map.c (408)]: Into
 jk_uri_worker_map_t::uri_worker_map_open, there are 3 rules
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (422)]:
 jk_uri_worker_map_t::uri_worker_map_open, done [Sun Aug 10
 10:59:43 2003]  [jk_worker.c (88)]: Into wc_open [Sun Aug 10
 10:59:43 2003]  [jk_worker.c (222)]: Into build_worker_map,
 creating 1 workers [Sun Aug 10 10:59:43 2003]  [jk_worker.c
 (228)]: build_worker_map, creating worker testWorker [Sun Aug
 10 10:59:43 2003]  [jk_worker.c (148)]: Into wc_create_worker
 [Sun Aug 10 10:59:43 2003]  [jk_worker.c (162)]:
 wc_create_worker, about to create instance testWorker of
 ajp13 [Sun Aug 10 10:59:43 2003]  [jk_ajp13_worker.c (108)]:
 Into ajp13_worker_factory [Sun Aug 10 10:59:43 2003]
 [jk_worker.c (171)]: wc_create_worker, about to validate and
 init testWorker [Sun Aug 10 10:59:43 2003]  [jk_ajp_common.c
 (1343)]: Into jk_worker_t::validate [Sun Aug 10 10:59:43
 2003]  [jk_ajp_common.c (1364)]: In jk_worker_t::validate for
 worker testWorker contact is localhost:8009 [Sun Aug 10
 10:59:43 2003]  [jk_ajp_common.c (1397)]: Into
 jk_worker_t::init [Sun Aug 10 10:59:43 2003]
 [jk_ajp_common.c (1421)]: In jk_worker_t::init, setting
 socket timeout to 0 [Sun Aug 10 10:59:43 2003]  [jk_worker.c
 (187)]: wc_create_worker, done [Sun Aug 10 10:59:43 2003]
 [jk_worker.c (238)]: build_worker_map, removing old
 testWorker worker [Sun Aug 10 10:59:43 2003]  [jk_worker.c
 (250)]: build_worker_map, done [Sun Aug 10 10:59:43 2003]
 [jk_worker.c (111)]: wc_open, done 1 [Sun Aug 10 10:59:43
 2003]  [jk_isapi_plugin.c (655)]: Detected IIS = 5.0 [Sun
 Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (696)]:
 HttpFilterProc started [Sun Aug 10 10:59:43 2003]
 [jk_isapi_plugin.c (759)]: In HttpFilterProc Virtual Host
 redirection of /localhost/examples/jsp/index.html
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (460)]: Into
 jk_uri_worker_map_t::map_uri_to_worker
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (477)]:
 Attempting to map URI '/localhost/examples/jsp/index.html'
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (599)]:
 jk_uri_worker_map_t::map_uri_to_worker, done without a match
 [Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (765)]: In
 HttpFilterProc test Default redirection of
 /examples/jsp/index.html [Sun Aug 10 10:59:43 2003]
 [jk_uri_worker_map.c (460

Re: Tomcat 4.1x with IIS 6 on Windows server 2003

2003-08-14 Thread Bala Kiran
Mark,

if you can find anybody who can develop a connector, I'm ready to share the
expenses (i can spend around $50-100). Please let me know if you find
anybody.

- Original Message - 
From: Mark Schmeets [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, August 11, 2003 11:37 AM
Subject: Re: Tomcat 4.1x with IIS 6 on Windows server 2003


 Bala,
 I just started working on it last week, and have not contacted anyone.
 If I get the chance, I am going to have another go at it. Somewhere on
 this list there was a link to JGuru, where it looked like someone had it
 working. But I don't have a resolution.

 Mark

 Bala Kiran wrote:

 So, Mark, What did you do finally? Just left it there or did you contact
 anybody to write connector for IIS 6? If so, please let me know.
 
 Kiran
 
 - Original Message - 
 From: Mark Schmeets [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Monday, August 11, 2003 10:08 AM
 Subject: Re: Tomcat 4.1x with IIS 6 on Windows server 2003
 
 
 
 
 Bala Kiran wrote:
 
 
 
 Yes. I did reboot the system. Did you try with IIS 6 on Windows Server
 
 
 2003?
 
 
 Kiran
 
 - Original Message - 
 From: vikas jain [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, August 11, 2003 8:44 AM
 Subject: Re: Tomcat 4.1x with IIS 6 on Windows server 2003
 
 
 
 
 
 
 Did you reboot the system?
 
 
 
 
 
 
 From: Bala Kiran [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Subject: Re: Tomcat 4.1x with IIS 6 on Windows server 2003
 Date: Mon, 11 Aug 2003 08:01:46 -0500
 
 I guess it does. Here is a posting on JGURU.com :
 http://jguru.com/forums/view.jsp?EID=1098654
 
 Anybody who tried similar setup? Pls advise me. Do I need to go back
to
 
 
 
 
 IIS
 
 
 
 
 5.0 on Windows Server 2003? How soon Tomcat will have support for IIS
 
 
 
 
 6.0?
 
 
 
 
 Kiran
 
 - Original Message -
 From: Reynir Hübner [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Monday, August 11, 2003 4:26 AM
 Subject: RE: Tomcat 4.1x with IIS 6 on Windows server 2003
 
 
 Hi,
 
 I think IIS 6 is not supported yet, it may at somepoint, but it
doesn't
 work
 right now.
 
 Bye
 -reynir
 
 
 
 
 
 
 
 
 
 -Original Message-
 From: Bala Kiran [mailto:[EMAIL PROTECTED]
 Sent: 10. ágúst 2003 20:47
 To: Tomcat Users List
 Subject: Tomcat 4.1x with IIS 6 on Windows server 2003
 
 
 Has anybody configured Tomcat 4.1x with IIS 6.0 on Windows
 server 2003? Please advise me. I'm trying to configure the
 same, but I'm getting 404 - Page Can not be displayed
 error. I checked the log. It does not seem like raising any
 red flags. But, here is the log info. Any help is highly
 appreciated:
 
 ===
 [Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (1018)]: Using
 registry. [Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c
 (1020)]: Using log file D:\Apache Group\Tomcat
 4.1\logs\jk_iis.log. [Sun Aug 10 10:59:43 2003]
 [jk_isapi_plugin.c (1021)]: Using log level 0. [Sun Aug 10
 10:59:43 2003]  [jk_isapi_plugin.c (1022)]: Using extension
 uri /tomcat/isapi_redirect.dll. [Sun Aug 10 10:59:43 2003]
 [jk_isapi_plugin.c (1023)]: Using worker file D:\Apache
 Group\Tomcat 4.1\conf\workers.properties. [Sun Aug 10
 10:59:43 2003]  [jk_isapi_plugin.c (1024)]: Using worker
 mount file D:\Apache Group\Tomcat
 4.1\conf\uriworkermap.properties. [Sun Aug 10 10:59:43 2003]
 [jk_isapi_plugin.c (1025)]: Using uri select 0. [Sun Aug 10
 10:59:43 2003]  [jk_uri_worker_map.c (172)]: Into
 jk_uri_worker_map_t::uri_worker_map_alloc
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (375)]: Into
 jk_uri_worker_map_t::uri_worker_map_open
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (396)]:
 jk_uri_worker_map_t::uri_worker_map_open, rule map size is 3
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (321)]: Into
 jk_uri_worker_map_t::uri_worker_map_open, match rule
 /examples/=testWorker was added [Sun Aug 10 10:59:43 2003]
 [jk_uri_worker_map.c (299)]: Into
 jk_uri_worker_map_t::uri_worker_map_open, suffix rule
 /examples/.jsp=testWorker was added [Sun Aug 10 10:59:43
 2003]  [jk_uri_worker_map.c (321)]: Into
 jk_uri_worker_map_t::uri_worker_map_open, match rule
 /examples/servlet/=testWorker was added [Sun Aug 10 10:59:43
 2003]  [jk_uri_worker_map.c (408)]: Into
 jk_uri_worker_map_t::uri_worker_map_open, there are 3 rules
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (422)]:
 jk_uri_worker_map_t::uri_worker_map_open, done [Sun Aug 10
 10:59:43 2003]  [jk_worker.c (88)]: Into wc_open [Sun Aug 10
 10:59:43 2003]  [jk_worker.c (222)]: Into build_worker_map,
 creating 1 workers [Sun Aug 10 10:59:43 2003]  [jk_worker.c
 (228)]: build_worker_map, creating worker testWorker [Sun Aug
 10 10:59:43 2003]  [jk_worker.c (148)]: Into wc_create_worker
 [Sun Aug 10 10:59:43 2003]  [jk_worker.c (162)]:
 wc_create_worker, about to create instance testWorker of
 ajp13 [Sun Aug 10 10:59:43 2003

Tomcat 4.1x with IIS 6 on Windows server 2003

2003-08-14 Thread Bala Kiran
Has anybody configured Tomcat 4.1x with IIS 6.0 on Windows server 2003?
Please advise me. I'm trying to configure the same, but I'm getting 404 -
Page Can not be displayed error. I checked the log. It does not seem like
raising any red flags. But, here is the log info. Any help is highly
appreciated:

===
[Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (1018)]: Using registry.
[Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (1020)]: Using log file
D:\Apache Group\Tomcat 4.1\logs\jk_iis.log.
[Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (1021)]: Using log level 0.
[Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (1022)]: Using extension
uri /tomcat/isapi_redirect.dll.
[Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (1023)]: Using worker file
D:\Apache Group\Tomcat 4.1\conf\workers.properties.
[Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (1024)]: Using worker mount
file D:\Apache Group\Tomcat 4.1\conf\uriworkermap.properties.
[Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (1025)]: Using uri select 0.
[Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (172)]: Into
jk_uri_worker_map_t::uri_worker_map_alloc
[Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (375)]: Into
jk_uri_worker_map_t::uri_worker_map_open
[Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (396)]:
jk_uri_worker_map_t::uri_worker_map_open, rule map size is 3
[Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (321)]: Into
jk_uri_worker_map_t::uri_worker_map_open, match rule /examples/=testWorker
was added
[Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (299)]: Into
jk_uri_worker_map_t::uri_worker_map_open, suffix rule
/examples/.jsp=testWorker was added
[Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (321)]: Into
jk_uri_worker_map_t::uri_worker_map_open, match rule
/examples/servlet/=testWorker was added
[Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (408)]: Into
jk_uri_worker_map_t::uri_worker_map_open, there are 3 rules
[Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (422)]:
jk_uri_worker_map_t::uri_worker_map_open, done
[Sun Aug 10 10:59:43 2003]  [jk_worker.c (88)]: Into wc_open
[Sun Aug 10 10:59:43 2003]  [jk_worker.c (222)]: Into build_worker_map,
creating 1 workers
[Sun Aug 10 10:59:43 2003]  [jk_worker.c (228)]: build_worker_map,
creating worker testWorker
[Sun Aug 10 10:59:43 2003]  [jk_worker.c (148)]: Into wc_create_worker
[Sun Aug 10 10:59:43 2003]  [jk_worker.c (162)]: wc_create_worker, about
to create instance testWorker of ajp13
[Sun Aug 10 10:59:43 2003]  [jk_ajp13_worker.c (108)]: Into
ajp13_worker_factory
[Sun Aug 10 10:59:43 2003]  [jk_worker.c (171)]: wc_create_worker, about
to validate and init testWorker
[Sun Aug 10 10:59:43 2003]  [jk_ajp_common.c (1343)]: Into
jk_worker_t::validate
[Sun Aug 10 10:59:43 2003]  [jk_ajp_common.c (1364)]: In
jk_worker_t::validate for worker testWorker contact is localhost:8009
[Sun Aug 10 10:59:43 2003]  [jk_ajp_common.c (1397)]: Into jk_worker_t::init
[Sun Aug 10 10:59:43 2003]  [jk_ajp_common.c (1421)]: In
jk_worker_t::init, setting socket timeout to 0
[Sun Aug 10 10:59:43 2003]  [jk_worker.c (187)]: wc_create_worker, done
[Sun Aug 10 10:59:43 2003]  [jk_worker.c (238)]: build_worker_map,
removing old testWorker worker
[Sun Aug 10 10:59:43 2003]  [jk_worker.c (250)]: build_worker_map, done
[Sun Aug 10 10:59:43 2003]  [jk_worker.c (111)]: wc_open, done 1
[Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (655)]: Detected IIS = 5.0
[Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (696)]: HttpFilterProc
started
[Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (759)]: In HttpFilterProc
Virtual Host redirection of /localhost/examples/jsp/index.html
[Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (460)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (477)]: Attempting to map
URI '/localhost/examples/jsp/index.html'
[Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (599)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (765)]: In HttpFilterProc
test Default redirection of /examples/jsp/index.html
[Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (460)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (477)]: Attempting to map
URI '/examples/jsp/index.html'
[Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (502)]:
jk_uri_worker_map_t::map_uri_to_worker, Found a context match testWorker
- /examples/
[Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (775)]: HttpFilterProc
[/examples/jsp/index.html] is a servlet url - should redirect to
testWorker
[Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (838)]: HttpFilterProc
check if [/examples/jsp/index.html] is points to the web-inf directory
[Sun Aug 10 10:59:45 2003]  [jk_isapi_plugin.c (696)]: HttpFilterProc
started
[Sun Aug 10 10:59:45 2003]  [jk_isapi_plugin.c (759)]: In HttpFilterProc
Virtual Host redirection of /localhost/examples/jsp/index.html
[Sun Aug 10 10:59:45 2003]  

Re: Tomcat 4.1x with IIS 6 on Windows server 2003

2003-08-12 Thread Bala Kiran
So, Mark, What did you do finally? Just left it there or did you contact
anybody to write connector for IIS 6? If so, please let me know.

Kiran

- Original Message - 
From: Mark Schmeets [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, August 11, 2003 10:08 AM
Subject: Re: Tomcat 4.1x with IIS 6 on Windows server 2003


 Bala Kiran wrote:

 Yes. I did reboot the system. Did you try with IIS 6 on Windows Server
2003?
 
 Kiran
 
 - Original Message - 
 From: vikas jain [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, August 11, 2003 8:44 AM
 Subject: Re: Tomcat 4.1x with IIS 6 on Windows server 2003
 
 
 
 
 Did you reboot the system?
 
 
 
 
 From: Bala Kiran [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Subject: Re: Tomcat 4.1x with IIS 6 on Windows server 2003
 Date: Mon, 11 Aug 2003 08:01:46 -0500
 
 I guess it does. Here is a posting on JGURU.com :
 http://jguru.com/forums/view.jsp?EID=1098654
 
 Anybody who tried similar setup? Pls advise me. Do I need to go back to
 
 
 IIS
 
 
 5.0 on Windows Server 2003? How soon Tomcat will have support for IIS
 
 
 6.0?
 
 
 Kiran
 
 - Original Message -
 From: Reynir Hübner [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Monday, August 11, 2003 4:26 AM
 Subject: RE: Tomcat 4.1x with IIS 6 on Windows server 2003
 
 
 Hi,
 
 I think IIS 6 is not supported yet, it may at somepoint, but it doesn't
 work
 right now.
 
 Bye
 -reynir
 
 
 
 
 
 
 
 -Original Message-
 From: Bala Kiran [mailto:[EMAIL PROTECTED]
 Sent: 10. ágúst 2003 20:47
 To: Tomcat Users List
 Subject: Tomcat 4.1x with IIS 6 on Windows server 2003
 
 
 Has anybody configured Tomcat 4.1x with IIS 6.0 on Windows
 server 2003? Please advise me. I'm trying to configure the
 same, but I'm getting 404 - Page Can not be displayed
 error. I checked the log. It does not seem like raising any
 red flags. But, here is the log info. Any help is highly
 appreciated:
 
 ===
 [Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c (1018)]: Using
 registry. [Sun Aug 10 10:59:43 2003]  [jk_isapi_plugin.c
 (1020)]: Using log file D:\Apache Group\Tomcat
 4.1\logs\jk_iis.log. [Sun Aug 10 10:59:43 2003]
 [jk_isapi_plugin.c (1021)]: Using log level 0. [Sun Aug 10
 10:59:43 2003]  [jk_isapi_plugin.c (1022)]: Using extension
 uri /tomcat/isapi_redirect.dll. [Sun Aug 10 10:59:43 2003]
 [jk_isapi_plugin.c (1023)]: Using worker file D:\Apache
 Group\Tomcat 4.1\conf\workers.properties. [Sun Aug 10
 10:59:43 2003]  [jk_isapi_plugin.c (1024)]: Using worker
 mount file D:\Apache Group\Tomcat
 4.1\conf\uriworkermap.properties. [Sun Aug 10 10:59:43 2003]
 [jk_isapi_plugin.c (1025)]: Using uri select 0. [Sun Aug 10
 10:59:43 2003]  [jk_uri_worker_map.c (172)]: Into
 jk_uri_worker_map_t::uri_worker_map_alloc
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (375)]: Into
 jk_uri_worker_map_t::uri_worker_map_open
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (396)]:
 jk_uri_worker_map_t::uri_worker_map_open, rule map size is 3
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (321)]: Into
 jk_uri_worker_map_t::uri_worker_map_open, match rule
 /examples/=testWorker was added [Sun Aug 10 10:59:43 2003]
 [jk_uri_worker_map.c (299)]: Into
 jk_uri_worker_map_t::uri_worker_map_open, suffix rule
 /examples/.jsp=testWorker was added [Sun Aug 10 10:59:43
 2003]  [jk_uri_worker_map.c (321)]: Into
 jk_uri_worker_map_t::uri_worker_map_open, match rule
 /examples/servlet/=testWorker was added [Sun Aug 10 10:59:43
 2003]  [jk_uri_worker_map.c (408)]: Into
 jk_uri_worker_map_t::uri_worker_map_open, there are 3 rules
 [Sun Aug 10 10:59:43 2003]  [jk_uri_worker_map.c (422)]:
 jk_uri_worker_map_t::uri_worker_map_open, done [Sun Aug 10
 10:59:43 2003]  [jk_worker.c (88)]: Into wc_open [Sun Aug 10
 10:59:43 2003]  [jk_worker.c (222)]: Into build_worker_map,
 creating 1 workers [Sun Aug 10 10:59:43 2003]  [jk_worker.c
 (228)]: build_worker_map, creating worker testWorker [Sun Aug
 10 10:59:43 2003]  [jk_worker.c (148)]: Into wc_create_worker
 [Sun Aug 10 10:59:43 2003]  [jk_worker.c (162)]:
 wc_create_worker, about to create instance testWorker of
 ajp13 [Sun Aug 10 10:59:43 2003]  [jk_ajp13_worker.c (108)]:
 Into ajp13_worker_factory [Sun Aug 10 10:59:43 2003]
 [jk_worker.c (171)]: wc_create_worker, about to validate and
 init testWorker [Sun Aug 10 10:59:43 2003]  [jk_ajp_common.c
 (1343)]: Into jk_worker_t::validate [Sun Aug 10 10:59:43
 2003]  [jk_ajp_common.c (1364)]: In jk_worker_t::validate for
 worker testWorker contact is localhost:8009 [Sun Aug 10
 10:59:43 2003]  [jk_ajp_common.c (1397)]: Into
 jk_worker_t::init [Sun Aug 10 10:59:43 2003]
 [jk_ajp_common.c (1421)]: In jk_worker_t::init, setting
 socket timeout to 0 [Sun Aug 10 10:59:43 2003]  [jk_worker.c
 (187)]: wc_create_worker, done [Sun Aug 10 10:59:43 2003]
 [jk_worker.c (238)]: build_worker_map, removing old
 testWorker worker