-
Notifications
You must be signed in to change notification settings - Fork 0
YT03‐Change Tomcat Port
Zhamri Che Ani edited this page Apr 10, 2026
·
1 revision
sudo vim /etc/tomcat10/server.xml
Search for this line:
<Connector port="8080" protocol="org.apache.coyote.http11.Http11NioProtocol"Modify it to:
<Connector port="6060" protocol="org.apache.coyote.http11.Http11NioProtocol"sudo systemctl restart tomcat10
ss -tulnp | grep 6060
You should see:
0.0.0.0:6060
http://YOUR_SERVER_IP:6060