Flipkart

Tuesday, March 13, 2018

Tomcat installation

Download tomcat setup or if you have copy it using WinSCP tool
Setup link :-
Create a folder and copy setup. Or choose your preferred location where you want to install.
# mkdir setup


# chmod 777 setup/
# cd /setup
# ls
# chmod 777  apache-tomcat-6.0.44.tar.gz
# tar zxvf  apache-tomcat-6.0.44.tar
# cd apache-tomcat-6.0.44.tar
# chmod -R 777 *
# ./startup.sh

No comments:

Post a Comment