Hi, Oliver.
I can offer an idea (doubt it would qualify as brilliant though - sorry). If you do a getResource from the ServletContext, it will give you a java.net.URL. Then, maybe you could do an openConnection on the URL to get a URLConnection. Then, try the getLastModified method on that... Don't know if this will work, but figured I'd throw it out there as a suggestion. Best of luck, -Jeff > -----Urspr�ngliche Nachricht----- > Von: Lauer, Oliver [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 28. Februar 2002 17:16 > An: Tomcat Users List (E-Mail) > Betreff: XSL - Reload a resource without restarting [snip] > somebody a brilliant idea how to reload a resource > dynamically within a > webapp without having to restart. > In my case I want to reload a XSL file only if it was changed. [snip] -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
