Installing tomcat in ubuntu/linux
Download tomcat from http://tomcat.apache.org
Go to the directory where you have downloaded apache-tomcat-6.0.18.tar.gz
$ cd $ tar xvzf apache-tomcat-6.0.14.tar.gz
Move tomcat to ~/opt directory
sudo mv apache-tomcat-6.0.18 ~/opt/tomcat
Now you can start tomcat by executing startup.sh script located in tomcat/bin directory.
<< Back to Setting up j2ee developer environment …
February 11, 2009 | Filed Under Java
Related Post
Comments
One Response to “Installing tomcat in ubuntu/linux”
Leave a Reply
[...] machine has following most frequent tools in his machine. 1. Sun JDK 6.0 2. Eclispe 3.4 3. Tomcat 6.X 4. MySql 5 5. Apache [...]