Deploying the J2EE Application
Now that the J2EE application contains the components, it is ready for deployment.
- Select the
ConverterApp
application.- Select ToolsDeploy.
- Under Connection Settings, enter the user name and password for the Application Server.
- Tell
deploytool
to create a JAR file that contains the client stubs. (For more information on client JAR files, see the description under Creating the Application Client.)- Click OK.
- In the Distribute Module dialog box, click Close when the deployment completes.
- Verify the deployment.
- Verify that a stub client JAR named
ConverterAppClient.jar
resides in<
INSTALL
>/j2eetutorial14/examples/ejb/converter.