I'm not sure I understand exactly what you're trying to do, but it seems you 
want to password protect a part of your application. You can add security by 
following 
http://team.andromda.org/docs/andromda-bpm4struts-cartridge/howto6.html . Then 
you have to configure your container (Tomcat / JBoss / ...) to use 
authentication.



I personnaly use Tomcat with a JDBC Realm. I configured this realm to use the 
tables generated from my entities. This way I dont have to take care of the 
authentication at all. A username/password is automagically requested when the 
user tries to access a secured page, and the user is authenticated with the 
same database ...
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1142#1142
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to