This project is only a module for Apache Tomcat, I change little tomcat source code to let it can dynamic reload modified resources -- file in WEB-INF/classes dir or WEB-INF/lib dir. please NOTE: it's reload resources! not reload web application!
Be the first to post a text review of Apache Tomcat Resources Manager Module. Rate and review a project by clicking thumbs up or thumbs down in the right column.
1.replace the paths/streams cache in WebappClassLoader, it's use several String array to cache the paths and streams, so the same paths will appear one more time, I replace they with Map. 2.show the paths that they are reloaded.
1.replace the paths/streams cache in WebappClassLoader, it's use several String array to cache the paths and streams, so the same paths will appear one more time, I replace they with Map. 2.show the paths that they are reloaded.
Changes before date 2004-04-26<br> ** Bug<br> * 1 - Fix Apache Tomcat 5.0.28 ClassLoader.findClass() method can't use 2 or more times on same class name.<br> * 2 - Fix Apache Struts ActionServlet no clean RequestProcessor instance in context attribute.<br> <br> ** New Feature<br> * 1 - Add Tomcat Resource Manager Modue.<br> * 2 - Dynamic Reload resource in WEB-INF/classes directory.<br> * 3 - Dynamic Reload class in WEB-INF/classes directory.<br> * 4 - Dynamic Reload jar in WEB-INF/lib directory.
Changes before date 2004-04-26<br> ** Bug<br> * 1 - Fix Apache Tomcat 5.0.28 ClassLoader.findClass() method can't use 2 or more times on same class name.<br> * 2 - Fix Apache Struts ActionServlet no clean RequestProcessor instance in context attribute.<br> <br> ** New Feature<br> * 1 - Add Tomcat Resource Manager Modue.<br> * 2 - Dynamic Reload resource in WEB-INF/classes directory.<br> * 3 - Dynamic Reload class in WEB-INF/classes directory.<br> * 4 - Dynamic Reload jar in WEB-INF/lib directory.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?