Fields Summary |
---|
private static final String | prefix |
public static final String | Package |
public static final String | IAS_ROOTVariable that contains the path to the iAS config installation. |
public static final String | CONFIG_DIR_NAMEName of the configuration dir name; server.xml resides here |
public static final String | INSTALL_ROOTVariable that contains the path to the entire iAS installation. |
public static final String | INSTALL_CFG_ROOTVariable that contains the path to the Config Root. |
public static final String | INSTALL_IMQ_BIN |
public static final String | INSTALL_IMQ_LIB |
public static final String | USER_SPECIFIED_COMPILERVariable that contains the path to the user-specified java compiler
that ejbc will try to use. The variable is case-insensitive |
public static final String | ENABLE_JAVAC_FILEVariable that enable compilation through file for javac and fastjavac. |
public static final String | USER_SPECIFIED_COMPILER_OPTIONSVariable that contains the options for the user-specified java compiler
that ejbc will try to use. The variable is case-insensitive |
public static final String | KEEP_FAILED_STUBSThis is a backdoor designed for QA and support staff.
If the magical environmental variable, "KeepFailedStubs",
is set to "true", then it results in the generated stubs files being
retained and placed into the expected directory with "_failed" appended
to the name. The directory will be deleted and replaced the next time
there is a failed deployment. It will never be automatically cleaned up.
Note: KeepFailedStubs and true are both case insensitive. |
public static final String | PROCESS_ANNOTATIONThis is a backdoor to turn off annotation processing for deployment. |
public static final String | VERIFIER_XSLVariable that contains the xsl directory for verifier tool |
public static final String | APPLICATION_TYPEentry in the MANIFEST file of archive giving the resourceType |
public static final String | LIB |
public static final String | LIB_INSTALL |
public static final String | LIB_INSTALL_APPLICATIONS |
public static final String | TARGET_TYPE_ADMIN |
public static final String | TARGET_TYPE_INSTANCE |
public static final String | ALLOW_SYSAPP_DEPLOYMENT |
public static final String | FASTJAVAC_TIMEOUT_MSoption to specify fast javac time out |
public static final String | JAVAC_TIMEOUT_MSoption to specify javac time out |
public static final String | RMIC_TIMEOUT_MSoption to specify rmic time out |
public static final String | USER_SPECIFIED_COMPILER_TIMEOUT_MSoption to specify user specified compiler time out |
public static final int | DEFAULT_FASTJAVAC_TIMEOUT_MSdefault fast javac time out |
public static final int | DEFAULT_JAVAC_TIMEOUT_MSdefault javac time out |
public static final int | DEFAULT_RMIC_TIMEOUT_MSdefault rmic time out |
public static final int | DEFAULT_USER_SPECIFIED_COMPILER_TIMEOUT_MSdefault user specified time out |
public static final String | NAME_SEPARATORThe separator character between an application name and the web
module name within the application. |
public static final String | CMP_UNIQUE_TABLE_NAMEScmp-only deployment arguments and the 3 possible "tri-state" values.
bnevins |
public static final String | CMP_DB_VENDOR_NAME |
public static final String | CMP_DROP_TABLES |
public static final String | CMP_CREATE_TABLES |
public static final String | CMP_DROP_AND_CREATE_TABLES |
public static final String | TRUE |
public static final String | FALSE |
public static final String | UNDEFINED |
public static final String | LOAD_UNLOAD_ACTION |
public static final int | LOAD_UNSET |
public static final int | LOAD_ALL |
public static final int | LOAD_RAR |
public static final int | LOAD_REST |
public static final int | UNLOAD_ALL |
public static final int | UNLOAD_RAR |
public static final int | UNLOAD_REST |