- In a terminal window, go to the
j2eetutorial/examples/src/ejb/converter
directory. - Verify that this directory contains the
ConverterApp.ear
andConverterAppClient.jar
files. - Set the
APPCPATH
environment 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
guest
for the user name andguest123
for 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'
Friday, June 15, 2012
J2EE Tutorial-14(Running the J2EE Application Client)
To run the J2EE application client, perform the following steps.
Subscribe to:
Post Comments (Atom)
This comment has been removed by a blog administrator.
ReplyDelete