Re: Directory watcher app

2013-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Honyk, On 10/14/13 3:21 PM, honyk wrote: > in my web app I use Java 7 directory watcher feature. > > When the final war file is placed into Webapps folder and Tomcat is > started, it freezes as it waits forever for any directory changes > (the app

Directory watcher app

2013-10-14 Thread honyk
Hello Everyone, in my web app I use Java 7 directory watcher feature. When the final war file is placed into Webapps folder and Tomcat is started, it freezes as it waits forever for any directory changes (the app is loaded on tomcat startup). I use the following workaround - calling my watcher c