[Resin-interest] Error Handling on Per Directory Basis?

2009-08-06 Thread graemerae
I've got a sub folder under a main folder that handles a mobile version of our site. In resin.conf I've got For the main site, but what I need to do is have a different location for the mobile site: (something like) In apache I'd put it in a tag or put a line in an apache .htaccess fil

Re: [Resin-interest] Non-interpreted EL expressions?

2009-08-06 Thread Scott Ferguson
On Aug 6, 2009, at 2:13 AM, Mattias Jiderhamn wrote: > Is there a way to make Resin not try interpreting EL expressions in > JSP > pages (while still using fast jstl)? > > We have custom tags with string attributes which are evaluated as EL > expressions using the Apache Taglibs implementation.

[Resin-interest] Non-interpreted EL expressions?

2009-08-06 Thread Mattias Jiderhamn
Is there a way to make Resin not try interpreting EL expressions in JSP pages (while still using fast jstl)? We have custom tags with string attributes which are evaluated as EL expressions using the Apache Taglibs implementation. After updating to 4.0, Resin refuses to treat these attributes as S