Tomcat login-config
Posted
by Ofri Dagan
on Stack Overflow
See other posts from Stack Overflow
or by Ofri Dagan
Published on 2010-04-07T14:29:10Z
Indexed on
2010/04/07
14:33 UTC
Read the original article
Hit count: 558
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