[exo-jcr-commits] exo-jcr SVN: r5449 - jcr/branches/1.15.x/applications/product-patches/as/tomcat/bin.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jan 13 03:22:17 EST 2012


Author: tolusha
Date: 2012-01-13 03:22:15 -0500 (Fri, 13 Jan 2012)
New Revision: 5449

Added:
   jcr/branches/1.15.x/applications/product-patches/as/tomcat/bin/eXo_debug.sh
Log:
EXOJCR-1706: added eXo_debug.sh

Added: jcr/branches/1.15.x/applications/product-patches/as/tomcat/bin/eXo_debug.sh
===================================================================
--- jcr/branches/1.15.x/applications/product-patches/as/tomcat/bin/eXo_debug.sh	                        (rev 0)
+++ jcr/branches/1.15.x/applications/product-patches/as/tomcat/bin/eXo_debug.sh	2012-01-13 08:22:15 UTC (rev 5449)
@@ -0,0 +1,5 @@
+#!/bin/sh
+export JPDA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=18000,server=y,suspend=y"
+
+PRGDIR=`dirname "$PRG"`
+exec "$PRGDIR"/eXo.sh "$@"


Property changes on: jcr/branches/1.15.x/applications/product-patches/as/tomcat/bin/eXo_debug.sh
___________________________________________________________________
Added: svn:executable
   + *



More information about the exo-jcr-commits mailing list