JSF - Tomcats Realm - General Question
Hi @ ll,
I've written a wep app in JSF.
Evererything works fine. Also the autentification by Tomcats JDBC Realm.
My problem is. only the login is not written in JSF, cause every form get id prefix.
I know its "normal" in in JSF.
But Tomcat expect a submit "j_security_check" without a prifix like "_id0:".
I don't know to figure it out.
I've had a look into the Jaas dokumentation. It will take some hours/days to lean it.
And I think Jaas is overdosed for my very simple webapp.
Now my general Questen:
Is it posible to write a simple form based login in Java Server Pages to use Tomcats Realm?
Is there a simple alternative to Jaas?
THX 4 your advise.
esion

