Thursday, May 7, 2009

Tomcat 6x web server installations

Tomcat : web server built on java. Avaible freely for commercial use.
----------------------------------------------------------------------

Tomcat installations

Install j2se 5.0 jre . Refer http://java.sun.com/javase/downloads/index_jdk5.jsp
Install Tomcat 6x - http://tomcat.apache.org/download-60.cgi
While installaing :

1) Configure the port (xxxx) the server needs to be accessed
2) set the password for admin user id
3) select the options for full installation
4) start the web server with either start command from $CATALINA_HOME/bin folder
5) This can also be done from service on windows /daemon process on Unix

No comments: