Re: Bending Jasper to My Will

2008-04-25 Thread Gennis Emerson
Andy Clark wrote: I want Jasper to look for JSP and Tag files in a specific location (e.g. based on a request param); and then fall back to a default location if the file is not found. This would be extremely useful for skinning a webapp. We do something a little like this in a database

Tomcat 6.0.14: Using JMX to change URIEncoding

2008-02-27 Thread Gennis Emerson
I'm testing a web application under different configurations, some of which involve changing the character encoding in use. There's a filter that handles calling HttpServletRequest.setCharacterEncoding appropriately for each configuration, but in order to handle GET parameters I need to set the