This Guide shows you How to Install and Getting-Started on the Apache Tomcat 7 Java Server for Linux Solus 1.2 Eveline x8664 GNOME2 Desktop.
Inside the Post you will Find a Link to Getting-Started with Tomcat 7 Deployment on Solus Linux.
Finally, to improve the Visualization of the whole Process the Post includes the Essential Screenshots.
-
Here Download Apache Tomcat 7 Server.
Apache Tomcat 7 tar.gzLink to Download the Apache Tomcat 7 Release -
Double-Click and Extract into /tmp Folder
-
Open a Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Relocate Tomcat 7
Login as SuperUser.
Copysu
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Move.
Copysudo chown -R root:root /tmp/apache-tomcat*
Copymv /tmp/apache-tomcat-7* /usr/share
-
Check if Java is Installed on your Platform
Copyjava -version
The Output Need to Show a Version >= 1.6.
If Oracle Java JDK 7 is Not Installed then:
-
Command to Start and Stop the Tomcat Server
-
Start
Copy/usr/share/apache-tomcat-7/bin/startup.sh
-
Stop
Copy/usr/share/apache-tomcat-7/bin/shutdown.sh
-
-
Then to Access Tomcat Admin on Browser Go.
-
Tomcat 7 Deployment Quick Start: