Project Summary (Centos7, JDK7, Apache Tomcat, MariaDB)

Project Summary:

As of 20151126, I have the following components installed on my test server. I originally went down path of installing Apache Tomcat (because of the association with LongJump CRM), thinking that I would also be able to install PHP and SugarCRM. Now I realize that Apache Tomcat is more for Java-based apps and Apache HTTPD would be for HTML Site, PHP, phpMyAdmin, SugarCRM. It’s possible to install HTTPD on my current test server, but I’m going to hold off for now.

I have enough to go on for now with current system, for learning stuff, and could work to join the MariaDB (SQL) Server to the Apache Tomcat WebServer. Initial focus would then be on MariaDB and Java apps.

Itemized list of of what I currently have installed as of 20151126:

Centos7 (CentOS Linux release 7.0.1406 (Core))
Command: cat /etc/centos-release

CentOS Kernel Version (Linux localhost.localdomain 3.10.0-123.9.3.el7.x86_64 #1 SMP Thu Nov 6 15:06:03 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux)
Command: uname -a

MariaDB version installed:
Command: yum list installed mariadb*
Installed Packages
MariaDB-client.x86_64 10.1.8-1.el7.centos @mariadb
MariaDB-common.x86_64 10.1.8-1.el7.centos @mariadb
MariaDB-server.x86_64 10.1.8-1.el7.centos @mariadb
MariaDB-shared.x86_64 10.1.8-1.el7.centos @mariadb

MariaDB running? (Yes – Active)
Command: systemctl is-active mariadb.service

MariaDB – how to run it
Command: mysql -u root -p
Note: Password is what I set for the Database Server

Java JDK 7 (java version “1.7.0_91”)
Command: java -version

Apache Tomcat (Version: 8.0.28)
Note: cd /opt/tomcat
Command: java -cp lib/catalina.jar org.apache.catalina.util.ServerInfo
Server version: Apache Tomcat/8.0.28
Server built: Oct 7 2015 18:25:21 UTC
Server number: 8.0.28.0
OS Name: Linux
OS Version: 3.10.0-123.9.3.el7.x86_64
Architecture: amd64
JVM Version: 1.7.0_91-mockbuild_2015_10_21_20_22-b00
JVM Vendor: Oracle Corporation

Project Learning Focus:

-Linux – using CentOS
-SQL Databases – using MariaDB
-Web Server (Java focused) – using Apache Tomcat
-Java Programming
-Programming Languages (Python, C++)

About Paul

CERT Coordinator, Ham Radio Operator, GTD Fan; Photographer; Domino/Notes Administrator
This entry was posted in Linux. Bookmark the permalink.