overlay - how to deploy config files for webapps in jetty 9 -
we using jetty overlay deployer install our confings (which defer testing, dev, prod) along our binary war files.
according documentation feature has been dropped: http://wiki.eclipse.org/jetty/tutorial/configuring_the_jetty_overlay_deployer
is there recommended alternative deploying web config jetty?
thx
andreas
post note on bug , should bring quicker.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=404508
aside have normal jetty style of using context xml files describe things, nothing quite overlay setup in terms of reducing memory usage in multiple iterations of same webapp being loaded.
http://www.eclipse.org/jetty/documentation/current/configuring-contexts.html
Comments
Post a Comment