Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

set JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG%
  -Xms512m -Xmx1g -XX:MaxPermSize=256m
 -Dapp.environment=local
 -Dsolr.solr.home="%OLE_DISCOVERY_CONFIG_HOME%"
 -Ddiscovery.properties.file="%OLE_DISCOVERY_PROP_HOME%\ole-discovery.properties"
 -Dolebibeditor.properties.home="%OLE_DOCSTORE_PROP_HOME%"
 -Ddocstore.properties.home="%OLE_DOCSTORE_PROP_HOME%"
 -Dorg.apache.jackrabbit.repository.home="%OLE_DOCSTORE_HOME%\jackrabbit"
 -Dorg.apache.jackrabbit.repository.conf="%OLE_DOCSTORE_PROP_HOME%\repository.xml"
 -Dlog4j.configuration="file:%OLE_DOCSTORE_PROP_HOME%\log4j.properties"

Save the file catalina.bat                                         

  •      Copy the contents of DOCSTORE_SOLR_CONFIG_PROJ to OLE_ DISCOVERY_CONFIG_HOME.
  •       Copy      Copy ole-discovery.properties from DOCSTORE_WEBAPP_PROJ/src/main/resources to OLE_ DISCOVERY_PROP_HOME.
  •      Copy log4j.properties from DOCSTORE_WEBAPP_PROJ/src/main/resourcesto OLE_DOCSTORE_PROP_HOME

Modify the port in the following property in the above file to match the Tomcat port. (Default is 8080)

...

Copy the following sample data files to the folder specified by the property  local.bulkIngestDirbatch.upload.dir (only this property) in the file %DOCSTORE%OLE_DISCOVERY_ENGINE_PROJ%\src\main\resources\org\kuali\ole\directory-pathPROP_HOME%documentstore.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.

...

       Click on 'Search' button.

-Dlog4j.configuration="file:%OLE_DOCSTORE_PROP_HOME%\log4j.properties"