Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 322520 - Example config files incorrectly use Property instead of SystemProperty
Summary: Example config files incorrectly use Property instead of SystemProperty
Status: RESOLVED DUPLICATE of bug 323985
Alias: None
Product: Jetty
Classification: RT
Component: other (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 7.1.x   Edit
Assignee: Jesse McConnell CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-12 08:19 EDT by Theo Cushion CLA
Modified: 2010-10-06 15:55 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Theo Cushion CLA 2010-08-12 08:19:18 EDT
Build Identifier: 

The jetty package jetty-distribution-7.1.6.v20100715 has configuration files located in etc. Here jetty-bio-ssl, jetty-deploy.xml, jetty-plus.xml, jetty-policy.xml, jetty-ssl.xml, jetty-testrealm.xml and jetty.xml all contain

    <Property name="jetty.home" default="." />

Instead of

    <SystemProperty name="jetty.home" default="." />

Examples are working because the simple default of using the current working directory is fine. More complicated setups cause problems.

Reproducible: Always
Comment 1 Jesse McConnell CLA 2010-10-06 15:55:37 EDT
https://bugs.eclipse.org/bugs/show_bug.cgi?id=323985

*** This bug has been marked as a duplicate of bug 323985 ***