> If, as I suspect, you *do* own MYSITE.COM, you just need to set up a 
> default virtual host and have it redirect to WWW.MYSITE.COM. 
> 

How can I do this? My web app points to ROOT.war.

<Host name="localhost"  appBase="webapps"
            unpackWARs="true" autoDeploy="true"
            xmlValidation="false" xmlNamespaceAware="false">
                <Alias>www.mysite.com</Alias>
                <Alias>mysite.com</Alias>
      </Host>



-- 
View this message in context: 
http://www.nabble.com/Pointers-in-tomcat-tp18075070p18075809.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
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