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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -