WEB-INF/lib like symbolic link not working
I'm deploying a web application into my weblogic 12.2.1.3.
I need several jars and I have a symbolic link in my WEB-INF/lib and this not working.
If I make a directory WEB-INF/lib and copy my jars there then I get deployed my web application.
I don't understand where is the problem.
I have deployed that web application in weblogic 12.1.3 whith symbolic link.
Any idea ?
Thank you.