Handling Data for Ajax with JSON - Running the Application on Tomcat
(Page 2 of 4 )
If you are running your application on the Tomcat server, you can use the Tomcat Web Application Manager (accessible through the URL http://localhost:8080/manager/html) to check whether it was deployed. The application manager is shown in Figure 4-3. As you can see in this figure, two versions of our Ajax converter have been deployed successfully and are currently running. The directory in which you installed the application becomes part of the path.

Figure 4-3. Tomcat Web Application Manager
Click the link under Applications to open a browser window that accesses the directory of your application. Then click the "index.html" link to see the application.
Next: Passing Data with JSON >>
More XML Tutorials Articles
More By O'Reilly Media
|
This article is excerpted from chapter four of the book Ajax on Java, written by Steven Douglas Olson (O'Reilly, 2007; ISBN: 0596101872). Check it out today at your favorite bookstore. Buy this book now.
|
|