Deploying the J2EE Application
Now that the J2EE application contains the components, it is ready for deployment.
- Select the
ConverterApp
application.- Select ToolsRight ArrowDeploy.
- 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.)
- Select the Return Client JAR checkbox.
- In the field below the checkbox, enter
<
INSTALL
>/j2eetutorial14/examples/ejb/converter.
- Click OK.
- In the Distribute Module dialog box, click Close when the deployment completes.
- Verify the deployment.
- In the tree, expand the Servers node and select the host that is running the Application Server.
- In the Deployed Objects table, make sure that the
ConverterApp
is listed and its status is Running.- Verify that a stub client JAR named
ConverterAppClient.jar
resides in<
INSTALL
>/j2eetutorial14/examples/ejb/converter.