[Resin-interest] Resin 3.1 and AMFPHP1.9

2007-02-27 Thread Lucas Pereira
Hi. As anybody tried to run AMFPHP under Resin 3.1?  Does it work? I can't figure out a way to make it work!!!   All help is welcome :(Express yourself instantly with MSN Messenger! MSN Messenger Download today it's FREE! ___ resin-interest mailing

Re: [Resin-interest] php and resin.

2007-02-18 Thread Lucas Pereira
Hi just add a new folder into webapps folder... inside folder web-inf (created automaticaly in your new folder) place a xml file called web.xml with the following on it iso-8859-1 after this, create any .php script (well, not any, for instance, i'm not beingable to run amfp

[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] Resin and AMFPHP 1.9

2007-02-09 Thread Lucas Pereira
Hi all.   I'm trying to run the AMFPHP examples (http://sephiroth.it/tutorials/flashPHP/flex_remoteobject/index.php) on Resin 3.1.0.   And when i try to run the service browser it just doesn't work :(:(.   I get the following error.   (mx.rpc::Fault)#0  errorID = 0  faultCode = "Client.Error.Messag

Re: [Resin-interest] How to deny directory listing with Resin?

2007-01-10 Thread Lucas Pereira
application serverTo: General Discussion for the Resin application server, resin-interest@caucho.comSubject: Re: [Resin-interest] How to deny directory listing with Resin?Date: Wed, 10 Jan 2007 22:08:42 +0100At least with 3.0, just uncomment this from resin.conf  At 2007-01-10 21:53, Lucas Pereira wrote:

[Resin-interest] How to deny directory listing with Resin?

2007-01-10 Thread Lucas Pereira
Hi all,   I'm currently using Resin-3.1.0 as a standalone web server, and my question is how to deny the listing of the directorys that i am using. For instance, i have a php folder, wich contains all my .php files) inside the webapps folder, and when i browse for http://localhost:8080/php i get t

Re: [Resin-interest] viewing a php w. resin.

2006-12-29 Thread Lucas Pereira
there's a pretty good tutorial on www.caucho.com that shows you how to run php scripts within resin. look for quercus - php over java - ! try to get the hello-world.php sample running :) Lucas From:  "Steve Burrus" <[EMAIL PROTECTED]>Reply-To:  General Discussion for the Resin application serv

[Resin-interest] Runing Red5 within Resin

2006-12-21 Thread Lucas Pereira
Hi all. Just figured out that it's possible to run Red5 Media Server within the Resin Container, but still haven't find out what to I really have to do in order to accomplish that. I already have Resin and Red5 Installed but all i see is how to use resin with apache and IIS. Can anyone help?   Any