Hi, 
   
  Currently, my server is also running IIS5.0 also and it is using port 80 at 
the moment. Now, from what I understand and seen, you cannot have both IIS5.0 
and Tomcat using the same port 80 at the same time. So, my Tomcat is currently 
set to port 8080.
   
  However, it is rather unsightly having the URL look like 
http://www.mydomain.com:8080/index.jsp and I would have to open up another port 
8080 to the public which my IT department thinks is a very dangerous thing to 
do. They rather not have to open port 8080 and were quite adamant about it. 
They then recommended I use the connector as a way to allow both IIS5.0 and 
Tomcat to run simultaneously but with the URL looking like 
http://www.mydomain.com/index.jsp
   
  Regards,
  Darryl

"Caldarale, Charles R" <[EMAIL PROTECTED]> wrote:
  > From: Darryl Ong [mailto:[EMAIL PROTECTED] 
> Subject: Re: Problem Using Tomcat Connector on Windows 2000 
> Advanced Server
> 
> The connector I am using JK 1.2.19.

But what are you trying to connect Tomcat with? The connector you
downloaded is used when you're front-ending Tomcat with another web
server, such as Apache httpd. If all you want to do is have Tomcat
listen on port 80, just change the port numbers on the http and https
elements in the conf/server.xml file.

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



                
---------------------------------
 What will the world find in 2020?
 Leave a part of your 2006 in the Yahoo! Time Capsule. Contribute now!

Reply via email to