- Select the
ConverterApp
application. - Select ToolsDeploy.
- In the Introduction dialog box, confirm that
ConverterApp
is shown for the Object To Deploy and thatlocalhost
is shown for the Target Server. - Select the checkbox labeled 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 thej2eetutorial/examples/src/ejb/converter
subdirectory. TheConverterAppClient.jar
file contains the stub classes that enable remote access toConverterEJB
. - Click Next.
- In the JNDI Names dialog box, verify 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, theconverter
context root will be part of the URL. - Click Next.
- In the Review dialog box, click Finish.
- In the Deployment Progress dialog box, click OK when the deployment completes.
Friday, June 15, 2012
J2EE Tutorial-13(Deploying the J2EE Application)
Now that the J2EE application contains the components, it is ready for deployment.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment