Subversion Repositories eFlore/Applications.cel

Rev

Blame | Last modification | View Log | RSS feed

#!/bin/sh
APPDIR=`dirname $0`;
java  -Xmx1024M -cp "$APPDIR/src:$APPDIR/bin:/opt/gwt-2.2.0/gwt-user.jar:/opt/gwt-2.2.0/gwt-dev.jar" com.google.gwt.dev.DevMode -noserver -port 80 -startupUrl http://localhost/cel3/war/Cel3.html -bindAddress localhost org.tela_botanica.cel3;