|
I
meant to say that 80 is for your web server and 8080 is for tomcat.
The
reason for that is that it's listening to port 8007 from your web server. the
demo should be located http://localhost:8080/ since tomcat is
also a web server, by default it's set to port 8080 and 80 so it does
not interfere with your Web Server.
HI,
I have some problems startup tomcat
v3.2.1
After I run startup.bat, it loaded a new window
title "java" and stopped at:
PoolTcpConnector: Starting
Ajp12ConnectionHandler on 8007
Is it normal?
and, Is there any demo .html files included in
tomcat v3.2.1 for me to test that did I set up properly?
Thanks,
|