Passing Options to Target Connections When Deploying
When deploying in JDeveloper, you may want direct access to the target application
server connection in order to pass command line options. For example, you may
want to specify the client JAR which contains the necessary stubs and skeletons
on the client side to support RMI-IIOP deployment. These options would overwrite
or bypass the server's default settings.
If you are deploying to a standalone OC4J, you can pass options to its command
line, admin.jar
. Similarly, if deploying to Oracle Application Server,
options can be passed to the server's Distributed Configuration Management (DCM)
via its command line utility, dcmctl
. These options would be passed
to all deployed applications in the target application server instance.
To pass options to target application server connections
when deploying:
- If not already done, create the appropriate
deployment profile.
- In the Navigator, select the appropriate
project icon to expand the tree.
- Select and right-click the appropriate
deployment profile icon and choose Settings.
- In the J2EE module's deployment profile settings panel, select the node
which corresponds to the target connection type for which you want to pass
command options:
- Standalone OC4J - Deploying
EAR or Binding Web Apps
- iAS Remote DCM: pass DCM commands
to a DCM utility located on a remote machine
- iAS Local DCM: pass DCM commands
to a DCM utility located on a local machine
- WebLogic 6.x - Delete
or Deploy: pass WebLogic
delete or deploy commands to the WebLogic 6.x command line tool.
- WebLogic 7x - Deploy :
pass WebLogic delete or deploy commands to the WebLogic 7.x command line
tool.
- (Optional) Click Restore Default
to revert to the default template settings for the target application server
connection type.
- Click OK when you are finished editing the deployment
profile settings.
Notes:
- For more information on BEA WebLogic 6.1, see
http://e-docs.bea.com/wls/docs61/adminguide/utils.html#1138475
- For more information on BEA WebLogic 7.0SP1, see
http://e-docs.bea.com/wls/docs70/adminguide/utils.html#1170077
- The embedded OC4J server settings are configured on the Tools
| Preferences - Embedded OC4J page.
Related topics
- Configuring
Your Project to Use the Embedded OC4J Server