- Spring MVC:Beginner's Guide(Second Edition)
- Amuthan Ganeshan
- 177字
- 2021-07-14 10:49:46
Deploying our project
We successfully created the project in the last section, so you might be curious to know what would happen if we run our project now. As our project is a web project, we need a web server to run it.
Time for action - running the project
As we have already configured the Tomcat web server in our STS, let's use Tomcat to deploy and run our project:
- Right-click on your project from Package Explorer and navigate to Run As | Run on Server.
- A server selection window will appear with all the available servers listed; just select the server that we have configured, Tomcat v8.0.
- At the bottom of the window, you can see a checkbox with the caption that says Always use this server when running this project; select this checkbox and enter the Finish button, as shown in the following screenshot:
Configuring the default server for a Spring MVC project
- Now you will see a web page that will show you a welcome message.
Showing the welcome page of the web store
推薦閱讀
- iOS應(yīng)用逆向工程(第2版)
- SharePoint Development with the SharePoint Framework
- Learn React with TypeScript 3
- The DevOps 2.5 Toolkit
- Java EE核心技術(shù)與應(yīng)用
- C語(yǔ)言程序設(shè)計(jì)
- 圖數(shù)據(jù)庫(kù)實(shí)戰(zhàn)
- HTML5秘籍(第2版)
- C++20高級(jí)編程
- Beginning C++ Game Programming
- PrimeFaces Blueprints
- ASP.NET Web API Security Essentials
- C++程序設(shè)計(jì)
- Visual FoxPro數(shù)據(jù)庫(kù)程序設(shè)計(jì)
- Daniel Arbuckle's Mastering Python