Step 1. Perform Preparatory Steps
- Check that you have a supported browser installed on your client machine:
- Netscape Communicator 4.7 or later
- Internet Explorer 5.0 or later
- The client machine must have a network connection to the WebLogic Server that is used to connect to the Tuxedo environment.
- Configure and boot Tuxedo and the
simpappexample. - Follow the directions in the Tuxedo user documentation to bring
up the server-side simpapp application. Ensure the
TOUPPERservice is available. - Set up the Jolt Server. Refer to the Using Oracle Jolt for information about how to configure a Jolt Server.
- Note the hostname and port number associated with your Jolt Server Listener (JSL).
- Use the Jolt BulkLoader file to ensure that the
TOUPPERservice is defined in the Metadata Repository. - Use the Jolt BulkLoader file to ensure that the
TOUPPERservice is defined in the Metadata Repository.
The
simpappexample directory has asimpapp.repfile that contains theTOUPPERservice definition. Your system administrator should use the BulkLoader to add this service definition to the existing Metadata Repository on the Tuxedo server. Refer to Using Oracle Jolt for details.On the Tuxedo server, the following code example uses the Jolt BulkLoader to add the
TOUPPERservice definition:java -DTM_ALLOW_NOTLS=Y bea.jolt.admin.jbld //host:port simpapp.repwhere
The Java property -hostandportare the hostname and port number of your Jolt Server Listener (JSL), and thesimpapp.repis the BulkLoader file provided by Oracle Jolt, in the current directory. If the filesimpapp.rspis not located in current directory, please specify full path of the file:DTM_ALLOW_NOTLS=Yis to specify non-SSL connection to JSL. - Confirm that you have properly set up your
CLASSPATHduring installation. The WebLogic Server classes library contains the three.jarfiles that you will need to run this example:-
jolt.jar -
joltjse.jar -
joltwls.jar
-
Parent topic: Using the Example