Modelit Embedded Webserver Toolbox (www.modelit.nl))

Instruction for getting started:
Option 1:
Start a new Matlab session from this directory (the directory with readme.txt).
In this case the file startup.m as included with this toolbox will add the required folders tot the Matlab search path and the file javaclasspath.txt will include all required jar files in the static class path.

Option 2:
Use addpath, pathtool or modify startup to
add this directory (the directory with readme.txt) and (possible) subdirectories to the Matlab search path

add .\java\MatlabHTTPserver.jar to the static javaclasspath
add .\java\MatlabHTTPclient.jar to the static javaclasspath
add .\java\MatlabServer.jar to the static javaclasspath

To add files to the static path, create a javaclasspath.txt file:
Create an ASCII text file and name the file javaclasspath.txt.

Save the file in your preferences folder. To view the location of the preferences folder, type:
prefdir
Alternatively, save the javaclasspath.txt file in your MATLAB startup folder. Classes specified in this file override classes specified in the javaclasspath.txt file in the preferences folder.
Restart MATLAB.
