- Download the latest stable release of tomcat from the tomcat website.
- Extract it to the required root directory. In our case it is /usr/tomcat/
- tar -xzf /apache-tomcat-6.0.20.tar.gz -C /usr/tomcat/
- NOTE: /usr/tomcat directory has to be created.
- Create a symbolic from /usr/tomcat/apache-tomcat-6.0.20 to latest. Commands shown below.
- cd /usr/tomcat
- ln -s apache-tomcat-6.0.20 latest
- Add CATALINA_HOME = /usr/tomcat/latest to /etc/profiles.
- Execute the following command after the changes to /etc/profiles has been made.
- source /etc/profiles
Friday, April 23, 2010
Installing Apache Tomcat
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment