From: <jbo...@li...> - 2006-07-10 19:31:05
|
Author: adamw Date: 2006-07-10 15:31:02 -0400 (Mon, 10 Jul 2006) New Revision: 4982 Added: labs/jbosslabs/trunk/portal-extensions/configuration/to-copy-bin/ labs/jbosslabs/trunk/portal-extensions/configuration/to-copy-bin/pluggable-instrumentor.jar labs/jbosslabs/trunk/portal-extensions/configuration/to-copy-bin/run.conf Log: http://jira.jboss.org/jira/browse/JBLAB-712 Added: labs/jbosslabs/trunk/portal-extensions/configuration/to-copy-bin/pluggable-instrumentor.jar =================================================================== (Binary files differ) Property changes on: labs/jbosslabs/trunk/portal-extensions/configuration/to-copy-bin/pluggable-instrumentor.jar ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: labs/jbosslabs/trunk/portal-extensions/configuration/to-copy-bin/run.conf =================================================================== --- labs/jbosslabs/trunk/portal-extensions/configuration/to-copy-bin/run.conf 2006-07-10 19:03:53 UTC (rev 4981) +++ labs/jbosslabs/trunk/portal-extensions/configuration/to-copy-bin/run.conf 2006-07-10 19:31:02 UTC (rev 4982) @@ -0,0 +1,52 @@ +## -*- shell-script -*- ###################################################### +## ## +## JBoss Bootstrap Script Configuration ## +## ## +############################################################################## + +### $Id: run.conf,v 1.6.4.5 2006/05/12 10:40:36 dimitris Exp $ + +# +# This file is optional; it may be removed if not needed. +# + +# +# Specify the maximum file descriptor limit, use "max" or "maximum" to use +# the default, as queried by the system. +# +# Defaults to "maximum" +# +#MAX_FD="maximum" + +# +# Specify the profiler configuration file to load. +# +# Default is to not load profiler configuration file. +# +#PROFILER="" + +# +# Specify the location of the Java home directory. If set then $JAVA will +# be defined to $JAVA_HOME/bin/java, else $JAVA will be "java". +# +#JAVA_HOME="/opt/java/jdk" + +# +# Specify the exact Java VM executable to use. +# +#JAVA="" + +# +# Specify options to pass to the Java VM. +# +if [ "x$JAVA_OPTS" = "x" ]; then + JAVA_OPTS="-server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000" +fi + +# Sample JPDA settings for remote socket debuging +#JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y" + +# Sample JPDA settings for shared memory debugging +#JAVA_OPTS="$JAVA_OPTS -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=jboss" + +JAVA_OPTS="$JAVA_OPTS -javaagent:pluggable-instrumentor.jar" \ No newline at end of file |