META-INF.ks-lum-ui-config.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ks-lum-ui Show documentation
Show all versions of ks-lum-ui Show documentation
KS Learing Unit Management UI
<!-- Copyright 2010 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.osedu.org/licenses/ECL-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <config> <param name="config.location">classpath:META-INF/common-config-defaults.xml</param> <param name="config.location">classpath:META-INF/ks-ksb-config-defaults.xml</param> <param name="ks.ignore.rice.login">true</param> <param name="module.name">ks-lum-ui</param> <param name="db.vendor">derby</param> <param name="jpa.vendor">hibernate</param> <!-- Application configuration --> <param name="app.code">ks-lum</param> <param name="app.context.name">${app.code}</param> <param name="http.port">8888</param> <param name="rice.logging.configure">true</param> <param name="log4j.settings.path">classpath:META-INF/log4j.properties</param> <param name="serviceNamespace">KSLumUI</param> <param name="rice.jpa.JpaProperties.hibernate.transaction.manager_lookup_class">org.hibernate.transaction.BTMTransactionManagerLookup</param> <!-- Keystore Configuration --> <param name="keystore.file">${user.home}/rice.keystore</param> <param name="keystore.alias">rice</param> <param name="keystore.password">r1c3pw</param> <!-- Application dictionary --> <param name="ks.lum.orchestration.dictionaryContextLocations">classpath:lum-orchestration-dictionary.xml</param> <param name="ks.lum.ui.lookupContextLocations">classpath:lum-ui-lookup-context.xml</param> <param name="config.location">${user.home}/kuali/main/${environment}/ks-config.xml</param> <param name="config.location">${user.home}/kuali/main/${environment}/ks-lum-ui-config.xml</param> <param name="lum.application.url" override="false"></param> <param name="ks.rice.application.url">http://localhost:8081/ks-embedded-dev/</param> <param name="ks.rice.actionList.serviceAddress">${ks.rice.application.url}/kew/ActionList.do</param> <param name="ks.rice.docSearch.serviceAddress">${ks.rice.application.url}/kew/DocumentSearch.do</param> <param name="ks.gwt.codeServer">gwt.codesvr=127.0.0.1:9997</param> </config>