Getting Started with Tomcat



Getting Started with Tomcat

Debbie Carson

In This Chapter

3.1 Setting Up

3.2 Creating the Getting Started Application

3.3 Building and Deploying the Getting Started Application Using Ant

3.4 Running the Getting Started Application

3.5 Modifying the Application

3.6 Common Problems and Their Solutions

This chapter shows you how to develop, deploy, and run a simple Web application that consists of a currency conversion class and a Web page client created with JavaServer Pages technology (JSP). This application will be deployed to and run on Tomcat, the Java Servlet and JSP container included with the Java Web Services Developer Pack (Java WSDP). This chapter is intended as an introduction to using Tomcat to deploy Web services and Web applications. The material in this chapter provides a basis for other chapters in this tutorial.