Subversion Repositories eFlore/Applications.coel

Rev

Rev 1146 | Rev 1415 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1146 Rev 1221
Line 8... Line 8...
8
# Création d'un lien symbolique si nécessaire.
8
# Création d'un lien symbolique si nécessaire.
9
if [ ! -h $APPDIR/../$APPLI_LIEN ]; then
9
if [ ! -h $APPDIR/../$APPLI_LIEN ]; then
10
	cd $APPDIR/..;
10
	cd $APPDIR/..;
11
	ln -s $APPDIR/war $APPLI_LIEN;
11
	ln -s $APPDIR/war $APPLI_LIEN;
12
fi;
12
fi;
13
java  -Xmx2048M -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,address=3408,suspend=y -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 -noserver -port 80 -startupUrl $APPLI_LIEN/$APPLI_NOM.html $APPLI_DOMAINE;
-
 
14
13
java  -Xmx2048M -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,address=3408,suspend=y -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 -noserver -port 80 -startupUrl $APPLI_LIEN/$APPLI_NOM.html $APPLI_DOMAINE;
-
 
14
15
15