thanks a lot ----- Original Message ----- From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, October 10, 2002 2:57 PM Subject: RE: Tomcat SSL - Changing URL https to http
Disable the connector on 8080 in server.xml if you don't want requests going to that port. In production, you should only have the connectors enabled that you are actually using...anything else should be disabled. Simply comment out the entry in server.xml and restart Tomcat. John > -----Original Message----- > From: Fr�d�ric LE MAISTRE [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 4:04 AM > To: [EMAIL PROTECTED] > Subject: Tomcat SSL - Changing URL https to http > > > I've secure my website with Apache, using the SSL connector. > But I have a problem : Imagine I have a page with > confidential data to send. > This page has the following URL : > https://localhost:8443/importantData.html > We only have to change manually the URL with > http://localhost:8080/importantData.html to avoid the SSL connection? > It's not very secure. > please give me a hand > Thanks > > Steph > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
