SSL 8443

2005-09-15 Thread Lalit Batra
Hi! 
My current implementation for SSL on tomcat 5.5.9 is 
https://mytomcat.com:8443/blah.html

Is there any way I can have to do without enetering 8443 port number. 
https://mytomcat.com/blah.html


Thanks, 
Lalit

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: SSL 8443

2005-09-15 Thread Caldarale, Charles R
 From: Lalit Batra [mailto:[EMAIL PROTECTED] 
 Subject: SSL 8443
 
 Is there any way I can have to do without enetering 8443 port number. 

Change the port attribute of the SSL connector in your server.xml file.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: SSL 8443

2005-09-15 Thread Robert F Hall

Caldarale, Charles R wrote:

From: Lalit Batra [mailto:[EMAIL PROTECTED] 
Subject: SSL 8443


Is there any way I can have to do without enetering 8443 port number. 
   



Change the port attribute of the SSL connector in your server.xml file.

- Chuck
 


And use port number 443.

- Robert


RE: SSL 8443

2005-09-15 Thread Wick, Daniel
If you use port 443, you won't be required to specify the port in the
browser.  The browser will auto-request on 443 because you've specified
ssl.  If you don't want ssl, use port 80.

--Dan 

 -Original Message-
 From: Lalit Batra [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, September 15, 2005 2:59 PM
 To: Tomcat Users List
 Subject: SSL 8443
 
 Hi! 
 My current implementation for SSL on tomcat 5.5.9 is 
 https://mytomcat.com:8443/blah.html
 
 Is there any way I can have to do without enetering 8443 port number. 
 https://mytomcat.com/blah.html
 
 
 Thanks,
 Lalit
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]