upps, i did not commit this essential file
authoridfx <idfx>
Wed, 10 Sep 2003 20:55:10 +0000 (20:55 +0000)
committeridfx <idfx>
Wed, 10 Sep 2003 20:55:10 +0000 (20:55 +0000)
etc/struts-config.xml [new file with mode: 0755]

diff --git a/etc/struts-config.xml b/etc/struts-config.xml
new file mode 100755 (executable)
index 0000000..f227b22
--- /dev/null
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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 />
+    <global-exceptions />
+    <global-forwards />
+    <action-mappings />
+    <controller
+        bufferSize="4096"
+        contentType="text/html"
+        debug="0"
+        locale="false"
+        maxFileSize="250M"
+        multipartClass="org.apache.struts.upload.CommonsMultipartRequestHandler"
+        nocache="false"
+        processorClass="org.apache.struts.action.RequestProcessor"
+        inputForward="false" />
+    <message-resources
+        factory="org.apache.struts.util.PropertyMessageResourcesFactory"
+        key="org.apache.struts.action.MESSAGE"
+        null="true"
+        parameter="mir.core.ui.action.ApplicationResources" />
+       <plug-in className="mir.core.ui.plugin.HibernatePlugin" />
+       <plug-in className="mir.core.ui.plugin.ConfigurationPlugin" />
+</struts-config>
+