2 Replies Latest reply on Feb 25, 2007 4:20 PM by dimitris

    part deux: tomcat server.xml not supporting custom default p

    mazz

      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.