Question
Redirecting PRServlet to PRWebLDAP2
Hello there,
We have a requirement of not allowing the users to login to PEGA via standard Login (PRServlet) other than administrator@pega.com user.
I am thinking
1) using PRWebLDAP2 with source of operator credentials as "use Credentials Sored in PegaRules"
2) updating web.xml to redirect PRServlet/* to PRWebLDAP2/* or completely avoid taking requests to PRServlet.
I am more worried about the (2), will it have any impact updating PRServlet Servlet mappping as it is the core servlet.
Any thoughts.
Thanks in advance.
Cheers,
Naveen.
You can enforce 2) through load balancer/webserver (redirect any URL pattern of /PRServlet/* and PRWebLDAP2). This way you do not need to touch web.xml.