how can i set a java_option - in my case java.util.logging.manager - per web application in weblogic ?
I cant set in globally, since weblogic logging also uses this same log manager. I only need the logs from the web applications - to point to a different log manager.
thanks in advance. :)