Thanks!
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
rg] On Behalf Of Caldarale, Charles R
Sent: Wednesday, June 20, 2007 11:16 AM
To: Tomcat Users List
Subject: RE: Tomcat application connect via https only?
> From: Vigorito, Nicholas E. [mailto:[EMAIL PROTEC
on the server can only be
connected to via HTTPS, correct?
Any way to do it just for one app?
Nick
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
rg] On Behalf Of ben short
Sent: Wednesday, June 20, 2007 11:04 AM
To: Tomcat Users List
Subject: Re: Tomcat application c
> From: Vigorito, Nicholas E. [mailto:[EMAIL PROTECTED]
> Subject: RE: Tomcat application connect via https only?
>
> Doing that will make it so that ALL apps on the server can only be
> connected to via HTTPS, correct?
>
> Any way to do it just for one app?
It depends
Users List
Subject: Re: Tomcat application connect via https only?
In the server.xml that comes with tomcat there are 2 HTTP/1.1 connectors
defined. One is on port 8080 the other is on port 8443.
Comment out the 8080 one and uncomemnt the 8443 one and change the port
to 443.
Install your cert and
In the server.xml that comes with tomcat there are 2 HTTP/1.1
connectors defined. One is on port 8080 the other is on port 8443.
Comment out the 8080 one and uncomemnt the 8443 one and change the port to 443.
Install your cert and you should be good to go.
Regards
Ben Short
On 6/20/07, Vigo
I am a newbie to Tomcat. I have 5.0.28. I would like to set up a web
application so that one can ONLY connect to it via https. Anyone know
how I can do this?
I was able to set up Tomcat (via server.xml and certificates) so that
one can connect to the app via either http or https and can even force