...
1.System Requirements
- Tomcat 6.0.26 or higher
- JDK 1.6.0.23 or higher
- RAM - 3GB(minimum available)
- Processor - 2 GHz or higher
- Hard disk - The DocStore WAR file is about 50MB in size.
- The actual repository size depends on the volume of the documents to be added.
- The account/user under which Tomcat runs should have rwx access to the DocStore repository folder.
2.Getting the Source Code from SVN
- Check out the ole-docstore directory from the following SVN Repository:
ole-docstore -- Refer to it as DOCSTORE_PROJ
...
3.Building the Code
- Open command prompt and go to the folder: %DOCSTORE_PROJ%
...
oledocstore.war file will be created in %DOCSTORE_PROJ%\ ole-docstore-webapp\target folder.
...
4.Deployment
...
4.1 Setting up properties
Go to %TOMCAT_HOME%\bin directory.
...
Save the file setenv.bat
...
4.2 Deploying the War file to Tomcat
- Copy oledocstore.war file from %DOCSTORE_PROJ%\ ole-docstore-webapp\target to %TOMCAT_HOME%\webapps folder
...
5.Running Docstore and Discovery
Start the Tomcat Server.
Open a browser.
...
docSearchURL=http://localhost:8080/oledocstore/
...
6.String Ingest
Refer to User Guide for details
Open a browser.
Go to URL http://localhost:8080/oledocstore/ and click on "Ingest String Content" tab.
...
The data can also be verified using the URLs given in the previous section.
...
7.Bulk Ingest
Refer to User Guide for details
Copy the following sample data files to the folder specified by the property local.batch.upload.dir (only this property) in the file \opt\docstore\propertiesdocumentstore.properties. This property should be changed to a directory suitable to the local user's system. (e.g. /ole-test-data/bulkingest). Create this folder if it does not exist.
...
Note for the count for each DocType.
...
[
../../../../../../../../../display/OLE/User+Guide+-+OLE+Document+Store] |
8.LOG Files
Open log4j.properties file under \opt\docstore\properties
...
Open corresponding files specified by above properties. If the path is relative , look for it in %TOMCAT_HOME%\bin directory
...
9.DocStore within OLE(Optional)
Copy the oledocstore.war files into the Tomcat running OLE.
...