I'm looking into using dm Server (2.0+) for a new project.

I noticed that dm Server is using Tomcat by default, but I would like to use Jetty.

I assume it's pretty simple to swap out (uninstall a few tomcat bundles, install a few jetty bundles, etc). But, I fear there's a little more to it (for example, the tomcat-server.xml file is stored in the config dir, I assume there is a way to store the jetty.xml file in the same place, but how do I make that happen?)

Anyway, has anybody accomplished this yet? Would you be willing to share the steps required?

Thanks.