resin 4.0.6 release notes
- ipv6 support
- <class-loader> config changes
- documentation reorganization
JavaEE 6 Web Profile TCK progress
- passes Servlet TCK for JavaEE 6
- passes JSP TCK for JavaEE 6
class-loader config changes
The <class-loader> configuration behavior was previously confusing,
and has been updated. Now, class loaders add added in the order they are
defined in the resin.xml, and their search order is the same as the
resin.xml order.
To change the priority, you can use the <prologue> tag to force
evaluation in the <prologue> pass. This will cause your classloader to
be defined before any classloader in the standard pass.
documentation reorganization
The documentation has been reorganized to split the
reference (basically tags) from the explanatory section.
Copyright © 1998-2015 Caucho Technology, Inc. All rights reserved. Resin ® is a registered trademark. Quercustm, and Hessiantm are trademarks of Caucho Technology. |
|