Ticket #107 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Make system properties accessible in configuration customization

Reported by: MartinLeidig Owned by: SebastianMarsching
Priority: major Milestone: 0.15.0
Component: Core (general) Version:
Keywords: Cc:

Description

The system properties should be accessible during configuration customization, e.g. to set paths relative to catalinabase.

Change History

Changed 2 years ago by MartinLeidig

  • status changed from new to closed
  • resolution set to fixed

Added system properties to buildtime properties. Access works like for the pre-defined properties (mode, machine, fqdn, uid), e.g.

<cus:when test="$user.name='foo'">

${catalina.base}/bar

</cus:when>

Changed 2 years ago by MartinLeidig

  • component changed from Configuration System to Core (general)

Changed 2 years ago by MartinLeidig

to clarify: didn't add system properties to property file during build time, only made them accessible like buildtime.properties at runtime/during customization

Changed 2 years ago by MartinLeidig

  • milestone changed from 0.14.8 to 0.15.0
Note: See TracTickets for help on using tickets.