Re: Tomcat 5.0.2 and IIS

2003-08-14 Thread vikas jain
I don't know anything about CoyoteConnector. should i change port in worker.properties file to 8009? From: John Turner [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Thu, 07 Aug 2003 11:54:13 -0400

Re: Tomcat 5.0.2 and IIS

2003-08-14 Thread vikas jain
] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Fri, 08 Aug 2003 10:31:40 -0400 Gotta love Windows. :) Glad you got it working. John vikas jain wrote: woww, it finally worked. What I did is rebooted

RE: Tomcat 5.0.2 and IIS

2003-08-14 Thread Derek Mahar
: Tuesday, August 05, 2003 2:05 PM To: Tomcat Users List Subject: Re: Tomcat 5.0.2 and IIS The IIS connector is ajp13. The coyote connector is ajp13 compliant so I think an experiment would be in order. I would guess it would work. -e On Tue, 5 Aug 2003, vikas jain wrote: If someone knows tomcat

Re: Tomcat 5.0.2 and IIS

2003-08-14 Thread vikas jain
=0 protocol=AJP/1.3 / But should I change the port to 8443 in properties file as it is saying redirectport = 8443. Thanks, From: John Turner [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS

Re: Tomcat 5.0.2 and IIS

2003-08-14 Thread John Turner
[EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Thu, 07 Aug 2003 15:04:15 -0400 If your JK connector port in server.xml is 8009, then that is the port you should use in your properties files. Please understand that Tomcat works with JK and JK2

Re: Tomcat 5.0.2 and IIS

2003-08-14 Thread John Turner
Turner [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Thu, 07 Aug 2003 11:54:13 -0400 I'm pretty sure your .properties file should use port 8009. Do you have the CoyoteConnector listening on port 8009

Re: Tomcat 5.0.2 and IIS

2003-08-14 Thread vikas jain
[EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Wed, 06 Aug 2003 08:16:08 -0400 http://jakarta.apache.org/builds/jakarta-tomcat-connectors/ John vikas jain wrote: Thanks Derek. One more question. Where

Re: Tomcat 5.0.2 and IIS

2003-08-14 Thread vikas jain
PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Thu, 07 Aug 2003 15:27:11 -0400 That last line in uriworkermap doesn't look right to me. Also, I would refrain from changing the worker name. I would call

Re: Tomcat 5.0.2 and IIS

2003-08-14 Thread John Turner
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Thu, 07 Aug 2003 12:08:57 -0400 Let's step back a little: CoyoteConnector is the default class that handled connections to Tomcat. By default, there are two connectors configured in server.xml. Both use

Re: Tomcat 5.0.2 and IIS

2003-08-11 Thread vikas jain
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Thu, 07 Aug 2003 15:04:15 -0400 If your JK connector port in server.xml is 8009, then that is the port you should use in your properties files. Please understand that Tomcat works with JK and JK2 by default

Re: Tomcat 5.0.2 and IIS

2003-08-10 Thread John Turner
and tomcat. You may see some problem in that. From: John Turner [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Thu, 07 Aug 2003 16:04:13 -0400 *sigh* not working doesn't help much. Error messages

Re: Tomcat 5.0.2 and IIS

2003-08-10 Thread John Turner
at 8080 and tomcat at 80 port, does that make any difference? Thanks, vikas From: John Turner [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Wed, 06 Aug 2003 08:16:08 -0400 http://jakarta.apache.org

Tomcat 5.0.2 and IIS

2003-08-09 Thread vikas jain
Hello, had anyone tested tomcat servlets working with IIS server using the redirectory as explained at http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis-howto.html if you know how to make tomcat servlets with IIS server, please tell me. Thanks for your help. Vikas

Re: Tomcat 5.0.2 and IIS

2003-08-09 Thread John Turner
-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Thu, 07 Aug 2003 11:27:06 -0400 Well, since the error messages are complaining about localhost 80, I would assume that you should either: 1. consider putting Tomcat on 8080, and IIS

Re: Tomcat 5.0.2 and IIS

2003-08-09 Thread vikas jain
-inf directory From: John Turner [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Thu, 07 Aug 2003 16:26:59 -0400 I would suggest comparing this resource: http://www.onjava.com/pub/a/onjava/2002/12/18

Re: Tomcat 5.0.2 and IIS

2003-08-09 Thread vikas jain
[EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Thu, 07 Aug 2003 17:00:43 -0400 It's attempting to map the DLL, which is incorrect. I'm pretty sure this has come up before, I would search the archives or start a new thread with a different, more descriptive subject line and see

Re: Tomcat 5.0.2 and IIS

2003-08-09 Thread John Turner
It's attempting to map the DLL, which is incorrect. I'm pretty sure this has come up before, I would search the archives or start a new thread with a different, more descriptive subject line and see if anyone has the answer. John vikas jain wrote: seems something is working but still

Re: Tomcat 5.0.2 and IIS

2003-08-09 Thread vikas jain
[EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Thu, 07 Aug 2003 17:00:43 -0400 It's attempting to map the DLL, which is incorrect. I'm pretty sure this has come up before, I would search the archives or start a new thread with a different, more

Re: Tomcat 5.0.2 and IIS

2003-08-09 Thread John Turner
List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Fri, 08 Aug 2003 13:48:34 + I was searching all the time yesterday for this topic. All I found is two things: First, You are everywhere when there is some question about tomcat and IIS. and you are the person

Re: Tomcat 5.0.2 and IIS

2003-08-08 Thread vikas jain
I tried after changing the port # in propertied file, but it didn'twork out. :(( From: John Turner [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Thu, 07 Aug 2003 11:54:13 -0400 I'm pretty sure your

Re: Tomcat 5.0.2 and IIS

2003-08-08 Thread vikas jain
get any error log in isapi.log file this time, but it doesn't work. Thanks, From: John Turner [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Thu, 07 Aug 2003 11:27:06 -0400 Well, since the error

Re: Tomcat 5.0.2 and IIS

2003-08-08 Thread vikas jain
: Tomcat 5.0.2 and IIS Date: Thu, 07 Aug 2003 16:04:13 -0400 *sigh* not working doesn't help much. Error messages? Contents of log files? John vikas jain wrote: Now I have changed the worker.properties file to this: worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13

RE: Tomcat 5.0.2 and IIS

2003-08-07 Thread vikas jain
Thanks Derek. One more question. Where am I supposed to download dll file from? From: Derek Mahar [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Eric J. Pinnell [EMAIL PROTECTED],Tomcat Users List [EMAIL PROTECTED] Subject: RE: Tomcat 5.0.2 and IIS Date: Tue, 5 Aug 2003 15

Re: Tomcat 5.0.2 and IIS

2003-08-07 Thread vikas jain
PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Thu, 07 Aug 2003 11:07:21 -0400 If you have Tomcat on port 80, what do you need the connector for? John vikas jain wrote: I followed the instructions to set up IIS

Re: Tomcat 5.0.2 and IIS

2003-08-07 Thread John Turner
machine the web server is IIS. there I wan to deploy servlets). Conclusion is how to run servlets using IIS? Thanks, From: John Turner [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Thu, 07 Aug 2003 11:07

Re: Tomcat 5.0.2 and IIS

2003-08-07 Thread John Turner
*sigh* not working doesn't help much. Error messages? Contents of log files? John vikas jain wrote: Now I have changed the worker.properties file to this: worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 and uriworkermap.properties to:

Re: Tomcat 5.0.2 and IIS

2003-08-06 Thread Eric J. Pinnell
The IIS connector is ajp13. The coyote connector is ajp13 compliant so I think an experiment would be in order. I would guess it would work. -e On Tue, 5 Aug 2003, vikas jain wrote: If someone knows tomcat 5.0.2 works with IIS??? I tried to search for it, I got to know tomcat 3.3 works

Re: Tomcat 5.0.2 and IIS

2003-08-06 Thread John Turner
Users List [EMAIL PROTECTED] Subject: RE: Tomcat 5.0.2 and IIS Date: Tue, 5 Aug 2003 15:47:54 -0400 After much blood, sweat, and tears, I successfully got Tomcat 5.0.5, Microsoft IIS, and the JK2 Connector (isapi_redirector2.dll) to work together. Refer to the following documents: http

Tomcat 5.0.2 and IIS

2003-08-05 Thread vikas jain
If someone knows tomcat 5.0.2 works with IIS??? I tried to search for it, I got to know tomcat 3.3 works withIIS but there are no docs for tomcat 5.0 verison. If someone knows about this, please help me out. Thanks, Vikas _ Going