osbImport

Imports (deploys) a jar file to the OSB Server and performs environment-specific property replacement if a customization/configuration file is present in the code repository.  In addition, the import will conditionally (controlled by an input) perform environment-specific property replacement on the files within the project.  This operation can be used for both Full and Partial Deploy projects.

Environment/Instance Properties

Property Name

Property Code

Required

Description

Weblogic Admin User

FDWLS_ADMIN_USER

Yes

The user for the Weblogic admin server.

Weblogic Admin Password

FDWLS_ADMIN_PASSWORD

Yes

The password for Weblogic.

Weblogic Admin Listen Address

FDWLS_ADMIN_LISTEN_ADDRESS

Yes

The listener address of the Weblogic admin server. (e.g., localhost)

Weblogic Admin Listen Port

FDWLS_ADMIN_LISTEN_PORT

Yes

The port of the Weblogic admin server. (e.g 7001)

Weblogic Admin Use SSLFDWLS_ADMIN_USE_SSLYesIf the Weblogic admin server is using SSL to connect.
OSB Extended Classpath

FDOSB_EXT_CLASSPATH

No

Allows the user to extend the classpath for this plugin call.