tags:

views:

12

answers:

0

Hi, I'm using Tomcat to deploy two web-services endpoints but on one WAR file (I used one WAR because the two endpoint implementations are calling one another).

How can I define different login methods to each endpoint? I actually need two different custom realm for each endpoint... Thanks