Hello,
I developped a web application and configured it to connect to an ejb application using JAAS.
I want to do the same with a java client.
The java client invokes an EJB threw JNDI (RMI over Http).
I want to make my java client authenticate using JAAS and to store the credentials on a database.
I'm using wildly 9 as a server.
I searched the net to find a tutorial but i couldn't find any.
Could you please help me?
Thank you