|
Home TOC Index |
|
Search
Feedback |
Running the J2EE
Application Client
To run the J2EE application client, perform the following steps.
- In a terminal window, go to the
j2eetutorial/examples/src/ejb/converterdirectory.- Verify that this directory contains the
ConverterApp.earandConverterAppClient.jarfiles.- Set the
APPCPATHenvironment variable toConverterAppClient.jar.- Type the following command (on a single line):
runclient -client ConverterApp.ear -name ConverterClient -textauth- The client container prompts you to log in. Enter
guestfor the user name andguest123for the password.- In the terminal window, the client displays these lines:
Binding name:'java:comp/env/ejb/SimpleConverter' 12160.00 0.77 Unbinding name:'java:comp/env/ejb/SimpleConverter'
|
Home TOC Index |
|
Search
Feedback |