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
. 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 Application Navigator, select the profile, right-click, and choose Properties.
In the J2EE module's deployment profile properties panel, open the page which corresponds to the target connection type for which you want to pass command options.
Edit the page, or click Restore Default to revert to the default settings for the target server.
For instructions click Help.
Click OK when you are finished editing the deployment profile properties.
Note: The embedded OC4J server settings are configured through the Embedded OC4J Server Preferences dialog.
Copyright © 1997, 2004, Oracle. All rights reserved.