Hi all,
In Servoy 7, I put external libraries in application_server\server\webapps\ROOT\resources directory in order to include them using WebClientUtils plugins, but in Servoy 8 I receive a 404 error. Is there any restriction with that directory?
Regards,
that should work fine as far as i know
Can you access any other file that is just placed in the ROOT?
a 404 is really just not found, so it seems that it is not there, are we testing here in developer? or application server or an war deployment?
Is in developer (i haven’t tested it in application server environment).
I can access every file in ROOT directory (or in a subdirectory) but “resources” directory. If I change its name (i.e., “other_resources”) I can access without any problem
ah yes… servoy ngclient has now a servlet that is mapped on “resources” to serve out the media of a solution
Thats why the directory “resources” is overwritten by it now.
You could make a case that we improve this a bit (so if the path that is given is not a solution we look it up under the actual dir on the filesystem…)
Ok… But it may be easiert to change the name of the directory
![Wink :wink:]()
Thanks!