Subversion Repositories eFlore/Applications.cel

Rev

Rev 332 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

#!/bin/sh
cp war/config.js war/org.tela_botanica.cel2/config.js
APPDIR=`dirname $0`;
java  -Xmx1024M -cp "$APPDIR/src:$APPDIR/bin:/opt/gwt-2.0.3/gwt-user.jar:/opt/gwt-2.0.3/gwt-dev.jar:/opt/gwtext-2.0.5/gwtext.jar:/opt/gwtextux-0.3/gwtextux.jar:/opt/gwt-maps-1.1.0/gwt-maps.jar" com.google.gwt.dev.DevMode -noserver -port 80 -startupUrl http://localhost/cel2/war/cel2.html -bindAddress localhost org.tela_botanica.cel2;