// SCOL JAVA SERVER INSTALL /* On windows */ ## Standard mode - Install the java vm 1.6 or later - launch scolserver.bat - You can modify the default server port "9090" by editing the value in scolserver.bat - To kill the server, kill the task javaw.exe corresponding to the server #ISSUES - If the server do not start try using the command : javaw.exe scolserver.jar 9090 jscol.log if it works modify the scolserver.bat by adding javaw.exe in the command - the server still not start Look at your Java configuration, be sure to have the "Java\jre6\bin" location in your environment path variable - the port is already used by another application change the default port (9090) in your scolserver.bat /* On linux */ - Install the java vm 1.6 or later (openjdk-6-jre) > apt-get install - copy the bouncy castle jar files from http://www.bouncycastle.org/latest_releases.html to "/your java path/jre/lib/ext/" ("/usr/lib/jvm/java-6-openjdk/jre/lib/ext/" by default on debian) - launch scolserver.sh (./scolserver.sh &) - You can modify the default server port "8080" by editing the value in scolserver.sh - copy the jscol script in the /etc/init.d on debian - in root : > chmod 755 /etc/init.d/jscol > cd /usr/bin > ln -s /home/scol/scolserver.sh jscol > chmod 755 /usr/bin/jscol - add the script in auto start > update-rc.d jscol defaults usage : java -jar scolserver.jar port logfile exemple : java -jar scolserver.jar 8080 scolserver.log ##DEPRECATED - copy the bouncy castle jar files from http://www.bouncycastle.org/latest_releases.html to "C:\Program Files\Java\jre6\lib\ext\"