# Activate the search servlet in your installation

The search servlet is deactivated by default.

1. Edit the &lt;tomcat&gt;/webapps/&lt;Tempus Serva&gt;/WEB-INF/web.xml
2. Remove comments from the search servlet
3. Remove comments from the search filter

If you are using web container security please remove it from the search servlet: The servlet filter will handle authentication of crawler robots using a specialized form of basic authentication (normal users will be redirected to the main servlet instead).

#### <span class="mw-headline" id="bkmrk-option%3A-create-a-use-1">Option: Create a user for crawling</span>

You will need at least 1 user for crawling the content in Tempus Serva, possibly more if content restrictions apply to different search user groups.

The following applies to crawling users

- All group and policies will be respected through the indexing
- No codeunits will be activated
- No log entries will be created

You can test what the crawler will se by logging in with an extra parameter:

```
  /login?SearchIndexing=true
```