5-JEESZ distributed framework-install Tomcat 7 in CentOs (Environment preparation) and centostomcat7

Source: Internet
Author: User
Tags gz file

5-JEESZ distributed framework-install Tomcat 7 in CentOs (Environment preparation) and centostomcat7
Statement: Because the running environment of the JEESZ distributed framework is based on the linux system, this section also summarizes some information on the Internet. Considering the post-blog as the native tutorial of the framework, this section provides detailed installation records, I also hope to help you


1.Install tomcat
Use sshto upload the apache-tomcat-7.0.61.tar.gz file to/usr/local and perform the following operations:

[Root @ cloud/] cd/usr/local

[Root @ cloud/] tar-zxvf apache-tomcat-7.0.61.tar.gz

[Root @ cloud/] mv apache-tomcat-7.0.61 tomcat

2.Start Tomcat
[Root @ cloud ~] #/Usr/local/tomcat/bin/startup. sh
Using CATALINA_BASE:/usr/local/tomcat
Using CATALINA_HOME:/usr/local/tomcat
Using CATALINA_TMPDIR:/usr/local/tomcat/temp
Using JRE_HOME:/home/java/jdk1.7/
Using CLASSPATH:/usr/local/tomcat/bin/bootstrap. jar:/usr/local/tomcat/bin/tomcat-juli.jar
Tomcat started.
The above information indicates that the instance has been started successfully.

3. Open firewall port 8080
[Root @ cloud/] vi +/etc/sysconfig/iptables

# Add the following code
# Tomcat 1, 8080
-A input-m state -- state NEW-m tcp-p tcp -- dport 8080-j ACCEPT

4.Restart Firewall
[Root @ cloud/] service iptables restart

5.Verify that Tomcat is installed and running. Check whether tomcat is running properly by using your server IP Address:
Http://xxx.xxx.xxx.xxx: 8080/
The tomcat System Interface is displayed, indicating that the installation is successful!

6.Stop Tomcat

[Root @ cloud ~] #/Usr/local/tomcat/bin/shutdown. sh
Using CATALINA_BASE:/usr/local/tomcat
Using CATALINA_HOME:/usr/local/tomcat
Using CATALINA_TMPDIR:/usr/local/tomcat/temp
Using JRE_HOME:/home/java/jdk1.7
Using CLASSPATH:/usr/local/tomcat/bin/bootstrap. jar:/usr/local/tomcat/bin/tomcat-juli.jar

7. View Start and Stop logs

[Root @ cloud ~] # Cd/usr/local/tomcat/logs/
[Root @ cloud logs] # ls
Catalina.2016-02-13.log catalina. out host-manager.2016-02-14.log localhost.2016-02-14.log localhost_access_log.2016-02-14.txt manager.2016-02-14.log
Catalina.2016-02-14.log host-manager.2016-02-13.log localhost.2016-02-13.log localhost_access_log.2016-02-13.txt manager.2016-02-13.log
[Root @ cloud logs] # tail-f catalina. out
Feb 14,201 6 1:25:33 AM org. apache. catalina. core. StandardService stopInternal
INFO: Stopping service Catalina
Feb 14,201 6 1:25:33 AM org. apache. coyote. AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8080"]
Feb 14,201 6 1:25:33 AM org. apache. coyote. AbstractProtocol stop
INFO: Stopping ProtocolHandler ["ajp-bio-8009"]
Feb 14,201 6 1:25:33 AM org. apache. coyote. AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-bio-8080"]
Feb 14,201 6 1:25:33 AM org. apache. coyote. AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["ajp-bio-8009"]

 

Statement: this framework is oriented to enterprises and is a large-scale Internet distributed enterprise architecture. We will introduce the deployment of high-availability cluster projects on linux later.

Anyone who is willing to learn about the framework technology or source code can directly add Q (2137028325) to study together.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.