> On 20 Jan 2015, at 23:42, Christopher Schultz <ch...@christopherschultz.net> 
> wrote:
> 
> Signed PGP part
> Théo,
> 
> On 1/20/15 12:42 PM, Théo Chamley wrote:
> > Thanks, found my problem by adding even more debugging than you.
> > So, it came down to my watchDir being in 644 and not 755.
> 
> So, missing the execute bit?
> 
> > Because of this, the "war.exists()" in the modified() function of
> > the WarInfo class returned false. What was misleading is that the
> > watchDir.listFiles(new WarFilter()) function (line 71 of
> > WarWatcher.java) was able to list the content of the directory…
> 
> I'll check out that behavior: WarWatcher can certainly use some
> polishing as I've seen by looking at a bit of that code.
> 
> -chris
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 

Yes, that’s it. A chmod +x on my watchDir fixed the problem (I knew I was 
missing something silly…).
As for Konstantin’s remark on the path, I changed it before posting and made a 
mistake at this moment. The real path, which is the same everywhere, contains 
the name of my client.

Théo

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to