After installing Tomcat on your server, you need to change the credentials to log in to Tomcat Manager. If you dont, you'll receive a "Connection Time Out" error when trying to log in to Tomcat.
tomcat-users.xml
file in a text editor. Its location depends on your server's operating system: Operating System | Path to File |
---|---|
Linux | /usr/local/easy/etc/easy-tomcat7/tomcat-users.xml |
Windows | C:\Program Files (x86)\Apache Software Foundation\Tomcat 7.0\conf\tomcat-users.xml |
<role rolename="tomcat"/><role rolename="role1"/><user username="tomcat" password="tomcat" roles="tomcat"/><user username="both" password="tomcat" roles="tomcat,role1"/><user username="role1" password="tomcat" roles="role1"/>