apache2 tomcat6 virtual hosting
- by user3215
I've apache2 and tomcat6 running on port 80 on ubuntu server 9.10. I've a registered domain name and I'll access the jsp index page navigating to http://abc.mydomain.com.
The page is under tomcat_home/webapps/myapp and the below are tomcat virtual hosting in server.xml file:
<Host name="abc.mydomain.com" debug="0" appBase="webapps"…