Spring MVC Beginner’s Guide
上QQ阅读APP看书,第一时间看更新

Installing a web server

So far, we have learned how to install JDK and Maven. Using these tools, we can compile the Java source code into the .class files and package these .class files into the .jar or .war archives. However, how do we run our packaged archives? To do this, we take the help of a web server; a web server will host our packaged archives as a running application.