RSS Feeds


Pages and Blog posts
Mailing list

Container Features

Feature name

Java API

Ant tasks

Maven 3 plugin

Comment

Container Instantiation

(tick) ContainerFactory.createContainer("weblogic14x"...)

(tick) <cargo containerId="weblogic14x".../>

(tick) <containerId>weblogic14x</containerId>

 

Local Container

(tick)

(tick)

(tick)

 

Container Classpath

(tick)

(tick)

(tick)

 

Container Start

(tick)

(tick)

(tick)

 

Container Stop

(tick)

(tick)

(tick)

 

Container Timeout

(tick)

(tick)

(tick)

 

Embedded Container

(error)

(error)

(error)

 

Installed Container

(tick) o.c.c.c.weblogic.WebLogic14xInstalledLocalContainer

(tick)

(tick)

 

   Passing system properties

(tick)

(tick)

(tick)

 

   Installer

(tick)

(tick)

(tick)

 

Remote Container

(tick) o.c.c.c.weblogic.WebLogic14xRemoteContainer

(tick)

(tick)

 

Configuration Features

Deployer Features

Feature name

Java API

Ant tasks

Maven 3 plugin

Comment

Installed Deployer

(tick) o.c.c.c.weblogic.WebLogic9x10x12x14xCopyingInstalledLocalDeployer

(tick)

(tick)

 

Embedded Deployer

(error)

(error)

(error)

 

Remote Deployer

(tick) o.c.c.c.weblogic.WebLogicWlstRemoteDeployer

(tick)

(tick)

 

Other Features

Feature name

Java API

Ant tasks

Maven 3 plugin

Comment

Debugging

(tick)

(tick)

(tick)

 

Supported Configuration properties

The tables below list both the general configuration properties as well as the container-specific ones.

Standalone Local Configuration Properties

For installed container o.c.c.c.weblogic.WebLogic14xInstalledLocalContainer

Property name

Java Property

Supported?

Default value

Javadoc

cargo.hostname

GeneralPropertySet.HOSTNAME

(tick)

localhost

(green star)

cargo.java.home

GeneralPropertySet.JAVA_HOME

(tick)

JAVA_HOME version 8 or newer

(green star)

cargo.jvmargs

GeneralPropertySet.JVMARGS

(tick)

N/A

(green star)

cargo.logging

GeneralPropertySet.LOGGING

(tick)

medium

(green star)

cargo.port.offset

GeneralPropertySet.PORT_OFFSET

(tick)

0

(green star)

cargo.process.spawn

GeneralPropertySet.SPAWN_PROCESS

(tick)

false

(green star)

cargo.protocol

GeneralPropertySet.PROTOCOL

(tick)

http

(green star)

cargo.runtime.args

GeneralPropertySet.RUNTIME_ARGS

(tick)

N/A

(green star)

cargo.servlet.port

ServletPropertySet.PORT

(tick)

7001

(green star)

cargo.servlet.users

ServletPropertySet.USERS

(tick)

N/A

(green star)

cargo.standalone.ignoreNonExistingProperties

GeneralPropertySet.IGNORE_NON_EXISTING_PROPERTIES

(tick)

N/A

(green star)

cargo.start.jvmargs

GeneralPropertySet.START_JVMARGS

(tick)

N/A

(green star)

cargo.weblogic.administrator.password

WebLogicPropertySet.ADMIN_PWD

(tick)

weblogic1

(green star)

cargo.weblogic.administrator.user

WebLogicPropertySet.ADMIN_USER

(tick)

weblogic

(green star)

cargo.weblogic.bea.home

WebLogicPropertySet.BEA_HOME

(tick)

N/A

(green star)

cargo.weblogic.deployment.online

WebLogicPropertySet.ONLINE_DEPLOYMENT

(tick)

false

(green star)

cargo.weblogic.jta.timeout

WebLogicPropertySet.JTA_TRANSACTION_TIMEOUT

(tick)

N/A

(green star)

cargo.weblogic.logging.rotation.type

WebLogicPropertySet.LOG_ROTATION_TYPE

(tick)

none

(green star)

cargo.weblogic.script.jython.offline

WebLogicPropertySet.JYTHON_SCRIPT_OFFLINE

(tick)

N/A

(green star)

cargo.weblogic.script.jython.online

WebLogicPropertySet.JYTHON_SCRIPT_ONLINE

(tick)

N/A

(green star)

cargo.weblogic.script.jython.replaceProperties

WebLogicPropertySet.JYTHON_SCRIPT_REPLACE_PROPERTIES

(tick)

false

(green star)

cargo.weblogic.server

WebLogicPropertySet.SERVER

(tick)

server

(green star)

cargo.weblogic.ssl.verification.hostname.class

WebLogicPropertySet.SSL_HOSTNAME_VERIFIER_CLASS

(tick)

None

(green star)

cargo.weblogic.ssl.verification.hostname.ignored

WebLogicPropertySet.SSL_HOSTNAME_VERIFICATION_IGNORED

(tick)

true

(green star)

Datasource and Resource configuration

In addition to the forementioned properties, this container configuration can also set up datasources and/or resources.

For more details, please read: DataSource and Resource Support.

Some versions of WebLogic require you to have a complex password, i.e. only weblogic is not enough.
If you get an error message similar to the below, please include a number in your WebLogic password, for example weblogic1.

<Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError:java.lang.reflect.InvocationTargetException
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy._invokeServiceMethod
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy.decrypt
    at weblogic.descriptor.DescriptorManager$SecurityServiceImpl.decrypt
    at weblogic.descriptor.internal.AbstractDescriptorBean._decrypt
    at weblogic.management.configuration.SecurityConfigurationMBeanImpl.getCredential
    at weblogic.security.internal.ServerPrincipalValidatorImpl.getSecret
    at weblogic.security.internal.ServerPrincipalValidatorImpl.sign

Existing Local Configuration Properties

For installed container o.c.c.c.weblogic.WebLogic14xInstalledLocalContainer

Runtime Configuration Properties

For remote container o.c.c.c.weblogic.WebLogic14xRemoteContainer
Copyright 2004-2024. All rights reserved unless otherwise noted.
Click here to read our privacy and cookie policy