Tomcat 6, two login methods, one war
Posted
by Ofri Dagan
on Stack Overflow
See other posts from Stack Overflow
or by Ofri Dagan
Published on 2010-04-07T07:48:33Z
Indexed on
2010/04/07
7:53 UTC
Read the original article
Hit count: 290
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
© Stack Overflow or respective owner