From TeamWeaverWiki
In order to install a new crawler package to an existing integrated search installation do the following steps:
<tomcatPath> is the path to your tomcat installation, all commands need to be executed in the terminal
- Stop tomcat:
/<tomcatPath>/bin/shutdown.sh
- Copy new version of file
cp org.teamweaver.is.backend.crawl-1.0.0-SNAPSHOT.jar /<tomcatPath>/webapps/teamweaverIS-backend/WEB-INF/lib/
- Start tomcat:
/<tomcatPath>/bin/startup.sh
The new version of the crawler subsystem is now installed.