I found the problem, basically, one of the dispatch servlet is scanning all the packages and is the cause of conflict.
Thanks,
Chandra
PS: Mods, please delete this thread. Thanks!
Type: Posts; User: chandrap; Keyword(s):
I found the problem, basically, one of the dispatch servlet is scanning all the packages and is the cause of conflict.
Thanks,
Chandra
PS: Mods, please delete this thread. Thanks!
Hello all,
I am trying to map multiple dispatch servlets to different contexts as such:
/api/* -> DispatchServlet1
/service/* -> DispatchServlet2
absolute paths:
/api/resources ->...