[Resin-interest] xmlrpc on quercus

2007-02-13 Thread Lucas Pereira
Hi all, i've seen somewhere that XMLRPC its not implemented in Quercus. Any plans to implement that in future versions? Or, is it possible to just perform operations that require xmlrcp using some extra php lib such as http://phpxmlrpc.sourceforge.net/ ?   ThanksFREE pop-up blocking with the new M

[Resin-interest] php and file uploads

2007-02-13 Thread Markus Bopp
hi again, I tried a couple of things to get uploads work with php and resin but I am totally stuck. there are resources that say I should enable resin to allow uploads in resin.conf, so I did. additionally I added all the upload-specific stuff into my webapps' web.xml but I can't still upload a

Re: [Resin-interest] Recommended ThreadStackSize for worker mpm/mod_caucho

2007-02-13 Thread Scott Ferguson
On Feb 12, 2007, at 4:01 PM, Caleb Richardson wrote: > Are there any recommended values for this Apache2 directive when using > Apache2 on Linux (worker mpm). The default is 8MB, and 1MB seems to > work, but I'd like to set it as low as possible if mod_caucho > guarantees > to operate within a

Re: [Resin-interest] passing debugger parameters to resin

2007-02-13 Thread Sam
> Date: Mon, Feb 12, 2007 at 05:52:48PM -0800 > Subject: [Resin-interest] passing debugger parameters to resin > > I have successfully attached the java debugger via eclipse against Resin > 2.1.17, but am running into some problems trying to do the same via 3.1 > > I believe the problem has somet

Re: [Resin-interest] passing debugger parameters to resin

2007-02-13 Thread askxuefeng
Hi, Here is my parameter for debugging and it works fine in Eclipse: httpd -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=12345 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Pretti Sent: Tuesday, February 13, 2007 9:53