-1

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.

Dalu
  • 172
  • 3
  • 18

1 Answers1

0

See here, or better download java ee 7 spec and read EE.8.3 (EE.8.3.1 for web containres)

commit-man
  • 376
  • 1
  • 2
  • 5