We have a Java app that happens to have the coherence jar in the path.
My application doesn't need it, so I'd like to pass some type of -D variable to the JVM to tell it to ignore coherence, or perhaps send it to a no-op cache / tangsol config file?
I've been on the Oracle site but haven't found this yet. I admit I don't know much about Coherence. Removing the jar from the app would be awkward at best, it'd be better to handle this through configuration.
Thannks