[Resin-interest] mod_caucho filter mapping issue

2009-03-19 Thread Nath Dod
Hi .. I know this has been posed before but problem similar to item http://maillist.caucho.com/pipermail/resin-interest/2007-October/001703.html . I am using URLrewrite filter to remap old pages to current ones. This works fine in resin standalone mode but I have now setup with apache fronting

[Resin-interest] select() vs poll()

2009-03-19 Thread Tom Hintz
Looks like Solaris has an epoll() alternative via port_create(). http://developers.sun.com/solaris/articles/event_completion.html T ___ resin-interest mailing list resin-interest@caucho.com

Re: [Resin-interest] Classloader issues with Axis and Resin 3.1

2009-03-19 Thread Ronald Pieterse
Hai Scott, I ran into this problem recently and fixed it by replacing the saaj.jar with the axis-saaj-1.4.jar. This appeared to have no effect on resin (v3.1.8) whatsoever. Was this wise to do? Is it really not used in 3.1.x anymore? Greetz, Ronald On May 28, 2008, at 1:23 AM, Mattias

Re: [Resin-interest] Still have NullPointerException in ClusterStoreManager of 3.2.1

2009-03-19 Thread Scott Ferguson
On Mar 19, 2009, at 2:08 AM, Riccardo Cohen wrote: I'm testing my application with 3.2.1 (it is still running 3.2.0 in prod) The first time I connect to the app after start, I always have the following error , is it normal ? resin-pro 3.2.1 / macosx with : persistent-store

Re: [Resin-interest] Still have NullPointerException in ClusterStoreManager of 3.2.1

2009-03-19 Thread Riccardo Cohen
All right, thanks for the answer. I'll wait for the 4.0 stable :) Scott Ferguson wrote: On Mar 19, 2009, at 2:08 AM, Riccardo Cohen wrote: I'm testing my application with 3.2.1 (it is still running 3.2.0 in prod) The first time I connect to the app after start, I always have the

Re: [Resin-interest] Remote programmatic authentication

2009-03-19 Thread Jeff Schnitzer
Answering my own question #1, I found the HessionProxyFactory.setUser() and setPassword() methods. Great. #2 is still a mystery to me. I'm in a servlet, how do I programmatically tell the container to log me in with a username and password? Thanks, Jeff On Thu, Mar 19, 2009 at 2:08 PM, Jeff

Re: [Resin-interest] Remote programmatic authentication

2009-03-19 Thread Aaron Freeman
#2 is still a mystery to me. I'm in a servlet, how do I programmatically tell the container to log me in with a username and password? This page has a good overview of how to do it: http://www.informit.com/articles/article.aspx?p=24253seqNum=7 So you set up your security constraints in

Re: [Resin-interest] Remote programmatic authentication

2009-03-19 Thread Jeff Schnitzer
Thanks, but that is not what I'm looking for. The document describes building an authentication source and using automatic authentication (aka web.xml security constraints). The problem is, j2ee automatic authentication is nearly useless. It doesn't allow for autologin cookies nor does it allow

Re: [Resin-interest] Remote programmatic authentication

2009-03-19 Thread Aaron Freeman
I need a way, in my web app, to programmatically say to the container authenticate as this user/pass. Then these credentials will be used for further calls into the EJB tier or for responding to HttpServletRequest.isUserInRole() calls. Of course at the SPI level these will end up calling into