Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
configadmin [2020/04/26 03:33] 127.0.0.1 external edit |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== Server Configuration ==== | ||
- | The download package come pre-configured and is ready for use. All you need to do is to make sure the browser you want to test your application with is installed in the system standard location or it's executable is in the system path. | ||
- | However you may need to customize the configuration to meet your needs better. | ||
- | |||
- | |||
- | === Configuration File === | ||
- | The server configuration settings are stored in // | ||
- | |||
- | The configuration file is read at server startup and updated while server is running. | ||
- | |||
- | === Edit Configuration === | ||
- | The configuration file is just a text file. It can be edited with any text editor. | ||
- | |||
- | Shut down // | ||
- | |||
- | === Browser Location === | ||
- | By default, // | ||
- | |||
- | If the browser you want to use is installed in a different location on your computer, you may need to set //PATH// environment variable to point to the actual location where browser is installed: | ||
- | |||
- | * For unix/linux, make sure the Firefox directory is in PATH environment variable and add Firefox libraries to LD_LIBRARY_PATH. | ||
- | |||
- | * For Mac OS X: it should be enough to install Firefox.app in / | ||
- | |||
- | === JVM Startup Argument === | ||
- | |||
- | JVM Startup Arguments are not stored in // | ||
- | |||
- | You may change the JVM startup parameters if needed by editing the corresponding // | ||
- | |||
- | If you are running // | ||
- | |||
- | === Configuration Settings=== | ||
- | |||
- | The following are a few of these settings you can change/ | ||
- | |||
- | * // | ||
- | * // | ||
- | * // | ||
- | * RandomAvoidDepth - number of recent transitions to avoid during random/ | ||
- | * // | ||
- | * plugins - list of plugins, default setting is: com.webmbt.plugin.HtmlUnitPlugin; | ||
- | * Logging - refer to [[Application Logging Configuration|config logging]] to change how log messages are written to mScript and Server logs. | ||
- | * // | ||
- | * // | ||
- | * // | ||
- | * [[State Stereotype|stateStereotypeList]] - customizable list of state stereotypes (Rel. 4.0.15) |