Integrated Search/InstallPatch

From TeamWeaverWiki

< Integrated Search
Revision as of 14:43, 12 March 2010 by Sahm (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

  1. Stop tomcat:
/<tomcatPath>/bin/shutdown.sh
  1. Copy new version of file
cp org.teamweaver.is.backend.crawl-1.0.0-SNAPSHOT.jar  /<tomcatPath>/webapps/teamweaverIS-backend/WEB-INF/lib/
  1. Start tomcat:
/<tomcatPath>/bin/startup.sh

The new version of the crawler subsystem is now installed.