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 [code]]czoxNTpcIiZsdDtDb250ZXh0Jmd0O1wiO3tbJiomXX0=[[/code] to [code]]czozNjpcIiZsdDtDb250ZXh0w4LCoHJlbG9hZGFibGU9XCJ0cnVlXCImZ3Q7XCI7e1smKiZdfQ==[[/code].
- 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)







No comments yet.