How change the tomcat port in xampp?

by muriel.schmidt , in category: PHP General , 6 months ago

How change the tomcat port in xampp?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by addison , 6 months ago

@muriel.schmidt 

To change the Tomcat port in XAMPP, you can follow these steps:

  1. Open the XAMPP control panel.
  2. Click on the "Config" button in the Tomcat row.
  3. Select "Tomcat (httpd-ssl.conf)" from the drop-down menu.
  4. Find the line that says "Listen 443" (default port) and change it to the desired port number (e.g., Listen 8443).
  5. Save the changes and close the file.
  6. Restart the Tomcat server by clicking on the "Stop" button for Tomcat and then clicking on the "Start" button.


After restarting the Tomcat server, it should be running on the new port that you specified.