Integrated Search/InstallPatch

From TeamWeaverWiki

< Integrated Search(Difference between revisions)
Jump to: navigation, search
Sahm (Talk | contribs)
(Created page with '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 command…')

Current revision as of 14:43, 12 March 2010

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.

This page was last modified on 12 March 2010, at 14:43. This page has been accessed 4,753 times.