[Resin-interest] Replication of Principals

2009-06-25 Thread Daniel D'Alessandro
Hi I'm using resin 3.1.6 and I've run into an issue in our clustered 
environment. When a client hits our application for the first time we 
authenticate them as a guest and then the user may re-authenticate using 
their client credentials.

What seems to be happening is a client hits server 1 and get 
authenticated as a guest, they then login on server 2 and get a new 
principal associated with their session. Later on they get directed back 
to server 1 and while the session detail is replicated it is once again 
associated with the guest principal from when they first visited.

If the two principals are created on the one machine and then the user 
is directed to the second server everything is fine.

I'm in the early stages of fully diagnosing this but can anyone confirm 
this is the case and if its fixed in a later version?

Thanks,
Dan


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Sometimes resin can find jdbc driver in webapp, other times no. What gives?

2009-06-25 Thread Shane Cruz
If you define your database pools at the server level in resin.conf,
then you need to put the JDBC drivers in the resin/lib directory so the
pools can be created when the server starts.
Privileged/Confidential Information may be contained in this message. If you 
are not the addressee indicated in this message (or responsible for delivery of 
the message to such person), you may not copy or deliver this message to 
anyone. In such case, you should destroy this message and kindly notify the 
sender by reply email. Please advise immediately if you or your employer does 
not consent to Internet email for messages of this kind. Opinions, conclusions 
and other information in this message that do not relate to the official 
business of my firm shall be understood as neither given nor endorsed by it.


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Resin Wildcard SSL Certs?

2009-06-25 Thread Jay Ballinger
We use wildcard certs with 3.0.18Pro and 3.1.6Pro (JSSE and 32bit) 
without problems.

If only we could correctly limit the cipher suites.
http://bugs.caucho.com/view.php?id=3431 (which is a reopen of)
http://bugs.caucho.com/view.php?id=2360

Scott or Emil, either of you had a chance to review my suggested 
changes, yet?

+ jay



Rob Lockstone wrote:
 Does anyone know if Resin (Pro 3.1.9 64-bit with OpenSSL) would have  
 any problems handling a wildcard ssl certificate, as opposed to a  
 domain specific cert, e.g. *.blahblah.com vs. poolOne.blahblah.com,  
 poolTwo.blahblah.com, poolThree.blahblah.com.
 
 We're considering getting one because a few of our pools require ssl  
 and it's easier to manage, though more expensive, to get just one  
 certificate for all of them rather than deal with multiple different  
 certs for the different pools (i.e. remembering to renew them and make  
 sure they're deployed, etc).
 
 We know it works with IIS, but have never tried a wildcard cert with  
 Resin and OpenSSL. I wouldn't anticipate there being a problem, but  
 obviously we'd rather not spend the money only to find out it won't  
 work for some reason. Anyone know?
 
 Rob
 
 
 
 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] Serious performance issue in 4.0

2009-06-25 Thread Rick Mann
So, to follow up on my earlier post:

Use of JSP-2.0 style tag definitions causes the calling page to get  
recompiled each and every time it's called.

Adding a simple-loader to point to WEB-INF/root fixes this, because it  
avoids the ClassNotFoundException resin gets when attempting to load  
the class for the tag (how it manages to work even though it can't  
load the class escapes me).

Unfortunately that seems to introduce a dependency check on that  
directory that causes resin to reload the context every time a JSP is  
changed.

This strikes me as a fairly serious problem, particularly because  
Resin leaks terribly when it reloads the context, and so I have to  
shut it down and restart it.

-- 
Rick



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] bugs.caucho.com down?

2009-06-25 Thread Rick Mann
As of this writing, it seems to be. Connection refused.



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] bugs.caucho.com down?

2009-06-25 Thread Alex
Yep, it's currently down – hardware failure at our provider's. We had  
been promised a fix soon.

Thanks,
--Alex
On 25-Jun-09, at 6:58 PM, Rick Mann wrote:

 As of this writing, it seems to be. Connection refused.



 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] bugs.caucho.com down?

2009-06-25 Thread Rick Mann
Ah bummer. Thanks for the quick reply.

Do bug reports on this list get noticed?

On Jun 25, 2009, at 19:14:02, Alex wrote:

 Yep, it's currently down – hardware failure at our provider's. We had
 been promised a fix soon.

 Thanks,
 --Alex
 On 25-Jun-09, at 6:58 PM, Rick Mann wrote:

 As of this writing, it seems to be. Connection refused.



 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest



 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] bugs.caucho.com down?

2009-06-25 Thread Alex
 Ah bummer. Thanks for the quick reply.

 Do bug reports on this list get noticed?

The circumstances seem to call for it. If you use [bug] in subject  
I'll pick it up and enter into bugs.caucho.com


 On Jun 25, 2009, at 19:14:02, Alex wrote:

 Yep, it's currently down – hardware failure at our provider's. We had
 been promised a fix soon.

 Thanks,
 --Alex
 On 25-Jun-09, at 6:58 PM, Rick Mann wrote:

 As of this writing, it seems to be. Connection refused.



 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest



 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest



 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest