...
Code Block |
---|
<?xml version="1.0" encoding="ISO-8859-1" ?> <!-- - The Kuali Financial System, a comprehensive financial management system for higher education. - - Copyright 2005-2014 The2017 Kuali, FoundationInc. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. --> <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd"> <struts-config> <data-sources /> <form-beans> <!-- Rice Bean Definitions : This is a bean declared in Rice, but is needed throughout this config --> <form-bean name="KualiForm" type="org.kuali.kfs.kns.web.struts.form.KualiForm" /> <!-- CR Form --> <form-bean name="CheckReconciliationReportForm" type="com.rsmart.kuali.kfs.cr.document.web.struts.CheckReconciliationReportForm" /> <!-- Balance Inquiry Form --> <form-bean name="BalanceInquiryForm" type="com.rsmart.kuali.kfs.gl.web.struts.BalanceInquiryForm" /> <!-- PURAP Forms --> <form-bean name="PurchaseOrderForm" type="com.rsmart.kuali.kfs.module.purap.web.struts.PurchaseOrderForm" /> <form-bean name="RequisitionForm" type="org.kuali.kfs.module.purap.document.web.struts.RequisitionForm" /> <!-- eThority Form --> <form-bean name="EThorityForm" type="com.rsmart.kuali.kfs.sys.web.struts.EThorityForm" /> <form-bean name="PcardDistributionForm" type="com.rsmart.kuali.kfs.fp.document.web.struts.PcardDistributionForm" /> <form-bean name="B2BForm" type="org.kuali.kfs.module.purap.web.struts.B2BForm" /> </form-beans> <action-mappings> <action path="/cr*" name="{1}Form" input="/jsp/modules/cr/{1}.jsp" type="com.rsmart.kuali.kfs.cr.document.web.struts.{1}Action" scope="request" parameter="methodToCall" validate="true" attribute="KualiForm"> <set-property property="cancellable" value="true" /> <forward name="basic" path="/jsp/module/cr/{1}.jsp" /> </action> <action path="/eThority" name="EThorityForm" scope="request" attribute="KualiForm" parameter="methodToCall" type="com.rsmart.kuali.kfs.sys.web.struts.EThorityAction"> <forward name="basic" path="/jsp/sys/EThority.jsp" /> </action> <action path="/financialPcardDistribution" name="PcardDistributionForm" input="/jsp/fp/PcardDistribution.jsp" type="com.rsmart.kuali.kfs.fp.document.web.struts.PcardDistributionAction" scope="request" parameter="methodToCall" validate="true" attribute="KualiForm"> <set-property property="cancellable" value="true" /> <forward name="basic" path="/jsp/fp/PcardDistribution.jsp" /> </action> <action path="/glModifiedInquiry" name="BalanceInquiryForm" scope="request" attribute="KualiForm" parameter="methodToCall" type="com.rsmart.kuali.kfs.gl.web.struts.BalanceInquiryAction"> <set-property property="cancellable" value="true" /> <forward name="basic" path="/jsp/gl/ModifiedInquiry.jsp" /> <forward name="accountBalance" path="/jsp/gl/AccountBalanceModifiedInquiry.jsp" /> </action> <action path="/purapPurchaseOrder" name="PurchaseOrderForm" input="/jsp/module/purap/PurchaseOrder.jsp" type="org.kuali.kfs.module.purap.document.web.struts.PurchaseOrderAction" scope="request" parameter="methodToCall" validate="true" attribute="KualiForm"> <set-property property="cancellable" value="true" /> <forward name="basic" path="/jsp/module/purap/PurchaseOrder.jsp" /> <forward name="printPurchaseOrderPDF" path="/jsp/module/purap/PrintForward.jsp" redirect="false" /> <forward name="retransmitPurchaseOrderPDF" path="/jsp/module/purap/RetransmitForward.jsp" redirect="false" /> <forward name="printReceivingTicketPDF" path="/jsp/module/purap/ReceivingTicketForward.jsp" redirect="false" /> <forward name="printPOQuoteListPDF" path="/jsp/module/purap/PrintPOQuoteListForward.jsp" redirect="false" /> </action> <action path="/purapRequisition" name="RequisitionForm" input="/jsp/module/purap/Requisition.jsp" type="com.rsmart.kuali.kfs.module.purap.document.web.struts.RequisitionAction" scope="request" parameter="methodToCall" validate="true" attribute="KualiForm"> <set-property property="cancellable" value="true" /> <forward name="basic" path="/jsp/module/purap/Requisition.jsp" /> <forward name="printPurchaseOrderPDF" path="/jsp/module/purap/PrintForward.jsp" redirect="false" /> <forward name="retransmitPurchaseOrderPDF" path="/jsp/module/purap/RetransmitForward.jsp" redirect="false" /> <forward name="printReceivingTicketPDF" path="/jsp/module/purap/ReceivingTicketForward.jsp" redirect="false" /> <forward name="printPOQuoteListPDF" path="/jsp/module/purap/PrintPOQuoteListForward.jsp" redirect="false" /> </action> <action path="/b2b" name="B2BForm" scope="request" attribute="KualiForm" parameter="methodToCall" type="com.rsmart.kuali.kfs.module.purap.web.struts.B2BAction"> <forward name="basic" path="/jsp/module/purap/ShopCatalogs.jsp" /> <forward name="removeframe" path="/jsp/module/purap/ShopRemoveFrame.jsp" /> <forward name="failure" path="/requisition/requisitionFailure.jsp" /> <forward name="invalid" path="/requisition/shopFail.jsp" /> </action> </action-mappings> </struts-config> |
...
Monitoring
Info |
---|
To fill in with info on: https://monsters-tst.kuali.co/fin/health/check?detail=true |
...