How to change server port?
How to change server port ..
for example, :
change the port to be 2020 instead of 8080
How to change server port ..
for example, :
change the port to be 2020 instead of 8080
1- Stop Tomcat
2- Add line server=http://localhost:2020 in nama.properties
3- Change Port from 8080 to 2020 in Server.xml
4- Start Tomcat
To enter a block of code:
Comments