[jboss-user] [Installation, Configuration & Deployment] - tomcat server.xml not supporting custom default prop values

mazz@jboss.com do-not-reply at jboss.com
Tue Dec 5 16:41:38 EST 2006


I did a search on this and couldn't find anything on it.

In jboss-service.xml, you can define values via properties like this:

${my.prop:123}

where the value will be 123 iff my.prop property is not explictly set.

However, this syntax does not seem to work on JBossAS 4.0.5 within the jbossweb-tomcat55.sar's server.xml.

If I use ${my.prop} in server.xml, it works fine.  But if I define a default value like ${my.prop:123}, it doesn't work - the value becomes literally ${my.prop).

Wondering if its just me or if its a known issue.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991467#3991467

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991467



More information about the jboss-user mailing list