[Resin-interest] Hessian-Flash: An SWF file is on anothre domain(ex: facebook) and it needs to call my service. How?

2008-01-24 Thread Vic Cekvenich
If I deploy SWF on remote server (ex: social networks) but I want it to call my servers' services (not same one that loaded swf), how? Normally I just say /srvName from Flash Hessian to my resin java server. Would http://pointCast.com/srvName work from a remote domain w/ out sandbox issues?

[Resin-interest] how to increase file upload size

2008-01-24 Thread zendfreak
I have resin-3.1.2 installed, and I can't upload file which size2M. When the file size 2M, it's OK. When file size2M, It says my upload file size is 0. I already changed the max upload file size=5M in php.ini file, but it doesn't work. Can any body tell me how to do this? Your help will be

Re: [Resin-interest] Hessian-Flash: An SWF file is on anothre domain(ex: facebook) and it needs to call my service. How?

2008-01-24 Thread Emil Ong
On Thu, Jan 24, 2008 at 02:49:34PM -0800, Vic Cekvenich wrote: If I deploy SWF on remote server (ex: social networks) but I want it to call my servers' services (not same one that loaded swf), how? Normally I just say /srvName from Flash Hessian to my resin java server. Would

Re: [Resin-interest] Forwarding rewrite path location

2008-01-24 Thread Rob Lockstone
Have you investigated using the rewrite-dispatch tag in your resin.conf file? To do it at the domain level, you can put a rewrite- dispatch block inside the server block. But it sounds like you want it in the web-app block. http://www.caucho.com/resin/doc/rewrite-tags.xtp#rewrite-dispatch