[Resin-interest] Comet param via hessian

2008-09-11 Thread Vic Cekvenich
I posted b4, repost as BAM won't be ready in .as and I need this now. There has to be a way to hack hessian to pass a param to the comet servelet... hint? doing standard things, like this from Flex: _push= new HessianStreamingService("pushReg"); //servlet _push.responder=this; and this on serve

Re: [Resin-interest] 3.2 breaks host-deploy

2008-09-11 Thread Scott Ferguson
On Sep 11, 2008, at 4:33 PM, Brad Bourne wrote: > Perhaps it's that I'm not using jar/war archives just the expanded > directories. > Resin-3.2.s080731 did a good job figuring out the host name from the > directories without needing the archived host file (jar/war). My test case did the same thi

Re: [Resin-interest] 3.2 breaks host-deploy

2008-09-11 Thread Brad Bourne
Perhaps it's that I'm not using jar/war archives just the expanded directories. Resin-3.2.s080731 did a good job figuring out the host name from the directories without needing the archived host file (jar/war). This is what Scott Ferguson said on 9/11/2008 3:25 PM: > On Sep 10, 2008, at 10:55 A

Re: [Resin-interest] 3.2 breaks host-deploy

2008-09-11 Thread Scott Ferguson
On Sep 10, 2008, at 10:55 AM, Brad Bourne wrote: > Thanks. > It appears this broke sometime AFTER the resin-3.2.s080731 snapshot > (it > works under resin-3.2.s080731 but not resin-3.2.s080903). > The logs do show the host name is not being set. So, it sounds like > you > have a good idea wha

Re: [Resin-interest] Remote user name in access log

2008-09-11 Thread Scott Ferguson
On Sep 11, 2008, at 12:48 AM, Jurasic wrote: > Hello, All! > > I have a problem with logging a name of remote user in access log. > I'm using JdbcAuthenticator and form login in OS Resin 3.1.5 (also > tested on 3.1.7a and 3.2.0). > > At moment when Resin write log records, in AbstractHttpRequ

Re: [Resin-interest] comet hessian param

2008-09-11 Thread Vic Cekvenich
Thank you!!!In the mean time. there has to be a way that I can hack sending some param to the registartion servlet... .V On Thu, Sep 11, 2008 at 8:34 AM, Emil Ong <[EMAIL PROTECTED]> wrote: > On Wed, Sep 10, 2008 at 04:31:08PM -0700, Vic Cekvenich wrote: > > Is there a hello world or exampl

Re: [Resin-interest] comet hessian param

2008-09-11 Thread Emil Ong
On Wed, Sep 10, 2008 at 04:31:08PM -0700, Vic Cekvenich wrote: > Is there a hello world or example on using .as BAM? There was, but it's down until I recode the AS Hessian implementation to match the new protocol. I'll send an update when it's done. Given various speaking engagements, etc., I'd

[Resin-interest] Remote user name in access log

2008-09-11 Thread Jurasic
Hello, All! I have a problem with logging a name of remote user in access log. I'm using JdbcAuthenticator and form login in OS Resin 3.1.5 (also tested on 3.1.7a and 3.2.0). At moment when Resin write log records, in AbstractHttpRequest call getRemoteUser(false), where _session is null, and t