Installing Tomcat in Fedora
1. Download Tomcat in in their website http://tomcat.apache.org.2. Then extract the file in the /opt folder by using this code:
tar -zxvf /path/apache-tomcat-7.0.8.tar.gz -C /opt
3. After that, start apache using this:
cd /opt
cd apache-*
cd bin
./startup.sh
No comments:
Post a Comment