Flipkart

Wednesday, June 20, 2018

Tomcat installation on Linux

clip_image001

Download tomcat setup or if you have copy it using WinSCP tool

Setup link :-

http://redrockdigimark.com/apachemirror/tomcat/tomcat-7/v7.0.82/bin/apache-tomcat-7.0.82.tar.gz

Create a folder and copy setup. Or choose your preferred location where you want to install.

# mkdir setup

# chmod 777 setup/

clip_image002

# cd /setup

# ls

# chmod 777 apache-tomcat-6.0.44.tar.gz

# tar zxvf apache-tomcat-6.0.44.tar

clip_image003

# cd apache-tomcat-6.0.44.tar

# chmod -R 777 *

clip_image004

clip_image005

# ./startup.sh

clip_image006

No comments:

Post a Comment