helpers/sonews-web
author chris <chris@marvin>
Fri Jun 26 16:48:50 2009 +0200 (2009-06-26)
changeset 1 6fceb66e1ad7
permissions -rw-r--r--
Hooray... sonews/0.5.0 final

HG: Enter commit message. Lines beginning with 'HG:' are removed.
HG: Remove all lines to abort the collapse operation.
chris@1
     1
#!/bin/bash
chris@1
     2
export CLASSPATH=/usr/share/java/jchart2d.jar:/usr/share/java/sonews.jar
chris@1
     3
ARG0=org.sonews.web.SonewsServlet@sonews
chris@1
     4
ARG1=org.sonews.web.SonewsConfigServlet@sonews/config
chris@1
     5
ARG2=org.sonews.web.SonewsPeerServlet@sonews/peer
chris@1
     6
ARG3=org.sonews.web.SonewsChartServlet@sonews/chart
chris@1
     7
/usr/bin/kitten -s $ARG0 -s $ARG1 -s $ARG2 -s $ARG3