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 CoyoteConnector. One is for HTTP and is on port 8080 by default. The other is for JK/JK2 and is on port 8009 by default.

To use a web server redirector, you need a JK/JK2 connector configured in server.xml, and you need your .properties files to use the correct port number. Otherwise, nothing you do has a chance of working.

Perhaps if you told us what you wanted to do, and what you have done (changed from the default) we could be of more help, but right now you are only giving us little tidbits of info in each post, making it pretty difficult to help you quickly.

John

vikas jain wrote:

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


I'm pretty sure your .properties file should use port 8009. Do you have the CoyoteConnector listening on port 8009 for JK? Its enabled by default.


John

vikas jain wrote:

I changed the IIS port back to 80 and tomcat to 8080, also in the worker.properties file i have changed to port to 8080. still not working.

I can go to servlet using tomcat by following paths:

http://localhost:8080/servlet/HelloWorld
http://localhost:8080/examples/servlet/HelloWorld

I didn't get any error log in isapi.log file this time, but it doesn't work.

Thanks,




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to