Nachführen der web.xmls der verschiedenen Module.
git-svn-id: https://svn.libreccm.org/ccm/trunk@1093 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
83beabd452
commit
fbf89a0dc2
|
|
@ -1,5 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">
|
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
|
||||||
|
version="2.4">
|
||||||
|
|
||||||
<!-- module ccm-auth-http - servlet definitions BEGIN -->
|
<!-- module ccm-auth-http - servlet definitions BEGIN -->
|
||||||
<servlet>
|
<servlet>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">
|
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
|
||||||
|
version="2.4">
|
||||||
|
|
||||||
<!-- module ccm-formbuilder-pdf - servlet definitions BEGIN -->
|
<!-- module ccm-formbuilder-pdf - servlet definitions BEGIN -->
|
||||||
<servlet>
|
<servlet>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@ waf.bebop.base_page=com.arsdigita.aplaws.ui.SimplePage
|
||||||
waf.bebop.dhtml_editor=FCKeditor
|
waf.bebop.dhtml_editor=FCKeditor
|
||||||
|
|
||||||
waf.categorization.show_internal_name=true
|
waf.categorization.show_internal_name=true
|
||||||
waf.categorization.supported_languages=en
|
|
||||||
|
|
||||||
waf.dispatcher.default_expiry=3600
|
waf.dispatcher.default_expiry=3600
|
||||||
;
|
;
|
||||||
|
|
@ -11,6 +10,7 @@ waf.dispatcher.default_expiry=3600
|
||||||
waf.kernel.primary_user_identifier=email
|
waf.kernel.primary_user_identifier=email
|
||||||
; if you activate screen_name, forum loader doesn't work.
|
; if you activate screen_name, forum loader doesn't work.
|
||||||
; waf.kernel.primary_user_identifier=screen_name
|
; waf.kernel.primary_user_identifier=screen_name
|
||||||
|
waf.kernel.supported_languages=en
|
||||||
|
|
||||||
; security.properties:
|
; security.properties:
|
||||||
waf.auto_registration_on=false
|
waf.auto_registration_on=false
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
<!DOCTYPE web-app
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
|
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
|
||||||
"http://java.sun.com/j2ee/dtds/web-app_2_3.dtd">
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
|
||||||
<web-app>
|
version="2.4">
|
||||||
|
|
||||||
<display-name>CCM ZeS</display-name>
|
<display-name>CCM ZeS</display-name>
|
||||||
<description>Content and Collaboration Management</description>
|
<description>Content and Collaboration Management</description>
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
<!DOCTYPE web-app
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
|
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
|
||||||
"http://java.sun.com/j2ee/dtds/web-app_2_3.dtd">
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
|
||||||
|
version="2.4">
|
||||||
|
|
||||||
<web-app>
|
|
||||||
|
|
||||||
<display-name>CCM ZeS</display-name>
|
<display-name>CCM IAW</display-name>
|
||||||
<description>Content and Collaboration Management</description>
|
<description>Content and Collaboration Management</description>
|
||||||
|
|
||||||
<!-- path and filename of the log4j user accessible config file
|
<!-- path and filename of the log4j user accessible config file
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
|
||||||
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
|
||||||
|
version="2.4">
|
||||||
|
|
||||||
<!-- module ccm-ldn-rss - servlet definitions -->
|
<!-- module ccm-ldn-rss - servlet definitions -->
|
||||||
<servlet>
|
<servlet>
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,9 @@
|
||||||
<!DOCTYPE web-app
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
|
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
|
||||||
"http://java.sun.com/j2ee/dtds/web-app_2_3.dtd">
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
|
||||||
|
version="2.4">
|
||||||
|
|
||||||
<web-app>
|
|
||||||
|
|
||||||
<display-name>CCM ZeS</display-name>
|
<display-name>CCM ZeS</display-name>
|
||||||
<description>Content and Collaboration Management</description>
|
<description>Content and Collaboration Management</description>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue