1. Deployment System Properties

The following describes deployment system properties.

  • jeus.classloading

    Description

    Option for application class loaders to refer to another class loader when using AppCompiler.

    Default

    ISOLATED

  • jeus.app.graceful-timeout

    Description

    Time to wait until requests are processed completely when executing graceful undeployment.

    Default

    0

  • jeus.app.allow-deprecated-dd

    Description

    Option to convert deployment descriptors written in JEUS 6 or earlier to descriptors appropriate for JEUS 8.

    Default

    false

  • jeus.application.cleanup-deployed-image

    Description

    Option to delete deployment images (the application root directory and generation directory) created when undeploying an application.

    Default

    true

  • jeus.app.deploy.persistent

    Description

    Option to write information about an application to domain.xml when deploying or undeploying the application.

    Default

    true

  • jeus.deploy.concurrent

    Description

    Option to support concurrent deployment for the request to deploy two or more applications during the boot time.

    Default

    true

  • jeus.deploy.ignore-not-found-classes

    Description

    Option to decide whether to fail or complete deployment if the class cannot be found to load the deployed applications.

    Default

    false

  • jeus.deploy.concurrent.runtime

    Description

    Option to support concurrent deployment for the request to deploy two or more applications during the run time.

    Default

    false

  • jeus.cdi.enable-implicit-bean-archive

    Description

    Option to handle the CDI implicit bean archive during deployment.

    Default

    true

  • jeus.cdi.enabled

    Description

    Option to use the CDI function provided by JEUS during deployment.

    Default

    true

  • jeus.deploy.ignore-persistence-descriptor

    Description

    Option to ignore persistence.xml included in the application during deployment.

    Default

    false