I added a new Application.config setting "ClearPSPCacheOnStart" which defaults to 1.
If you set it to 0, then it does NOT clear out the disk cache of compiled PSP servlets when you start up the appserver. This is useful for PSPs that take a long time to compile, especially if you are frequently restarting your appserver or if you're using OneShot. (The reason I didn't make it default to 0 is that if you update your Webware sources, and that update happens to include a fix to PSP itself, it won't get applied to your PSPs until you clear out the cache by hand if ClearPSPCacheOnStart is set to 0. So it's a little safer to have the default be to regenerate the PSPs every time you restart the appserver.) -- - Geoff Talvola [EMAIL PROTECTED] _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel
