>> -----Original Message-----
>> From: Nitin Kadam <nitinkadam1...@gmail.com> 
>> Sent: Wednesday, January 29, 2020 9:50 AM
>> To: Tomcat Users List >> <users@tomcat.apache.org>
>> Subject: Tomcat 8.5 disabling port 80 listening

>> Hi Team,

>> I have a tomcat 8.5 server configured in the production environment. As per 
>> requirement, we need to disable all 80 port listening from the application 
>> and only https (443) to be allowed.

>> I have implemented SSL and the same is working fine. however, still, tomcat 
>> is showing listening on 80. so can we disable (comment ) port 80 connector 
>> from  server.xml which will only allow access to the portal with Https.
>>
>>
>> From :
>>  <Connector port="80" protocol="HTTP/1.1"
>>                connectionTimeout="20000"
>>                redirectPort="443" />
>> To :
>> <!--
>>  <Connector port="80" protocol="HTTP/1.1"
>>                connectionTimeout="20000"
>>                redirectPort="443" />
>> -->
>> --
>> Regards
>> Nitin Kadam

By All means yes. :-)


Dream * Excel * Explore * Inspire
Jon McAlexander
Asst Vice President

Middleware Product Engineering
Enterprise CIO | Platform Services | Middleware | Infrastructure Solutions

Upcoming PTO: 11/8, 11/11, 11/15, 11/22, 11/28, 11/29, 12/2, 12/6, 12/13, 12/20 
– 12/31

8080 Cobblestone Rd | Urbandale, IA 50322
MAC: F4469-010
Tel 515-988-2508 | Cell 515-988-2508

jonmcalexan...@wellsfargo.com


This message may contain confidential and/or privileged information. If you are 
not the addressee or authorized to receive this for the addressee, you must not 
use, copy, disclose, or take any action based on this message or any 
information herein. If you have received this message in error, please advise 
the sender immediately by reply e-mail and delete this message. Thank you for 
your cooperation.


Reply via email to