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

Compare with Current View Page History

« Previous Version 4 Next »

JSP Examples

Part 1 - Installing/Running JSP Examples

Overview
The JSP examples are provided by the Apache Tomcat project. It is a collection of samples demonstrating the usage of different parts of the Java Server Pages (JSP) specification. Both JSP 2.0 and JSP 1.2 examples are included.

  • Expression Language
  • SimpleTag Handlers and JSP Fragments
  • Tag Files
  • JSP XML Syntax (.jspx)
  • A bunch more

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 easily removed by using the "Uninstall application" function of the Geronimo web console. The console is available at http://localhost:8080/console

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