Re: [Resin-interest] SSL redirect for specific web applications

2012-09-12 Thread Scott Ferguson
On 09/12/2012 11:46 AM, Matthew Serrano wrote: I am trying to force all access to a specific web application to be secured under SSL. The documentation says: http://caucho.com/ns/resin"; xmlns:resin="urn:java:com.caucho.resin"> ... https://${host.name}

[Resin-interest] SSL redirect for specific web applications

2012-09-12 Thread Matthew Serrano
I am trying to force all access to a specific web application to be secured under SSL. The documentation says: http://caucho.com/ns/resin"; xmlns:resin="urn:java:com.caucho.resin"> ... https://${host.name}";> ... I have tried this in various forms and it

Re: [Resin-interest] Old files not removed at redeploy

2012-09-12 Thread Bill Au
This has been fixed in 4.0.31: http://bugs.caucho.com/view.php?id=5193 As a temporary work-around, you can remove expand-preserve-fileset="WEB-INF/work/**" from your resin.xml. But that will remove all compiled JSP causing them to be recompiled even if they have not changed in the new war. Bill

[Resin-interest] Old files not removed at redeploy

2012-09-12 Thread Mattias Jiderhamn
We're in the process of setting up a new server and have installed Resin 4.0.29 from RPM. We have made minimal changes to the config to get up and running, and are facing an issue we haven't seen on any other Resin installation: When a .war is redeployed it seems the contents of the new .war is