Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Embedded jetty and jdbc connections...

Hi all -

We've been using embedded jetty now for a while and enjoying the
simplicity of it all.

But now we would like to teach jetty how to retrieve it's connection
pool info from a service.

Is there a way to build up the jetty.xml with java (in class form, not
actual XML) and pass that in via some kind of initialization class?


Back to the top