Can't add to JBoss (EAP) as part of a web app (WAR)
I can run the program as java application. However, when adding to a web application, it just can't find the filesystem provider. Is there any extra configuration needed?
How did you manage to run the Example application? I got the error: Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no libgfapi-jni in java.library.path]
You need to have the libgfapi C library installed, usually from your distro's glusterfs packages.
I can run the program as java application. However, when adding to a web application, it just can't find the filesystem provider. Is there any extra configuration needed?
I have the same issue. I can't add the jar to the springboot application.