This Guide Show How-to Install the Latest Apache Tomcat 7 Server Release on Linux Ubuntu 12.10 Quantal Quetzal.
It's Best to Install Tomcat 7 Downloading Directly the Latest Apache Official Distro Instead of Installing it by Ubuntu apt-get Repos.
In Fact the Ubuntu Packaged Tomcat 7 has Cut the Official Tomcat Distro in Pieces and doing so has Open the door to Unwanted Intrications and Complications in Configuration and Management.
Inside the Article you will Find a Link to Quickly Getting-Started with Tomcat 7 on Ubuntu Linux.
For an Easy Visualization of the Entire Process the Article Comprehend the Essential Installation Screenshots.

-
Download Tomcat
- Find the Downloaded Package and Double-Click to Extract in /tmp
- Open a Terminal Window
- Relocate Tomcat
Login as SuperUser
sudo su
Move it
mv /tmp/apache-tomcat-7 /opt
- Check if Java is Installed on your Platform
java -version
The Output Need to Show a Version >= 1.6.
Howto Install Oracle Java JDK 7 on Linux Ubuntu 12
Oracle JDK 7 On Linux Ubuntu 12 - Set $CATALINA_HOME Environment Variable
exit
nano ~/.bashrc
Insert:
export $CATALINA_HOME=/opt/apache-tomcat-7
Load Set-Up
source ~/.bashrc
- Start and Stop the Tomcat Server
- Start Tomcat
sudo $CATALINA_HOME/bin/startup.sh
- Stop Tomcat
sudo $CATALINA_HOME/bin/shutdown.sh
- Start Tomcat
- To Access Tomcat Server on Browser Go
localhost:8080
-
Tomcat 7 Quick Getting-Started:
Tomcat Quick-Start Guide
No comments:
Post a Comment