Re: svn commit: r1125615 - in /karaf/branches/karaf-2.2.x: assemblies/features/standard/src/main/resources/features.xml pom.xml

2011-06-26 Thread Freeman Fang
Hi Andreas, Somehow this change cause a problem that when we install http feature, jetty will start both 8080 and 8181 port, you can download kit from here[1] to verify it. Seems the configuration from pax-web can't override the one from jetty.xml. Simply remove those from our jetty.xml

Re: svn commit: r1125615 - in /karaf/branches/karaf-2.2.x: assemblies/features/standard/src/main/resources/features.xml pom.xml

2011-06-26 Thread Andreas Pieber
You're right. I also experience the problem (although not introduced by my patch ;)) @Achim: You've added the initial jetty.xml. I'm with Freeman that we should simply drop this line since it is a) not really required (IMHO) and b) it's quite annoying :). Was there any reason you've introduced it