I need to setup basic jdbc authentication using jetty.
can anyone throw me some pointers (article, tutorial or even some simple solutions)
I need to setup basic jdbc authentication using jetty.
can anyone throw me some pointers (article, tutorial or even some simple solutions)
Have a look at the docs for setting up Realms in Jetty. Scroll down to "JDBCUserRealm".