Re: [Resin-interest] Debugging Resin Apps in/with Eclipse

2007-08-14 Thread Mike Wynholds
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Kreiser Sent: Tuesday, August 14, 2007 8:58 AM To: General Discussion for the Resin application server Subject: Re: [Resin-interest] Debugging Resin Apps in/with Eclipse I am on linux... but specifying the args in the resin.conf works great for

Re: [Resin-interest] Debugging Resin Apps in/with Eclipse

2007-08-14 Thread Eric Kreiser
Cruz *Gesendet:* Dienstag, 14. August 2007 14:36 *An:* General Discussion for the Resin application server *Betreff:* Re: [Resin-interest] Debugging Resin Apps in/with Eclipse How are you passing the arguments to the JVM? In Resin 3.0, that was done with specifying "args" in

Re: [Resin-interest] Debugging Resin Apps in/with Eclipse

2007-08-14 Thread MORAWETZ Martin
che Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Shane Cruz Gesendet: Dienstag, 14. August 2007 14:36 An: General Discussion for the Resin application server Betreff: Re: [Resin-interest] Debugging Resin Apps in/with Eclipse How are you passing the argum

Re: [Resin-interest] Debugging Resin Apps in/with Eclipse

2007-08-14 Thread Shane Cruz
How are you passing the arguments to the JVM? In Resin 3.0, that was done with specifying "args" in httpd.sh. In Resin 3.1 you need to specify the arguments in resin.conf as shown here: http://www.caucho.com/resin-3.1/doc/server-tags.xtp#jvm-arg Shane