Server configuration

First we need to configure the server. Open jsunit/build.xml. At the top there are various properties that the Server uses. Change these properties as appropriate. (These Ant properties are set as system environment variables when the JsUnit server is invoked from Ant targets.)

Another way of running the JsUnit server is through the use of jsunit.properties. With version 2.1, this has been deprecated.. If jsunit.properties exists in the working directory, JsUnit will look in it for each of the above properties (in the form key=value). If jsunit.properties does not exist, JsUnit will look for environment variables for each property instead (which are set by the Ant script).