Using the Example
The simpapp
example is easy to follow. Just launch
the simpapp.html
page from the WebLogic Server. The
simpapp.html
page loads an HTML form which contains a
text field for entering the string. Type in a string and click the
Post button to submit the string as a post request. The
SimpAppServlet
formats the string you typed for use
with the Jolt for WebLogic class libraries, and then dispatches the
request to the Tuxedo TOUPPER
service, which
transposes the string to uppercase and returns it for display in
the browser.
Configuring the simpapp
servlet example requires
the following steps:
- Step 1. Perform Preparatory Steps
- Step 2. Start the WebLogic Server
- Step 3. Configure the Servlet in WebLogic Server
- Step 4. Stop and Restart the WebLogic Server
- Step 5. Compile the Servlet
- Step 6. Display the simpapp.html Form
- Step 7. Post the FORM Data from the Browser
- Step 8. Process the Request
- Step 9. Return the Results to the Client
Parent topic: Simple Servlet Example