Tomcat port change

C

Craig

Hi,

I've just installed the latest version of Tomcat on my Windows 2003
server.
During installation I set the port to 8091.

Accessing the admin and examples through 8091 works fine but so does
8080.
I want to COMPLETELY remove 8080 from Tomcats grasp as I have
something else using it in IIS.

I checked server.xml and could find no real reference to 8080 other
then in comments but still no luck.

Thoughts?

Thanks
 
W

Wendy S

Craig said:
I've just installed the latest version of Tomcat on my Windows 2003
server. During installation I set the port to 8091.
Accessing the admin and examples through 8091 works fine but so does
8080. I want to COMPLETELY remove 8080 from Tomcats grasp as I have
something else using it in IIS.

It sounds like you have two instances of Tomcat running-- it can only listen
on one port (well, not counting SSL & connectors). I don't see how it could
be serving http:// requests on more than one port.

I've changed server.xml to listen on 80 & 443 here, and it most definitely
does not answer 8080 anymore.

Just as a sanity check, can you reboot, check that nothing is listening on
8080, then start Tomcat on 8091 and try both 8091 and 8080 to see who's
answering? Any chance there's an embedded Tomcat in some other app that's
taking the port?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,262
Messages
2,571,055
Members
48,769
Latest member
Clifft

Latest Threads

Top