I have a set of jars located inside WEB-INF/jars/mylocation inside the war artifact. Are these jars available in the classpath automatically? If not , how should I make those available in classpath?
I am using WildFly 8 as the application server. And the deployed application is of type .ear.