Apache2 listens to port 80 and Tomcat6 to 8080 by default. I KNOW that
browsing an IP http://xxx.xxx.xxx.xxx takes me to the Apache welcome
page if the Apache service is running irrespective of Tomcat is enabled
or not. If I stop the Apache service I get "Unable to connect" even if
Tomcat is enabled.
Conclusion (am I right or wrong?): http://xxx.xxx.xxx.xxx is equivalent
with http://xxx.xxx.xxx.xxx:80
but never with http://xxx.xxx.xxx.xxx:8080 i.e.
I can never browse http://xxx.xxx.xxx.xxx and utilize Tomcat as a web
server, I must tell the world "You must hit http://xxx.xxx.xxx.xxx:8080
in order to come to the xxx.xxx.xxx.xxx homepage".
/dan


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

Reply via email to