Re: Pointers in tomcat

2008-06-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mathias, Mathias P.W Nilsson wrote: |> 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. | | |

RE: Pointers in tomcat

2008-06-23 Thread Walter Thompson
PROTECTED] Sent: Monday, June 23, 2008 1:50 PM To: users@tomcat.apache.org Subject: RE: Pointers in tomcat I own the domain but didn't buy a wildcard certificate. So the only thing that works is www.mysite.com for the certificate. When I type mysite.com I get to the same server but it is

Re: Pointers in tomcat

2008-06-23 Thread Philip Wigg
> How can I do this? My web app points to ROOT.war. > > unpackWARs="true" autoDeploy="true" >xmlValidation="false" xmlNamespaceAware="false"> >www.mysite.com >mysite.com > If you're hitting the same server through both URLs then your DN

RE: Pointers in tomcat

2008-06-23 Thread Mathias P.W Nilsson
n 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

RE: Pointers in tomcat

2008-06-23 Thread Mathias P.W Nilsson
I own the domain but didn't buy a wildcard certificate. So the only thing that works is www.mysite.com for the certificate. When I type mysite.com I get to the same server but it is not ssl enabled -- View this message in context: http://www.nabble.com/Pointers-in-tomcat-tp18075070p180

RE: Pointers in tomcat

2008-06-23 Thread Walter Thompson
Nilsson [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2008 1:18 PM To: users@tomcat.apache.org Subject: Pointers in tomcat Hi! I have a web page that is deployed as ROOT.war. In my web app I have created a connector for https that points to the www.mysite.com. My problem is that I also want it to

Re: Pointers in tomcat

2008-06-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mathias, Mathias P.W Nilsson wrote: | I have a web page that is deployed as ROOT.war. In my web app I have created | a connector for https that points to the www.mysite.com. My problem is that | I also want it to point to mysite.com without the www.

RE: Pointers in tomcat

2008-06-23 Thread Walter Thompson
You should get your registor (thawte) to add the redirect to your domain. No need to change webapp. Walter -Original Message- From: Mathias P.W Nilsson [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2008 1:18 PM To: users@tomcat.apache.org Subject: Pointers in tomcat Hi! I have a

Pointers in tomcat

2008-06-23 Thread Mathias P.W Nilsson
mysite.com. Is there anyway of redirecting mysite.com to www.mysite.com? -- View this message in context: http://www.nabble.com/Pointers-in-tomcat-tp18075070p18075070.html Sent from the Tomcat - User mailing list archive at Nabble.com