...
File Name | File Path | Purpose | Content | |||
---|---|---|---|---|---|---|
configuration.properties | user.home/.kuali/ole/fs/ | This file would have been generated by default in step 3.c of in the OLE Installation tab (main page). |
| |||
env.properties | user.home/.kuali/ole/rice2/properties/ | This file contains information about the docstore and olefs urls. |
Code Block |
---|
ole.url.base=http://172.17.104.178:8080
ole.fs.url.base=${ole.url.base}/olefs
ole.docstore.url.base=${ole.url.base}/oledocstore
ole.rice2.url.base=${ole.url.base}/olerice2
docstore.url=${ole.docstore.url.base}/document
discovery.url=${ole.docstore.url.base}/bib
oleExposedWebService.url=${ole.fs.url.base}/remoting/oleExposedWebService
ole.url=${ole.fs.url.base}/portal.jsp
images.url=${ole.rice2.url.base}/rice-portal/images/
loadreport.url=${ole.fs.url.base}/portal.do?channelTitle=Load%20Reports&channelUrl=batchlookup.do?methodToCall=start&businessObjectClassName=org.kuali.ole.select.businessobject.OleLoadSumRecords&docFormKey=88888888&returnLocation=${ole.fs.url.base}/portal.do&hideReturnLink=true
oleRequisitionWebService.url=${ole.fs.url.base}/remoting/oleRequisitionWebService
staging.directory=${user.home}/ole/rice2/staging
license.document.initiator=fred
license.document.status=LN
|
Warning |
---|
Ensure the ole.url.base reflects the appropriate IP where the olefs application is running. |
...