I don't know how to access my deployed war file like this www.mydomain.com
Instead I have to access it i.e http://mydomain.com:8080/WarFileName
I would like to fix that and also be able to deploy/host more than one domain on the same Tomcat server i.e. www.mydomain1.com and www.mydomain2.com on the same tomcat server without the port 8080 variable in the url
Is Server.xml is the missing piece of the puzzle?
Info: linux box, tomcat6, staticIP