Disabled the debugging setting on the test-server

Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/e8560abc
Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/e8560abc
Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/e8560abc

Branch: refs/heads/master
Commit: e8560abcdcd0679b132555b540cb734c0178c7e7
Parents: a09196c
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Fri Feb 17 11:59:41 2017 +0100
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Fri Feb 17 11:59:41 2017 +0100

----------------------------------------------------------------------
 remoting/src/test/java/flex/messaging/util/TestServerWrapper.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/e8560abc/remoting/src/test/java/flex/messaging/util/TestServerWrapper.java
----------------------------------------------------------------------
diff --git a/remoting/src/test/java/flex/messaging/util/TestServerWrapper.java 
b/remoting/src/test/java/flex/messaging/util/TestServerWrapper.java
index b9fb954..ca1c17b 100644
--- a/remoting/src/test/java/flex/messaging/util/TestServerWrapper.java
+++ b/remoting/src/test/java/flex/messaging/util/TestServerWrapper.java
@@ -39,7 +39,7 @@ public class TestServerWrapper {
         final String path = System.getProperty("java.home") + separator + 
"bin" + separator + "java";
         System.out.print("Starting test-server");
         final ProcessBuilder processBuilder = new ProcessBuilder(path,
-                
"-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005",
+                
//"-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005",
                 "-cp", /*"\"" +*/ classpath /*+ "\""*/,
                 TestServer.class.getCanonicalName(), /*"\"" +*/ configPath /*+ 
"\""*/);
         processBuilder.redirectErrorStream(true);

Reply via email to