Can you give me understanding of main difference between APP-INF and WEB-INF folders in javaEE applications.
Thanks
Can you give me understanding of main difference between APP-INF and WEB-INF folders in java EE applications.
APP-INF is specific for WebLogic. In the Java EE standard it does not exist, hence for Java EE applications there is nothing to compare. Java EE does have an [EAR]/lib directory that takes the place of the non-standard APP-INF/lib. Optionally another directory can be configured in [EAR]/META-INF/application.xml"
<application>
<library-directory>APP-INF/lib</library-directory>
</application>
There is no direct replacement for APP-INF/classes in standard Java EE. You'll have to jar these up as well and put them in [EAR]/lib as well.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With