[embjopr-commits] EMBJOPR SVN: r414 - trunk/jbas5/etc/overlay/bin.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Wed May 13 20:54:46 EDT 2009


Author: ips
Date: 2009-05-13 20:54:45 -0400 (Wed, 13 May 2009)
New Revision: 414

Added:
   trunk/jbas5/etc/overlay/bin/run.conf.bat
Removed:
   trunk/jbas5/etc/overlay/bin/run-conf.bat
Log:
update run.bat conf file to new name


Deleted: trunk/jbas5/etc/overlay/bin/run-conf.bat
===================================================================
--- trunk/jbas5/etc/overlay/bin/run-conf.bat	2009-05-12 13:22:44 UTC (rev 413)
+++ trunk/jbas5/etc/overlay/bin/run-conf.bat	2009-05-14 00:54:45 UTC (rev 414)
@@ -1,57 +0,0 @@
-rem ### -*- batch file -*- ######################################################
-rem #                                                                          ##
-rem #  JBoss Bootstrap Script Configuration                                    ##
-rem #                                                                          ##
-rem #############################################################################
-
-rem # $Id$
-
-rem #
-rem # This batch file is executed by run.bat to initialize the environment 
-rem # variables that run.bat uses. It is recommended to use this file to
-rem # configure these variables, rather than modifying run.bat itself. 
-rem #
-
-rem #
-rem # Specify the profiler configuration file to load.
-rem #
-rem # Default is to not load profiler configuration file.
-rem #
-rem set "PROFILER=%JBOSS_HOME%\bin\jboss-profiler.properties"
-
-rem #
-rem # Specify the location of the Java home directory (it is recommended that
-rem # this always be set). If set, then "%JAVA_HOME%\bin\java" will be used as
-rem # the Java VM executable; otherwise, "%JAVA%" will be used (see below).
-rem #
-rem set "JAVA_HOME=C:\opt\jdk1.6.0_13"
-
-rem #
-rem # Specify the exact Java VM executable to use - only used if JAVA_HOME is
-rem # not set. Default is "java".
-rem #
-rem set "JAVA=C:\opt\jdk1.6.0_13\bin\java"
-
-rem #
-rem # Specify options to pass to the Java VM. Note, there are some additional
-rem # options are always passed by run.bat.
-rem #
-if not "x%JAVA_OPTS%" == "x" goto javaOptsSet
-rem # JVM memory allocation pool parameters.
-set JAVA_OPTS=%JAVA_OPTS% -Xms200M -Xmx400M -XX:PermSize=100M -XX:MaxPermSize=200M
-
-rem # Reduce the RMI GCs to once per hour for Sun JVMs.
-set "JAVA_OPTS=%JAVA_OPTS% -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
-
-rem # Warn when resolving remote XML DTDs or schemas.
-set "JAVA_OPTS=%JAVA_OPTS% -Dorg.jboss.resolver.warning=true"
-
-rem # Enable debug mode for Admin Console.
-set "JAVA_OPTS=%JAVA_OPTS% -Djbmancon.debug=true"
-
-rem # Expose the Java platform MBeans via the JBoss MBeanServer.
-set "JAVA_OPTS=%JAVA_OPTS% -Djboss.platform.mbeanserver"
-
-rem # Enable JPDA remote socket debugging.
-set "JAVA_OPTS=%JAVA_OPTS% -Xrunjdwp:transport=dt_socket,address=7777,server=y,suspend=n"
-:javaOptsSet

Copied: trunk/jbas5/etc/overlay/bin/run.conf.bat (from rev 413, trunk/jbas5/etc/overlay/bin/run-conf.bat)
===================================================================
--- trunk/jbas5/etc/overlay/bin/run.conf.bat	                        (rev 0)
+++ trunk/jbas5/etc/overlay/bin/run.conf.bat	2009-05-14 00:54:45 UTC (rev 414)
@@ -0,0 +1,57 @@
+rem ### -*- batch file -*- ######################################################
+rem #                                                                          ##
+rem #  JBoss Bootstrap Script Configuration                                    ##
+rem #                                                                          ##
+rem #############################################################################
+
+rem # $Id$
+
+rem #
+rem # This batch file is executed by run.bat to initialize the environment 
+rem # variables that run.bat uses. It is recommended to use this file to
+rem # configure these variables, rather than modifying run.bat itself. 
+rem #
+
+rem #
+rem # Specify the profiler configuration file to load.
+rem #
+rem # Default is to not load profiler configuration file.
+rem #
+rem set "PROFILER=%JBOSS_HOME%\bin\jboss-profiler.properties"
+
+rem #
+rem # Specify the location of the Java home directory (it is recommended that
+rem # this always be set). If set, then "%JAVA_HOME%\bin\java" will be used as
+rem # the Java VM executable; otherwise, "%JAVA%" will be used (see below).
+rem #
+rem set "JAVA_HOME=C:\opt\jdk1.6.0_13"
+
+rem #
+rem # Specify the exact Java VM executable to use - only used if JAVA_HOME is
+rem # not set. Default is "java".
+rem #
+rem set "JAVA=C:\opt\jdk1.6.0_13\bin\java"
+
+rem #
+rem # Specify options to pass to the Java VM. Note, there are some additional
+rem # options are always passed by run.bat.
+rem #
+if not "x%JAVA_OPTS%" == "x" goto javaOptsSet
+rem # JVM memory allocation pool parameters.
+set JAVA_OPTS=%JAVA_OPTS% -Xms200M -Xmx400M -XX:PermSize=100M -XX:MaxPermSize=200M
+
+rem # Reduce the RMI GCs to once per hour for Sun JVMs.
+set "JAVA_OPTS=%JAVA_OPTS% -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
+
+rem # Warn when resolving remote XML DTDs or schemas.
+set "JAVA_OPTS=%JAVA_OPTS% -Dorg.jboss.resolver.warning=true"
+
+rem # Enable debug mode for Admin Console.
+set "JAVA_OPTS=%JAVA_OPTS% -Djbmancon.debug=true"
+
+rem # Expose the Java platform MBeans via the JBoss MBeanServer.
+set "JAVA_OPTS=%JAVA_OPTS% -Djboss.platform.mbeanserver"
+
+rem # Enable JPDA remote socket debugging.
+set "JAVA_OPTS=%JAVA_OPTS% -Xrunjdwp:transport=dt_socket,address=7777,server=y,suspend=n"
+:javaOptsSet




More information about the embjopr-commits mailing list