Hi all,
I'm new to Tomcat (version 5.5) and having a Windows Server 2003.
Currently the Tomcat runs on port 8080. How can I host multiply domains
with Tomcat?
I've only done it before with Apache 2.
For example, I have www.homedomain.com and I'd like to have the following:
* webapps\ROOT -> www.homedomain.com
* webapps\mydomain.com -> www.mydomain.com
* webapps\myseconddomain.com -> www.myseconddomain.com
I mean all the domains available on port 80.
(If it's necessary, I can move Tomcat from port 8080 to 80)
Thanks for helping,
Marcell