|
Build an Ajax application using Google Web Toolkit, Apache Derby, and Eclipse, Part 4: Deployment
|
Last Update 2007/2/28 8:11
|
Category
Programming
Java
:
Programming
Platforms
Web Server
:
Programming
Configuration Management / DevOps
:
Programming
Tools
:
Programming
Platforms
AJAX
|
Description
In the past three articles in this series, you've built a simple but functional Web application using the Google Web Toolkit (GWT). In this article, you'll use Apache Tomcat as your example servlet container, because it's both widely used and available at no cost. Other servlet containers will behave similarly. You'll often be deploying to an existing server; but if not, the links in the Resources section at the end of this article point you to the Tomcat download location. If you're running the Microsoft® Windows® operating system, Tomcat has a binary installer for Windows that's relatively simple to use. If you're on a Mac or a UNIX® system, there's a compiled version that you can extract and place in a convenient location (/usr/local is common); after setting a few environment variables, you're good to go.
|
Hits: 120
|
|
|
|