![]() |
JNDI URL Sample Application |
JNDI URL Sample Application
This document describes how to use the JNDI URL sample application in conjunction with Sun ONE Web Server.This sample application document contains the following sections:
Overview
- Compiling and Assembling the Application
- Deploying the Sample Application
- Running the Sample Application
Overview
The JNDI URL sample application demonstrates using the JNDI resource to connect to a URL. The application uses a a servlet for displaying the contents of a web page by connecting to its URL. The jndi-name element in sun-web.xml specifies a target URL. The following URL is hardcoded in the sun-web.xml file; make sure that URL is working fine: http://localhost/launch.html. You can use any valid URL.Compiling and Assembling the Application
To compile and assemble the sample application:
- Go to <install_root>/plugins/java/samples/webapps/jndi/url/src and execute the ant command.
- Deploy the application.
- After you have created the sample application from scratch, you can proceed to Deploying the Sample Application. Step 3 is optional.
- To clean the web application project area (optional), execute the following command:
Deploying the Sample Application
To deploy the sample application: If you want to verify registration of the application, proceed to Verifying Deployment. Otherwise, proceed to Running the Sample Application.
You will see the jndi-url module displayed as one of the listed components.
- ant list_apps
Running the Sample Application
You can run the application through the following URL:
Copyright © 2003 Sun Microsystems, Inc. All rights reserved.