...
Save the file setenv.bat
- Copy 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/resources to OLE_DOCSTORE_PROP_HOME
Modify Modify the port in the following property in the above file to match the Tomcat port. (Default is 8080)
docSearchURL=[http://localhost:8080/oledocstore
...
|http://localhost:8080/oledocstore]
* Copy log4j.properties from DOCSTORE_WEBAPP_PROJ/src/main/resources to OLE_DOCSTORE_PROP_HOME
* Copy DOCSTORE_WEBAPP_PROJ /repository-derby.xml to OLE_DOCSTORE_PROP_HOME.and rename it as repository.xml
...
* Copy DOCSTORE_ENGINE_PROJ/src/main/resources/org/kuali/ole/utility/documentstore.properties to OLE_DOCSTORE_PROP_HOME
Modify the port in the following property in the above file to match the Tomcat port. (Default is 8080)
local.docSearchURL=http://localhost:8080/oledocstore/
h3. 3.2 Deploying the War file to Tomcat
* Copy oledocstore.war file from %DOCSTORE_WEBAPP_PROJ%target to %TOMCAT_HOME%\webapps folder
h2. 4.Running Docstore and Discovery
Start the Tomcat Server.
Open a browser.
Navigate to the following URLs.
* http://localhost:8080/oledocstore
* http://localhost:8080/oledocstore/discovery.do
* http://localhost:8080/oledocstore/discovery
h2. 5.Ingest
Open a browser.
Go to URL http://localhost:8080/oledocstore/discovery and click on "Ingest String Content" tab.
...