1. INSTALLATION
The SDARTS Client is packaged as a WAR (Web Application Archive) file, which can be deployed under any servlet engine. We will take Tomcat and JRun as example.
To install the sdarts client under tomcat, copy the war file into the $TOMCAT_HOME/webapps directory. When tomcat is started, it automatically unpacks the WAR and creates the application, with the application's name (and context path) being the name of the WAR. And then you modify $TOMCAT_HOME/conf/server.xml to inlcude this newly deployed client.
To install the sdarts client under jrun (assuming JRun is installed with $JRUN_HOME as the root directory for jrun)
Another way to install an new Jrun web application server is to use the JRun web administration interface.
2. TESTING
start a jrun server (eg, name: smartclient)
<$JRUN_HOME>/bin/jrun -start smartclient
and view the application via a web browser
3. LIBRARIES INCLUDED