Wiki Markup |
---|
There are several property files used and for any customization individual property files can be updated with the appropriate host urls. The information below shows the various property files in play and the content that needs to be overridden for inter application and inter module operations. |
...
{warning |
}Ensure the app urls are replaced with the appropriate hostip |
...
File Name
...
File Path
...
Application
...
Purpose
...
Content
...
configuration.properties
ip{warning} || File Name \\ || File Path \\ || Application \\ || Purpose \\ || Content \\ || | configuration.properties \\ | user.home/.kuali/ole/fs/ |
...
OLEFS
...
This file would have been generated by default in step 3.c of in the OLE Installation tab (main page).
The file contains information about the docstore and rice2 urls along with the db information.
...
\\ | OLEFS\\ | This file would have been generated by default in step 3.c of in the OLE Installation tab (main page). \\ The file contains information about the docstore and rice2 urls along with the db information. \\ | {code}#Created by the properties-maven-plugin #Wed Nov 07 19:52:32 EST 2012 application.url=http\://172.17.104.178\:8080/olefs datasource.password=olefs datasource.url=jdbc\:mysql\://localhost/olefs datasource.username=olefs db.vendor=mysql impex.dba.password=NONE impex.dba.url=jdbc\:mysql\://localhost impex.dba.username=root ole.fs.email=ole.dev@kuali.org ole.fs.runtime.property.expansion=true 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 |
...
{code} | | env.properties |
...
\\ | user.home/.kuali/ |
...
\\ ole/rice2/properties |
...
\\ \\ \\ and \\ \\ user.home/.kuali/ |
...
\\ ole/solrclient/ |
...
OLERICE2
...
This file contains information about docstore and olefs urls.
...
\\ properties \\ | OLERICE2\\ | This file contains information about docstore and olefs urls. \\ | {code}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 |
...
{code}\\ | | documentstore.properties |
...
| user/home/.kuali/ole/docstore/ |
...
OLEDOCSTORE
...
\\ properties \\ | OLEDOCSTORE\\ | This file contains the default database to be used for docstore. In addition it also contains information about urls for olefs and rice2. \\ \\ The default will be oracle as per the application, but if you need to get a quick deploy, you could specify derby and it should work. \\ | {code}db.vendor=derby 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 |
...
...
...
...
...
{code}\\ |
| | | | | | |