Jboss version: EAP 5.2
We have an jboss application(sar) that is trying to access the system properties ${catalina.home} in Spring configuration file.
It works fine for most of the machines.
However, for one machine, it throws "Could not resolve placeholder 'catalina.home' in string value [${catalina.home}/conf]"
I tried to find where and when does Jboss set this property, but was not able to fine catalina.home in any xml file.
Does anyone know where the property was set by Jboss?
Thanks
David
It's a Tomcat specific property. JBoss AS/WildFly does not set that property.