Can nested parameter "${jboss.server.name}" be used for Access Log prefix?
Issue
With EAP Domain mode, there are many logs are generated so if it gives a unique name for each log, it would be nice.
Especially for access log, there is prefix parameter so try to use ${jboss.server.name} but EAP does not interpret the nested parameter properly.
<access-log pattern="%h %l %u %t %r %s %b %{Referer}i %{User-Agent}i %S %T" prefix="${jboss.server.name}_access_log"
Is there a way to use the server name for each access log?
Environment
Red Hat JBoss Enterprise Application Platform
- 6.4
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
