Hi,
i have a web service which is based on an ejb. in the same ear file i have a
web application with a servlet which should invoke the ejb web service.
my questions are:
- how to enable authentication for the ejb based web service?
- if i authenticate a user using FORM authentication and then invoke a web
service from inside a servlet, will servlet send the current user identity
to EJB or i should tweak it manually?
thanks.