[jboss-user] [Installation, Configuration & Deployment] - part deux: tomcat server.xml not supporting custom default p

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


something whacked out my last posts on this... I'm resubmitted as a new thread.
---

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=3991470#3991470

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



More information about the jboss-user mailing list