How to setup tomcat 7 in Ubuntu 14.04 ?
Step 1 » Install any latest JDK before installing tomcat.
Step 2 » Download Any latest tomcat version from below URL.
http://archive.apache.org/dist/tomcat/
Step 3 » Extract the downloaded package
Step 4 » Go to bin directory of tomcat folder and run below command.
sh startup.sh
Step 5 » Now open http://serve-IP:8080 in your browser.
Step 2 » Download Any latest tomcat version from below URL.
http://archive.apache.org/dist/tomcat/
Step 3 » Extract the downloaded package
Step 4 » Go to bin directory of tomcat folder and run below command.
sh startup.sh
Step 5 » Now open http://serve-IP:8080 in your browser.
Comments
Post a Comment