- From: Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de>
- Date: Wed, 31 Mar 1999 23:28:40 +0200
- To: "jigsaw@w3.org" <jigsaw@w3.org>, W3 Jigsaw Mailinglist <www-jigsaw@w3.org>
Hi ! ---- Here comes a modified "jigadm" script for the new "swing"'ed jigadmin2 (name it "jigadm2" and put it into the /Jigsaw/scripts directory): -- snip -- #!/bin/sh # Jigadm # $Id$ # Jigadm launcher example # Setting to use abs version of Java runtime: JAVA_HOME=/usr/java export JAVA_HOME JAVA_BIN=${JAVA_HOME}/bin/java export JAVA_BIN # Adding Jigsaw into your class path (using team version): JIGSAW_HOME=/home/jigsaw/Jigsaw export JIGSAW_HOME JIGSAW_CLASSES=${JIGSAW_HOME}/classes/jigadmin.jar:${JIGSAW_HOME}/classes/jigsaw.zip # development only CLASSPATH=${JIGSAW_CLASSES}:/home/gisburn/java/classes:${CLASSPATH} export CLASSPATH exec ${JAVA_BIN} -Xms4m -Xmx128m org.w3c.jigadmin.Main $* # done. -- snip -- ---- Small warning: These scripts assumes that you have a Unix box with much memory and LARGE Jigsaw installations with many users. If you have problem with memory, replace the memory option upstairs to -Xmx16m (I'll fix this in the next release of the scripts...) ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) Roland Mainz C programmer \__\/\/__/ Roland.Mainz@informatik.med.uni-giessen.de MPEG specialist /O /==\ O\ gisburn@w-specht.rhein-ruhr.de Sun&&Amiga programmer (;O/ \/ \O;) TEL +49 (0) 2426901568 FAX +49 (0) 2426901569
Received on Wednesday, 31 March 1999 16:27:57 UTC