gianugo 2003/02/24 01:47:18
Modified: . cocoon.sh Log: Fixed forward slashes on jetty configuration path and environment variables. Revision Changes Path 1.2 +3 -3 xml-cocoon2/cocoon.sh Index: cocoon.sh =================================================================== RCS file: /home/cvs/xml-cocoon2/cocoon.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cocoon.sh 23 Feb 2003 17:12:18 -0000 1.1 +++ cocoon.sh 24 Feb 2003 09:47:18 -0000 1.2 @@ -53,7 +53,7 @@ fi if [ "$JAVA_DEBUG_PORT" = "" ] ; then - JETTY_WEBAPP=8000 + JAVA_DEBUG_PORT=8000 fi # ----- Set Classpath ---------------------------------------------------------- @@ -69,7 +69,7 @@ ;; servlet) - $JAVA_HOME/bin/java $JAVA_OPT -classpath $CP -Djava.endorsed.dirs=lib/endorsed -Dwebapp=$JETTY_WEBAPP -Dorg.xml.sax.parser=org.apache.xerces.parsers.SAXParser -Djetty.port=$JETTY_PORT -Djetty.admin.port=$JETTY_ADMIN_PORT -Dforehead.conf.file=tools/jetty/conf/jetty.env com.werken.forehead.Forehead tools\jetty\conf\main.xml + $JAVA_HOME/bin/java $JAVA_OPT -classpath $CP -Djava.endorsed.dirs=lib/endorsed -Dwebapp=$JETTY_WEBAPP -Dorg.xml.sax.parser=org.apache.xerces.parsers.SAXParser -Djetty.port=$JETTY_PORT -Djetty.admin.port=$JETTY_ADMIN_PORT -Dforehead.conf.file=tools/jetty/conf/jetty.env com.werken.forehead.Forehead tools/jetty/conf/main.xml ;; servlet-admin)