Re: Problem with base directory in Resource

2014-11-21 Thread Konstantin Kolinko
That IllegalStateException means that (new File("/mnt/mynfsserver_img", "/img")).isDirectory() returned false. In other words, the likely cause is that the path was not readable at the time of the check. Replacing PostResources by PreResources and vise versa will have no effect on this. 2014-

Re: Problem with base directory in Resource

2014-11-21 Thread phiroc
List" Envoyé: Vendredi 21 Novembre 2014 15:45:25 Objet: Re: Problem with base directory in Resource I have solved the problem by replacing PostResources by PreResources (cf. http://mikusa.blogspot.fr/2014/07/tips-on-migrating-to-tomat-8-resources.html). Now I need to figure out how

Re: Problem with base directory in Resource

2014-11-21 Thread phiroc
I have solved the problem by replacing PostResources by PreResources (cf. http://mikusa.blogspot.fr/2014/07/tips-on-migrating-to-tomat-8-resources.html). Now I need to figure out how to use the webAppMount. Any suggestions? Philippe - Mail original - De: phi...@free.fr À: users@tomc