You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Servlet Examples

Part 1 - Installing/Running Servlet Examples

Overview
The Servlet examples are provided by the Apache Tomcat project. They demonstrate some of the more frequently used parts of the Servlet API.

  • Request Info
  • Request Headers
  • Request Parameters
  • Cookies
  • Sessions

Installing Servlet Examples
These examples come predeployed within the Geronimo server. The servlets-examples source and war files are also available as part of the geronimo source tree.

Running the Examples

  • Start the Geronimo server (geronimo/bin/startup.bin|sh)
  • Access the Geronimo Welcome page (http://localhost:8080)
  • Under the Geronimo Examples section.. Choose Servlet Examples
  • Each servlet example can be executed or the source can be viewed

Uninstalling the Examples
Servlet Examples can be reomoved easily by using the "Uninsttall application" function of the Geronimo web console. The console is available at http://localhost:8080/console

Back Button Samples for Apache Geronimo

Contact Info: If you have additional questions, please append to the Geronimo user mailing list: http://geronimo.apache.org/mailing.html

Back Button Samples for Apache Geronimo

  • No labels