views:

381

answers:

1

I need to setup basic jdbc authentication using jetty.

can anyone throw me some pointers (article, tutorial or even some simple solutions)

A: 

Have a look at the docs for setting up Realms in Jetty. Scroll down to "JDBCUserRealm".

Asaph