[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

[Resin-interest] How to execute a standalone java client against resin-EJB 3.0

2007-10-17 Thread Sergio Fernandez
Hi all, I've deployed an EJB in my resin server following the guide provided in the installation (resin 3.1.2)... it works fine trying to execute the EJB from the servlet deployed in the same machine... but I want to execute the EJB from a stand alone java client... and I cant... actually I ca

Re: [Resin-interest] How to execute a standalone java client against resin-EJB 3.0

2007-10-22 Thread Sergio Fernandez
Hi guys, any idea about this? TIA Sergio Sergio Fernandez escribió: > Hi all, > > I've deployed an EJB in my resin server following the guide provided in > the installation (resin 3.1.2)... it works fine trying to execute the > EJB from the servlet deployed in the same m