Hi Mikhail, In jetty-7.6.6 and 8.1.7 the OSGi API and configuration have been streamlined to look like other deployers in jetty. Here is the default configuration of the deployer: http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/jetty-osgi/jetty-osgi-boot/jettyhome/etc/jetty-deployer.xml?h=jetty-8
Note that by default jetty will look for the 3 files, etc/jetty.xml, etc/jetty-selector.xml and etc/jetty-deployer.xml Let us know how it goes Hugues On Thu, Oct 4, 2012 at 2:43 PM, Mikhail Mazursky <[email protected]> wrote: > Hello. > > Under Jetty 7.5.1 i use org.eclipse.jetty.osgi.boot.OSGiAppProvider to > deploy my webapp to Jetty under OSGi. > Trying to migrate to 8.1.7 but the class seems to be replaced by > org.eclipse.jetty.osgi.boot.ServiceWebAppProvider. Are there any > examples how to configure it in jetty.xml? I can't find any. > > Thanks in advance. > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
