Question
Citi
US
Last activity: 13 May 2022 10:11 EDT
Disable the PrServlet
If we commented the below lines in web.xml in order to disable the PRServlet; As per discussion in that chat that the users having issues like not able to access PRWebLDAP. Could someone please confirm that if we implement change Will we able to access the application SSO & WebLDAP url's with out any issues?
<!--
<servlet-mapping>
<servlet-name>WebStandard</servlet-name>
<url-pattern>/PRServletx</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>WebStandard</servlet-name>
<url-pattern>/PRServlet/*</url-pattern>
</servlet-mapping>
-->