Tomcat 6, two login methods, one war
- by Ofri Dagan
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