|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.netarkivet.deploy.DeployApplication
public final class DeployApplication
The application that is run to generate install and start/stop scripts for all physical locations, machines and applications. The actual deployment has to be done from an Linux/Unix machine, and this application should therefore not be run on Windows.
Method Summary | |
---|---|
static void |
initEvaluate(java.lang.String evaluateArgument)
Checks the arguments for evaluating the config file. |
static void |
main(java.lang.String[] args)
Run the new deploy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- The Command-line arguments in no particular order:
-C The deploy configuration file (ends with .xml).
-Z The NetarchiveSuite file to be unpacked (ends with .zip).
-S The security policy file (ends with .policy).
-L The logging property file (ends with .prop).
-O [OPTIONAL] The output directory
-D [OPTIONAL] The database
-T [OPTIONAL] The test arguments (httpportoffset, port,
environmentName, mailReceiver)
-R [OPTIONAL] For resetting the tempDir (takes arguments 'y' or 'yes')
-E [OPTIONAL] Evaluating the deployConfig file (arguments: 'y' or 'yes')public static void initEvaluate(java.lang.String evaluateArgument)
evaluateArgument
- The argument for evaluation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |