Total Pageviews

copyright - 2011

About Me

My photo
I'm an experienced SAP NetWeaver Administrator with 4 Full Life-Cycle Project Experience. My expertise are right from installation, configuration and post-golive support. I've produced number of deliverables at various stages of the projects. I wanted to start off this blog to help my fellow SAP Basis people to get around with those small nagging issues which i've faced during my projects. I hope you would all enjoy and learn something through this blog.

Wednesday, August 17, 2011

Install Apache Tomcat 6.0.32 (Linux)

1) Download the Tomcat software from the location below,


2) Login to Putty and sudo to user "otxuser" (used to run application) and makesure JAVA_HOME environment variable is setup.




3) Change the permission of the file downloaded to be executable.
# chmod a+x apache-tomcat-6.0.32.tar.gz

4) Change to the directory in which Tomcat is to be installed.
# cd /home/otxuser

5) Run the self-extracting binary.
# tar xvfz apache-tomcat-6.0.32.tar.gz

6) Tomcat is installed into its own directory.
Path: /home/otxuser/apache-tomcat-6.0.32



7) Adapt the default Port Number by editing
/home/otxuser/apache-tomcat-6.0.32/conf/server.xml.


8) Shutdown Tomcat
# ./shutdown.sh



9) Start Tomcat
# ./startup.sh



10) Confirm that tomcat is running by checking the process.
# ps –ef | grep tomcat

No comments:

Post a Comment