Hide Forgot
Running appclient.sh in RPM installation does not put log files in /var/log like standalone and domain servers but in /usr/share/jbossas/appclient/log This is inconsistent with the other two modes of operation as well incorrect with regard to RHEL directory layout guidelines.
The fix has been included in ER5. For new installation of jbossas-appclient, log/ symlinks to /var/log/jbossas/appclient, and tmp/ symlinks to /var/cache/jbossas/appclient, we don't change existing installation during any upgrade as user may already have things set up as they want to work with their applications and we don't want to change that behind their back.
Do I understand correctly that yum update will *not* introduce the change even if user never started appclient? For example yum update on our latest EAP6 EC2 AMIs will still end-up with appclient logging to /usr/share?
Correct, any changes like this is best to take place in a fresh installation, with any existing installation, it's not a good idea to change things like this over an upgrade.
tested with ER5