Multistage Install Guide | ![]() |
- System Requirements
- Build Notes
- Quick Installation and Configuration:
- Running Multistage
- Troubleshoot
System Requirements
To build and use Multistage, you must have JDK 1.4 or better installed on your system. JAVA_HOME environment variable should also be set to this version of JDK. For windows NT/2000/XP, here is a brief description on how to set JAVA environmental variables in your system:
- Go to Control Panel, click on 'System' icon, and then select the 'Advanced' Tab.
- Click on the 'Environmental Variables' Icon;
- Under the user variables, add 'New' Variable: JAVA_HOME, with value pointing where your jdk is installed: e.g. JAVA_HOME: c:\c:\j2sdk1.4.1_02
- Modify your 'PATH' variable by adding 'New Variable: PATH, with value: %PATH%;%JAVA_HOME%\bin
- Click OK (twice) to exit.
- Open a Dos Command Prompt, and type command: 'java', at the shell prompt. If you see the message: Usage: java [-options]... , that means you have successfully added the JAVA environmental variable.
Build Notes
Type "build targets" at command prompt of installed multistage directory to print a list of options on the screen. Then run the desired target by typing "build (target name)", where (target name) is the option from list (i.e. "build distx").
Quick Installation and Configuration:
You MUST follow these steps prior to running Multistage for the first time:
- To specify log directories and other log details, you must modify the 'conf/log4j.properties' file for server-side and 'conf/clientlog.properties' for client side.
- To specify the server (ip) address of the multistage server, you must modify the 'conf/multistage.properties' file where it says "defualtHost=". (Example: defualtHost = 128.97.190.171)
- To enable testing mode, you must modify the 'conf/multistage.properties' file where it says "defualtMode =". Enter "testing" to enable testing mode, or "normal" for normal mode. Refer to ‘Automated testing' under Optional Services.
Running Multistage
Run "server-multistage.bat", or "client-multistage.bat" from the /bin directory in the installed Multistage directory.
Troubleshoot
- "When I run 'client-multistage.bat' there are several log4j errors
even though the client seems to work fine after."
Make sure that all log details are configured correctly in the 'conf/clientlog.properties'. (i.e. double check all file paths) - "When I run 'client-multistage.bat' the login window appears but I cannot
edit any or some of the fields."
Most like testing mode is enabled in the '/conf/multistage.properties' file. See user manual for more details.


