Home TOC |
Search
Feedback |
Deploying the J2EE Application
Now that the J2EE application contains the components, it is ready for deployment.
- Select Tools->Deploy.
- In the Introduction dialog box, select ConverterApp for the Object to Deploy and localhost for the Target Server.
- Select the checkbox labelled Return Client Jar.
- In the text field that appears, enter the full path name for the file ConverterAppClient.jar so that it will reside in the examples/src/ejb/converter subdirectory. The ConverterAppClient.jar file contains the stub classes that enable remote access to the ConverterBean.
- Click Next.
- In the JNDI Names dialog box, check the names you entered in the previous section.
- Click Next.
- In the WAR Context Root dialog box, enter converter in the Context Root field. When you run the web client, the converter context root will be part of the URL.
- In the Review dialog box, click Finish.
- In the Deployment Progress dialog box, click OK when the deployment completes.
Home TOC |
Search
Feedback |