Rev 1146 |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
Rev 1146 |
Rev 1221 |
Line 7... |
Line 7... |
7 |
# Création d'un lien symbolique si nécessaire.
|
7 |
# Création d'un lien symbolique si nécessaire.
|
8 |
if [ ! -h $APPDIR/../$APPLI_LIEN ]; then
|
8 |
if [ ! -h $APPDIR/../$APPLI_LIEN ]; then
|
9 |
cd $APPDIR/..;
|
9 |
cd $APPDIR/..;
|
10 |
ln -s $APPDIR/war $APPLI_LIEN;
|
10 |
ln -s $APPDIR/war $APPLI_LIEN;
|
11 |
fi;
|
11 |
fi;
|
12 |
java -Xmx1024M -cp "$APPDIR/src:$APPDIR/bin:/opt/gwt-2.0.0/gwt-user.jar:/opt/gwt-2.0.0/gwt-dev.jar:/opt/gxt-2.1.0/gxt.jar" com.google.gwt.dev.DevMode -whitelist http://www.tela-botanica.org -noserver -port 80 -startupUrl $APPLI_LIEN/$APPLI_NOM.html $APPLI_DOMAINE;
|
- |
|
13 |
|
12 |
java -Xmx1024M -cp "$APPDIR/src:$APPDIR/bin:/opt/gwt-2.0.3/gwt-user.jar:/opt/gwt-2.0.3/gwt-dev.jar:/opt/gxt-2.1.1/gxt.jar" com.google.gwt.dev.DevMode -whitelist http://www.tela-botanica.org -noserver -port 80 -startupUrl $APPLI_LIEN/$APPLI_NOM.html $APPLI_DOMAINE;
|
- |
|
13 |
|
14 |
|
14 |
|