This project is a bank account management system, the architecture is MVC mode, M-javabean,v-jsp,c-servlet, connect Oracle distributed database.
The development environment used for this project is the Eclipse + Oracle,eclipse version as follows:
The first step: Create Maven Project, tick the following information:
Step Two: Select the project type, in the Artifact Id selected in Maven-archetype-webapp:
Step three: Enter the project name
GroupID: Group name for multiple items.
Artifactid: Name of the project.
The fourth step: the project to establish a good file structure such as:
Configuring the Tomcat Server
First step: Download tomcat:
URL: http://tomcat.apache.org, choose Tomcat 8.0.33. Select Core, zip version of the download, the zip version of Tomcat does not need to install, directly unzip and configure the environment variables can be used.
Step Two: Configure Tomcat:
Extract the downloaded apache-tomcat-8.0.33 to the D drive, add the environment variable catalina_home, and add the%catalina_home%\bin to the environment variable path, setting the effect as:
Step three: Start Tomcat:
Select: Start | Run command, enter "Startup" in the Pop-up dialog box and return to start Tomcat. If no errors are configured, the Tomcat console appears as shown in.
Fourth step: Open the Tomcat Web page
Entering http://localhost:8080 in the browser will appear with Tomcat's default Welcome screen as shown in.
With the MAVEN project run on Server, select Tomcat 8.x to complete the project creation and Tomcat Server Setup.
Create a bank Account management system project and Tomcat Server Setup