The Package as EAR dialog appears.
iasdeploy removeapp [-host <hostname> -port <portnumber>] [-user <username> -password <password>] <EAR file>
For example, to remove the iAB tutorial cdx.ear file, the command would be:
iasdeploy removeapp [-host pc54143 -port 10817] [-user admin -password iplanet] cdx.ear
Where:
pc54143 is the hostname
10817 is the port number
admin is the username
iplanet is the password
cdx.ear is the ear file to be removed
The Select iAB Project root directory dialog appears.
The Select root for imported web module dialog appears:
You may be prompted with a dialog that says the web module view is being modified.
If you have an associated EJB module, you are prompted to identify the root imported EJB(s).
Notice, in the Explorer, the web module directory is populated with the imported iPlanet Application Builder web module files. Likewise, the EJB module directory is populated with the iPlanet Application Builder EJB module files.
The EJB Properties dialog appears.
The Property Editor appears:
You are now ready to deploy the EJB module to the iPlanet Application Server. You must deploy the EJB module before you execute the Web module in order to enable the web module to call the EJB. See the online help for more detailed instructions on debugging, deploying, and executing an EJB module.
You can also deploy and execute the web module. But, first you must select "Switch Web Execution to iPlanet Application Server" from the Tools menu. This ensures the web module execution is against the iPlanet Server. You can then execute the web module by selecting Execute from the Build menu. See the online help for more detailed instructions on debugging, deploying, and executing a web module.
See also | |
---|---|
Using Advanced Features Debugging a Web Module Debugging an EJB Module |