I\'m developing a web service which is using native code via JNI. Could I pack those dll\'s into my war? I\'ve tired to manage them independently...
PS I\'m usin
All from src/main/webapp is packed to war in root, all from src/main/resources is packed to WEB-INF/classes. You can pack what you want
src/main/webapp
src/main/resources
WEB-INF/classes