User: user57
Date: 02/02/26 01:53:29
Modified: src/bin run.sh
Log:
o don't need to be in bin/ dir to start anymore
Revision Changes Path
1.3 +1 -7 jboss-system/src/bin/run.sh
Index: run.sh
===================================================================
RCS file: /cvsroot/jboss/jboss-system/src/bin/run.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- run.sh 25 Feb 2002 02:33:16 -0000 1.2
+++ run.sh 26 Feb 2002 09:53:29 -0000 1.3
@@ -5,7 +5,7 @@
## ##
### ====================================================================== ###
-### $Id: run.sh,v 1.2 2002/02/25 02:33:16 user57 Exp $ ###
+### $Id: run.sh,v 1.3 2002/02/26 09:53:29 user57 Exp $ ###
DIRNAME=`dirname $0`
PROGNAME=`basename $0`
@@ -105,9 +105,6 @@
# Setup JBoss sepecific properties
JAVA_OPTS="$JAVA_OPTS -Djboss.boot.loader.name=$PROGNAME"
-# Where we need to be to start the server
-startdir="$JBOSS_HOME/bin"
-
# For Cygwin, switch paths to Windows format before running java
if $cygwin; then
JBOSS_HOME=`cygpath --path --windows "$JBOSS_HOME"`
@@ -130,9 +127,6 @@
echo ""
echo
"================================================================================"
echo ""
-
-# Make sure we are in the correctly directory
-cd "$startdir"
if $useprofiler; then
# Hand over control to profiler
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development