From 3dc0c0a23e5cf327a47e4486349988723e922fc2 Mon Sep 17 00:00:00 2001 From: idfx Date: Sat, 20 Dec 2003 20:20:10 +0000 Subject: [PATCH 1/1] content admin --- etc/hibernate.cfg.xml | 45 ------------------------ etc/struts-config-admin.xml | 83 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+), 45 deletions(-) delete mode 100755 etc/hibernate.cfg.xml diff --git a/etc/hibernate.cfg.xml b/etc/hibernate.cfg.xml deleted file mode 100755 index 78baefee..00000000 --- a/etc/hibernate.cfg.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - jdbc:postgresql:mir - org.postgresql.Driver - postgres - - 10 - 100 - true - true - net.sf.hibernate.dialect.PostgreSQLDialect - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/etc/struts-config-admin.xml b/etc/struts-config-admin.xml index 06154f99..795cf164 100755 --- a/etc/struts-config-admin.xml +++ b/etc/struts-config-admin.xml @@ -40,6 +40,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -233,6 +258,64 @@ name="success" path="/topicList.do"/> + + + + + + + + + + + + + + + + + + + + + + + -- 2.11.0