Hey Freeman,
> Modified:
> karaf/branches/karaf-2.2.x/assemblies/features/standard/src/main/resources/features.xml
> URL:
> http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/assemblies/features/standard/src/main/resources/features.xml?rev=1139160&r1=1139159&r2=1139160&view=diff
> ==============================================================================
> ---
> karaf/branches/karaf-2.2.x/assemblies/features/standard/src/main/resources/features.xml
> (original)
> +++
> karaf/branches/karaf-2.2.x/assemblies/features/standard/src/main/resources/features.xml
> Fri Jun 24 06:06:45 2011
> @@ -122,8 +122,7 @@
> <bundle>mvn:org.eclipse.jetty/jetty-plus/${jetty.version}</bundle>
> </feature>
> <feature name="http" version="${project.version}" resolver="(obr)">
> - <configfile
> finalname="/etc/jetty.xml">mvn:org.apache.karaf/apache-karaf/${project.version}/xml/jettyconfig</configfile>
I'm not sure if this is the way to go. Since we do not ship the http
feature with the kit (but also download it) I'm not really sure if we
should ship the jetty.xml. Though, I'm with you that it should not
overwrite an existing one. I would rather propose to change the
configfile logic in karaf to not overwrite existing files?
WDYT?
Kind regards,
Andreas
> - <config name="org.ops4j.pax.web">
> + <config name="org.ops4j.pax.web">
> org.osgi.service.http.port=8181
> javax.servlet.context.tempdir=${karaf.data}/pax-web-jsp
> org.ops4j.pax.web.config.file=${karaf.base}/etc/jetty.xml
>
>
>