Saturday, February 1, 2014

How to install Tomcat in Windows 7, modify port & username & password

Step one: Download Tomcat Windows installer from Tomcat website and execute it.
Step two: Create a new rule in firewall, allow Tomcat server port to be accessible.


Now you should be able to browse Tomcat server page by entering: localhost:8080 on local pc or entering xx.xx.xx.xx:8080 on other pc.

You can also change the server port by modifying the server.xml file:

You can also change the user and password by modifying the tomcat-users.xml file:









No comments:

Post a Comment