| Summary: | JettyServerServiceTracker does not provider useful properties | ||
|---|---|---|---|
| Product: | [RT] Jetty | Reporter: | Brian de Alwis <bsd> |
| Component: | osgi | Assignee: | Jesse McConnell <jesse.mcconnell> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | hmalphettes, jetty-inbox |
| Version: | 7.1.5 | ||
| Target Milestone: | 7.1.x | ||
| Hardware: | Sun | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Brian de Alwis
https://bugs.eclipse.org/bugs/show_bug.cgi?id=323985 This is an extension of that above issue...you can see how greg resolved the issue at the bottom which I believe will not resolve it here, but would a similar approach in this case? Seems like it would as its largely doing the same thing. I'll dig a bit in the code and might just add that in. You could also use SystemProperty instead of Property in that bit of xml you have there and that should work. Thanks Jesse.
Brian,
Glad that jetty.home.bundle is useful for you.
It sounds like you want to use the SystemProperty itself:
<Set name="filename"><SystemProperty name="jetty.logs"
default="./logs"/>/yyyy_mm_dd.request.log</Set>
Given that system properties are available to the XmlConfiguration I am not
convinced that passing the system properties as part of the properties map is
useful.
Does this solve the issue?
Thanks for the pointers. SystemProperty works for me. alternate solution identified, closing |