[Resin-interest] StaticLoggerBinder?

2011-03-29 Thread Rick Mann
I just installed 4.0.16 on a new Mac OS X 10.6.7 installation. I don't have the old config file for my webapp with me, so I'm trying to re-create it from memory. I do have the webapp installation itself, which was working fine on my older (4.0.8?) installation. After getting my data source

Re: [Resin-interest] StaticLoggerBinder?

2011-03-29 Thread Scott Ferguson
On 03/29/2011 02:41 PM, Rick Mann wrote: I just installed 4.0.16 on a new Mac OS X 10.6.7 installation. I don't have the old config file for my webapp with me, so I'm trying to re-create it from memory. I do have the webapp installation itself, which was working fine on my older (4.0.8?)

Re: [Resin-interest] StaticLoggerBinder?

2011-03-29 Thread Rick Mann
On Mar 29, 2011, at 3:28 PM, Scott Ferguson wrote: That looks like a .jar conflict. Can you look in resin/lib, resin/webapp-jars and your WEB-INF/lib to see if there's a conflict with the slf4j*.jar? The slf4j*.jar in resin/webapp-jars is just included for convenience (for the bean

Re: [Resin-interest] How to implement rewrite-dispatchmoved-permanently in Resin 4

2011-03-29 Thread Paul Cowan
On Mar 29, 2011, at 8:11 PM, Keith Fetterman wrote: In resin 3, the way to perform a HTTP 301 redirect was using the following resin tags: rewrite-dispatch moved-permanently regexp=^/redirectedPage.html target=/test.html / /rewrite-dispatch I don't see an equivalent tag in Resin 4

Re: [Resin-interest] How to implement rewrite-dispatchmoved-permanently in Resin 4

2011-03-29 Thread Keith Fetterman
Thanks Paul for the quick response. This is excellent. I am pushing hard to get our site upgraded to Resin 4 and then roll out to production. On 03/29/2011 05:45 PM, Paul Cowan wrote: On Mar 29, 2011, at 8:11 PM, Keith Fetterman wrote: In resin 3, the way to perform a HTTP 301 redirect