Hello I also asked this on Stackoverflow but no one has commented or answered.
I've been trying to configure tomcat for multiple domains and everything I have tried was unsuccessful. I added this to /etc/tomcat7/server.xml <Host name="www.mysite.com" appBase="webapps/mysite" unpackWARs="true" autoDeploy="true"> <Alias>mysite.com</Alias> </Host> and I created the folder /var/lib/tomcat7/webapps/mysite Whenever I go to my domain all I get is a blank page. What am I doing wrong here? I am running Debian 7