Configure Tomcat
- Change port to 80.Â
- Edit install_dir/conf/server.xml and change the port attribute of the Connector element from 8080 to 80.
- Turn on servlet reloading.
- Edit install_dir/conf/context.xml and change
<Context>to<Context reloadable="true">.
- Edit install_dir/conf/context.xml and change
- Change the default AJP/1.3 connector port of Tomcat.
- Edit install_dir/conf/server.xml and change the value of the port attribute in the AJP/1.3 Connector element.
- Access manager console.
- Create a new username/password combination and associate the role name manager with it.
- Edit install_dir/conf/tomcat-users.xml
Reference
- http://pdf.coreservlets.com/Â (free online servlet book)
- http://www.anders.com/projects/sysadmin/tomcat.html (configure to have apache 2.0 and tomcat 5.5 worked together)






































(4.75 out of 5)
No Comment Received
Sorry the comment area are closed for non registered users