You should use 443 for SSL as Tomcat has to encrypt the traffic. If you wanted to only use SSL you could use 80 but it's impractical as you only need to use it when the data you're sending is sensitive plus it's be very slow as SLL uses a fair bit of CPU. All firewalls should allow 443 traffic to go through if that's what you're worried about. I don't think it's possible to use encrypted and unencrypted traffic on the same port in Tomcat (or and other server) but I could be wrong...
Donie -----Original Message----- From: hari@acusis [mailto:[EMAIL PROTECTED]] Sent: 06 September 2002 11:42 To: [EMAIL PROTECTED] Subject: SSL Port for Tomcat Hi, How can i configure TomCat to accept HTTP and HTTPS traffic at the same port (80)? Is it necessary that it should be in two different ports? Thanks, Hari. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
