Hi,

What is the preferred/recommended way to open 5005 for remote connections under 
J11?

Right now I hacked these two lines in …/bin/inc but those are gone every time I 
build a new assembly.

   
DEFAULT_JAVA_DEBUG_OPTS="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:${JAVA_DEBUG_PORT}"
  
DEFAULT_JAVA_DEBUGS_OPTS="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:${JAVA_DEBUG_PORT}"

Plse advice.


Kind Regards,

Erwin

Reply via email to