Mantis - Resin
Viewing Issue Advanced Details
4787 major always 10-06-11 08:37 12-08-11 15:05
systhemes  
ferg  
normal  
closed 4.0.23  
fixed  
none    
none 4.0.25  
0004787: class-loader configuration
My class always compiling even if I write this in resin-web.xml

The simple-loader tag is ignored in resin-web.xml and also in /etc/resin/resin.xml

<web-app xmlns="http://caucho.com/ns/resin" [^]
         xmlns:resin="urn:java:com.caucho.resin">

<class-loader>
    <simple-loader path="WEB-INF/classes"/>
    <library-loader path="WEB-INF/lib"/>
  </class-loader>
</web-app>

Notes
(0005544)
systhemes   
10-06-11 08:42   
SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 1

java 1.7.0
(0005660)
ferg   
12-08-11 15:05   
Added $disable_compiling_loader to resin.xml properties.