[Resin-interest] Sharing cluster-sessions across multiple clusters.

2009-03-11 Thread Anders Søe
Hi, We are using the loadbalance/dispatch pretty much like in this example: http://www.caucho.com/resin/doc/resin-clustering.xtp#Dispatching where /foo dispatches to the foo-tier and /bar dispatches to the bar-bar The problem is with cluster-sessions in this setup is that foo-tier and

[Resin-interest] resin.conf vs resin-web.xml

2009-03-11 Thread david day
I've started researching rewrite-dispatch and ip-constraint in an effort to move more configuration from Apache to Resin. I've found quite a few threads on these that discuss settings in both WEB-INF/resin-web.xml and ${resin.home}/conf/resin.conf, but not much about why one is used over the

Re: [Resin-interest] Problem with rollover logs

2009-03-11 Thread Kai Virkki
Hi Rob, Can you (or anyone) reproduce this? The stack trace tells that the problem might lie with jni stuff, so I'm going to check if it works with non-pro Resin. Of course this is not a sufficient solution as we also planned to go into production with 3.1.8 and have to wait for a solution for

Re: [Resin-interest] resin.conf vs resin-web.xml

2009-03-11 Thread jkowall
If you look at the config you can see this line: !-- includes the app-default for default web-app behavior -- resin:import path=${__DIR__}/app-default.xml/ If you look at that file: resin:import path=WEB-INF/web.xml optional=true/ So essentially you can put anything in any of these

Re: [Resin-interest] Session-timeout in web.xml has no effect

2009-03-11 Thread Kai Virkki
Hi Heimo, I'm using 3.1.8 Pro and have following configuration working: session-config session-timeout30/session-timeout /session-config This gives me max interval 1800 with your logging code and that is 30 minutes, as promised. So, at least 3.1.8 works, haven't ever used 3.17a

[Resin-interest] web analytics piwik in quercus

2009-03-11 Thread Riccardo Cohen
Hello I need an internal web analytics tools for a web site, and I only know php one. I tried to compile piwik 0.2.31 with resin 3.2.0 and 3.2,1 but have an error with the toArray() function at compilation time: 'toArray' is an unknown method of binary(12) Installation. in

Re: [Resin-interest] Why Apache?

2009-03-11 Thread Frederick Cooper
This is my scenario. I've got 18 different webapps, mapping to hundreds of apache vhosts, each with its own security needs and varying services. We've got literally years of development tied up in the automated config generation system. Resin is a great appserver. Trying to replace Apache

Re: [Resin-interest] Sharing cluster-sessions across multiple clusters.

2009-03-11 Thread Scott Ferguson
On Mar 10, 2009, at 11:55 PM, Anders Søe wrote: Hi, We are using the loadbalance/dispatch pretty much like in this example: http://www.caucho.com/resin/doc/resin-clustering.xtp#Dispatching where /foo dispatches to the foo-tier and /bar dispatches to the bar-bar The problem is with

Re: [Resin-interest] Problem with rollover logs

2009-03-11 Thread Rob Lockstone
Thanks, Scott. Is there a schedule for the 3.1.9 release? Rob On Mar 11, 2009, at 13:22, Scott Ferguson wrote: On Mar 11, 2009, at 12:37 PM, Rob Lockstone wrote: On Mar 11, 2009, at 12:32, Scott Ferguson wrote: On Mar 11, 2009, at 1:50 AM, Kai Virkki wrote: Hi all, I did some more