You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/09/25 14:51:36 UTC

cvs commit: jakarta-avalon-phoenix/src/script phoenix.sh run.bat

donaldp     2002/09/25 05:51:36

  Modified:    src/script phoenix.sh run.bat
  Log:
  Make sure correct security parameters are passed to JVM under windows
  
  Submitted By: Johan Sj�berg <jo...@avaintec.com>
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-avalon-phoenix/src/script/phoenix.sh
  
  Index: phoenix.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/src/script/phoenix.sh,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- phoenix.sh	26 Aug 2002 10:30:57 -0000	1.4
  +++ phoenix.sh	25 Sep 2002 12:51:36 -0000	1.5
  @@ -13,7 +13,7 @@
   #
   #   PHOENIX_TMPDIR     (Optional) Directory path location of temporary directory
   #                      the JVM should use (java.io.tmpdir).  Defaults to
  -#                      $CATALINA_BASE/temp.
  +#                      $PHOENIX_BASE/temp.
   #
   #   JAVA_HOME          Must point at your Java Development Kit installation.
   #
  
  
  
  1.9       +2 -2      jakarta-avalon-phoenix/src/script/run.bat
  
  Index: run.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/src/script/run.bat,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- run.bat	26 Aug 2002 10:30:57 -0000	1.8
  +++ run.bat	25 Sep 2002 12:51:36 -0000	1.9
  @@ -11,7 +11,7 @@
   rem
   rem   PHOENIX_TMPDIR     (Optional) Directory path location of temporary directory
   rem                      the JVM should use (java.io.tmpdir).  Defaults to
  -rem                      $CATALINA_BASE/temp.
  +rem                      $PHOENIX_BASE/temp.
   rem
   rem   JAVA_HOME          Must point at your Java Development Kit installation.
   rem
  @@ -86,6 +86,6 @@
   rem set DEBUG=-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y
   
   rem Kicking the tires and lighting the fires!!!
  -"%PHOENIX_JAVACMD%" %DEBUG% "-Djava.ext.dirs=%PHOENIX_HOME%\lib" "-Dphoenix.home=%PHOENIX_HOME%" "-Djava.security.policy=jar:file:%PHOENIX_HOME%/bin/phoenix-loader.jar!/META-INF/java.policy" %PHOENIX_JVM_OPTS% %PHOENIX_SECURE% -jar "%PHOENIX_HOME%\bin\phoenix-loader.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9
  +"%PHOENIX_JAVACMD%" %DEBUG% "-Djava.ext.dirs=%PHOENIX_HOME%\lib" "-Dphoenix.home=%PHOENIX_HOME%" "-Djava.security.policy=jar:file:%PHOENIX_HOME%/bin/phoenix-loader.jar!/META-INF/java.policy" %PHOENIX_JVM_OPTS% %PHOENIX_SM% -jar "%PHOENIX_HOME%\bin\phoenix-loader.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9
   
   :end
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>