Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
692 |
aurelien |
1 |
#!/bin/sh
|
|
|
2 |
APPDIR=`dirname $0`;
|
|
|
3 |
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;
|
|
|
4 |
|