2012/3/20 James Lampert <jam...@touchtonecorp.com>:
> Anybody know what to make of this?
>
> Here's the scenario: Tomcat 7.0.25 freshly installed on an AS/400 running
> V6R1. The box has no port restrictions set up in it. The only ports in use,
> in the 8000-8099 range are 8000, 8001, 8005, and 8035.
>
> I launch Tomcat, and 8080 and 8009 both open up. Then something connects to
> them via loopback. Then the CATALINA job ends (reporting a normal end), and
> 8080 and 8009 both close, with connections from Loopback sitting on the
> ports until they time out.
>
> HMMMMMmmmmmmm. Looks like Tomcat is trying to open 8005 itself, and finding
> it "taken" by something entirely different. What does Tomcat use 8005 for,
> anyway,

Open server.xml and search for 8005 there. Then read the
"configuration reference" part of the docs.

(The archives of this mailing list should also have the answer).

http://tomcat.apache.org/tomcat-7.0-doc/config/server.html

> and can it be reassigned?
>

Yes.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to