[Review] deploy Java web project in Ali Ubuntu Server cloud above

After recently trying to do my own project to get Ali cloud server above, saw a variety of online tutorials, feeling foggy, he was not ready to engage in a long time, and decided to create this article to prepare use.


I. Introduction

The following is a brief description of my personal projects and in the development of the local environment variables used to configure and so on, the purpose of the reader can have a good reference, I also will be based on how this project on line.

  • The rear end of the frame for: SSM
  • The rear end of the language: Java
  • The front end of the frame used: Bootstrap
  • The front end of the language: JSP
  • Programming IDE: IDEA2017.3
  • Project management tools: Maven3.5
  • Server: Tomcat7.0
  • JDK version: jdk1.8
  • Database: MySQL5.6 + Navicat for MySQL

Screenshot below shows my project:

Here Insert Picture Description


Second, the project deployment steps

1. Purchase and Ali cloud server configuration

2.Xshell related operations

3.Xftp related operations

4.MySQL environment configuration

5.Java environment variable configuration

6.Tomcat environment configuration

7. packaged Java web project will be published in the IDEA


Third, the success of the project release icon

Here Insert Picture Description

Fourth, other operations

1. The purchase of the domain name is mapped to the Ali cloud server ip address

2.Linux (Centos) of the tomcat installation and deployment of Java Web project

3. Ali cloud manually deploy Raiders (based on centos)

Published 32 original articles · won praise 32 · views 40000 +

Guess you like

Origin blog.csdn.net/Evan_love/article/details/90052299