Under
tomcat , jetty ,weblogic ,...etc
You put your jar files in the lib directory under WEB-INF .
But I am wondering if I create a folder under lib and add jar files to it will it process those jar files to as if they in the top lib folder.
I am trying to seperate the jar files out so I know which ones to update more easily but when I create a subdirectory under lib and start the server I get.
These error's
As you can see the classes/jar's need to be exactly in the lib folder not under it!
What I want to know is how to seperate the birt jar files from the other jar files I have?