The J2EETM Tutorial
Home
TOC
PREV TOC NEXT Search
Feedback

Deploying the J2EE Application

Now that the J2EE application contains the components, it is ready for deployment.

  1. Select Tools->Deploy.
  2. In the Introduction dialog box, select ConverterApp for the Object to Deploy and localhost for the Target Server.
  3. Select the checkbox labelled Return Client Jar.
  4. 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.
  5. Click Next.
  6. In the JNDI Names dialog box, check the names you entered in the previous section.
  7. Click Next.
  8. 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.
  9. In the Review dialog box, click Finish.
  10. In the Deployment Progress dialog box, click OK when the deployment completes.
Home
TOC
PREV TOC NEXT Search
Feedback