Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

Enabling web crawlers to index Pega Knowledge help sites

Updated on January 19, 2022

If you are not running the Pega Knowledge application in a Pega Cloud Services environment, you must add the following servlet configuration to the web.xml file on your deployment server, to enable web crawlers to index Pega Knowledge help sites. If you are running the application in a Pega Cloud Services environment, your product build automatically includes the servlet configuration.

Pega Knowledge Implementation Guide

Note: If you replace the ExternalKMUserAG access group with another access group, you should update the autoredirect/staticcontent/defaultAccessGroup Dynamic System Setting with the other access group.

<servlet>
                <servlet-name>AutoRedirectServlet</servlet-name>
                <display-name>AutoRedirectServlet</display-name>
                <description>Servlet for pega knowledge management</description>
                <servlet-class>com.pega.pegarules.internal.web.servlet.WebStandardBootAutoRedirect</servlet-class>
                <init-param>
                        <param-name>PegaEtierClass</param-name>
                        <param-value>com.pega.pegarules.session.internal.engineinterface.service.HttpAPI</param-value>
                </init-param>
                <init-param>
                        <param-name>AuthenticationType</param-name>
                        <param-value>PRCustom</param-value>
                </init-param>
                <init-param>
                        <param-name>AuthService</param-name>
                        <param-value>CustomSample</param-value>
                </init-param>
        </servlet>

        <servlet-mapping>
                <servlet-name>AutoRedirectServlet</servlet-name>
                <url-pattern>/autoredirect</url-pattern>
        </servlet-mapping>
        <servlet-mapping>
                <servlet-name>AutoRedirectServlet</servlet-name>
                <url-pattern>/autoredirect/*</url-pattern>
        </servlet-mapping>
  • Previous topic Configuring the search suggestions feature
  • Next topic Optional: Defining the security model and organization structure

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us