Re: [Resin-interest] problems with remote debug in resin

2007-07-27 Thread Dragisa Krsmanovic
Command line args affect only watchdog process. All I had to do is add these lines in resin.conf under -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=javadebug It's works under Resin 3.1.2 The example is for shmem. You can modify it for socket.

[Resin-interest] problems with remote debug in resin

2007-07-27 Thread Sergio Fernandez
Hi, I'm trying to launch resin 3.1.x to perform remote debug I'm using the following paramenters in the httpd.sh exec $java -Xms128M -Xmx384M -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -jar $bin/../lib/resin.jar $* After execute this I obtain a TIMEOUT exceptio