This content has been marked as final.
Show 2 replies
-
1. Re: How to change JBoss(EAP) 6.4.0 log location to shared Network Drive ?
rhn-support-abhati Sep 23, 2018 9:18 PM (in response to samdhawa)Can you try and add the path like below in your configuration file(standalone.xml)
~~~
<file relative-to="jboss.server.log.dir" path="server.log"/>
~~~
-
2. Re: How to change JBoss(EAP) 6.4.0 log location to shared Network Drive ?
jamezp Sep 27, 2018 7:25 PM (in response to samdhawa)You could set the system property in the standalone.conf (or standalone.conf.bat for Windows) in the JAVA_OPTS.
JAVA_OPTS="-Djboss.server.log.dir=/path/to/drive $JAVA_OPTS"
--
James R. Perkins