Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Jetty Plugin Functionality / Getting rid of Jetty Hightide release at codehaus


How about a start.d directory that contains multiple start.ini format files, that are concatenated together to form an effective start.ini ?

We'd need to add += semantics so that for a typical module, their would be file start.d/10-foo.ini

  -Dsome.foo.property=value
  OTPIONS+=foo
  etc/jetty-foo.xml


cheers




Back to the top