-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.
|
|
|
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
> 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
> 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.
www.mysite.com
mysite.com
--
View this message in context:
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-tp18075070p18075744.html
On second thought, is thawte who registered your domain or did they just
provide your server certificate?
Where ever you registered your domain is where you can get them to do
the redirect. I think there is a small fee for this service.
Walter
-Original Message-
From: Mathias P.W Nilsso
-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.
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