课程: Java for All Platforms: Desktop, Web, and Mobile Development

今天就学习课程吧!

今天就开通帐号,24,700 门业界名师课程任您挑!

Installing Tomcat

Installing Tomcat

- [Instructor] Now, as we talked about Java on the backend of a web application, we're also going to talk about Java on the front end using Java Server Pages or JSPs. While creating an application, nowadays using JSPs is not a popular option because it requires tight coupling with Java both on the front end and on the backend, it is important to know how JSPs work because if you get a job in the Java world, you're very likely to run into them. Even though this technology is being fazed out of many applications, there are still very large enterprise applications that currently use the technology. So if you get a job in the Java world, you're very likely to see JSPs. So for that reason, we're going to take a minute to just look at the basics of how they work. So what we want to do first is install Tomcat. And we can get Tomcat at the Tomcat website, which is tomcat.apache.org. So from here, just go to the Downloads page…

内容