Mercurial > lada > lada-server
annotate jboss/config/standalone.xml @ 311:eeb5d3a5e194
JUnit test cases and small test application for LAF importer.
!! Currently the tests are ignored when running with maven.
!! Some system properties are still missing in maven (coming soon ;))
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Tue, 20 Aug 2013 16:19:20 +0200 |
parents | 8e68113716ad |
children |
rev | line source |
---|---|
18
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
1 <?xml version='1.0' encoding='UTF-8'?> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
2 |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
3 <server xmlns="urn:jboss:domain:1.2"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
4 |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
5 <extensions> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
6 <extension module="org.jboss.as.clustering.infinispan"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
7 <extension module="org.jboss.as.configadmin"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
8 <extension module="org.jboss.as.connector"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
9 <extension module="org.jboss.as.deployment-scanner"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
10 <extension module="org.jboss.as.ee"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
11 <extension module="org.jboss.as.ejb3"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
12 <extension module="org.jboss.as.jaxrs"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
13 <extension module="org.jboss.as.jdr"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
14 <extension module="org.jboss.as.jmx"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
15 <extension module="org.jboss.as.jpa"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
16 <extension module="org.jboss.as.logging"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
17 <extension module="org.jboss.as.mail"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
18 <extension module="org.jboss.as.naming"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
19 <extension module="org.jboss.as.osgi"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
20 <extension module="org.jboss.as.pojo"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
21 <extension module="org.jboss.as.remoting"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
22 <extension module="org.jboss.as.sar"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
23 <extension module="org.jboss.as.security"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
24 <extension module="org.jboss.as.threads"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
25 <extension module="org.jboss.as.transactions"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
26 <extension module="org.jboss.as.web"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
27 <extension module="org.jboss.as.webservices"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
28 <extension module="org.jboss.as.weld"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
29 </extensions> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
30 |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
31 <management> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
32 <security-realms> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
33 <security-realm name="ManagementRealm"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
34 <authentication> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
35 <properties path="mgmt-users.properties" relative-to="jboss.server.config.dir"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
36 </authentication> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
37 </security-realm> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
38 <security-realm name="ApplicationRealm"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
39 <authentication> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
40 <properties path="application-users.properties" relative-to="jboss.server.config.dir"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
41 </authentication> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
42 </security-realm> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
43 </security-realms> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
44 <management-interfaces> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
45 <native-interface security-realm="ManagementRealm"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
46 <socket-binding native="management-native"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
47 </native-interface> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
48 <http-interface security-realm="ManagementRealm"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
49 <socket-binding http="management-http"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
50 </http-interface> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
51 </management-interfaces> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
52 </management> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
53 |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
54 <profile> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
55 <subsystem xmlns="urn:jboss:domain:logging:1.1"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
56 <console-handler name="CONSOLE"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
57 <level name="INFO"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
58 <formatter> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
59 <pattern-formatter pattern="%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
60 </formatter> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
61 </console-handler> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
62 <periodic-rotating-file-handler name="FILE"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
63 <formatter> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
64 <pattern-formatter pattern="%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
65 </formatter> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
66 <file relative-to="jboss.server.log.dir" path="server.log"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
67 <suffix value=".yyyy-MM-dd"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
68 <append value="true"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
69 </periodic-rotating-file-handler> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
70 <logger category="com.arjuna"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
71 <level name="WARN"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
72 </logger> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
73 <logger category="org.apache.tomcat.util.modeler"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
74 <level name="WARN"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
75 </logger> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
76 <logger category="sun.rmi"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
77 <level name="WARN"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
78 </logger> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
79 <logger category="jacorb"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
80 <level name="WARN"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
81 </logger> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
82 <logger category="jacorb.config"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
83 <level name="ERROR"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
84 </logger> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
85 <root-logger> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
86 <level name="INFO"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
87 <handlers> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
88 <handler name="CONSOLE"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
89 <handler name="FILE"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
90 </handlers> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
91 </root-logger> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
92 </subsystem> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
93 <subsystem xmlns="urn:jboss:domain:configadmin:1.0"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
94 <subsystem xmlns="urn:jboss:domain:datasources:1.0"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
95 <datasources> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
96 <datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" use-java-context="true"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
97 <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
98 <driver>h2</driver> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
99 <security> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
100 <user-name>sa</user-name> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
101 <password>sa</password> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
102 </security> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
103 </datasource> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
104 <datasource jta="false" jndi-name="java:/jboss/postgresql" pool-name="Postgres" enabled="true" use-ccm="false"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
105 <connection-url>jdbc:postgresql://localhost:6543/lada</connection-url> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
106 <driver-class>org.postgresql.Driver</driver-class> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
107 <driver>postgresql-9.2-1002.jdbc4.jar</driver> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
108 <security> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
109 <user-name>lada</user-name> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
110 <password>ohY9iiD9</password> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
111 </security> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
112 <validation> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
113 <validate-on-match>false</validate-on-match> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
114 <background-validation>false</background-validation> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
115 </validation> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
116 <statement> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
117 <share-prepared-statements>false</share-prepared-statements> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
118 </statement> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
119 </datasource> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
120 <drivers> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
121 <driver name="h2" module="com.h2database.h2"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
122 <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
123 </driver> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
124 </drivers> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
125 </datasources> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
126 </subsystem> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
127 <subsystem xmlns="urn:jboss:domain:deployment-scanner:1.1"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
128 <deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
129 </subsystem> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
130 <subsystem xmlns="urn:jboss:domain:ee:1.0"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
131 <subsystem xmlns="urn:jboss:domain:ejb3:1.2"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
132 <session-bean> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
133 <stateless> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
134 <bean-instance-pool-ref pool-name="slsb-strict-max-pool"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
135 </stateless> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
136 <stateful default-access-timeout="5000" cache-ref="simple"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
137 <singleton default-access-timeout="5000"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
138 </session-bean> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
139 <pools> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
140 <bean-instance-pools> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
141 <strict-max-pool name="slsb-strict-max-pool" max-pool-size="20" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
142 <strict-max-pool name="mdb-strict-max-pool" max-pool-size="20" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
143 </bean-instance-pools> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
144 </pools> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
145 <caches> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
146 <cache name="simple" aliases="NoPassivationCache"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
147 <cache name="passivating" passivation-store-ref="file" aliases="SimpleStatefulCache"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
148 </caches> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
149 <passivation-stores> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
150 <file-passivation-store name="file"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
151 </passivation-stores> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
152 <async thread-pool-name="default"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
153 <timer-service thread-pool-name="default"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
154 <data-store path="timer-service-data" relative-to="jboss.server.data.dir"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
155 </timer-service> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
156 <remote connector-ref="remoting-connector" thread-pool-name="default"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
157 <thread-pools> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
158 <thread-pool name="default"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
159 <max-threads count="10"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
160 <keepalive-time time="100" unit="milliseconds"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
161 </thread-pool> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
162 </thread-pools> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
163 </subsystem> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
164 <subsystem xmlns="urn:jboss:domain:infinispan:1.2" default-cache-container="hibernate"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
165 <cache-container name="hibernate" default-cache="local-query"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
166 <local-cache name="entity"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
167 <transaction mode="NON_XA"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
168 <eviction strategy="LRU" max-entries="10000"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
169 <expiration max-idle="100000"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
170 </local-cache> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
171 <local-cache name="local-query"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
172 <transaction mode="NONE"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
173 <eviction strategy="LRU" max-entries="10000"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
174 <expiration max-idle="100000"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
175 </local-cache> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
176 <local-cache name="timestamps"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
177 <transaction mode="NONE"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
178 <eviction strategy="NONE"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
179 </local-cache> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
180 </cache-container> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
181 </subsystem> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
182 <subsystem xmlns="urn:jboss:domain:jaxrs:1.0"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
183 <subsystem xmlns="urn:jboss:domain:jca:1.1"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
184 <archive-validation enabled="true" fail-on-error="true" fail-on-warn="false"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
185 <bean-validation enabled="true"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
186 <default-workmanager> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
187 <short-running-threads> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
188 <core-threads count="50"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
189 <queue-length count="50"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
190 <max-threads count="50"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
191 <keepalive-time time="10" unit="seconds"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
192 </short-running-threads> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
193 <long-running-threads> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
194 <core-threads count="50"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
195 <queue-length count="50"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
196 <max-threads count="50"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
197 <keepalive-time time="10" unit="seconds"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
198 </long-running-threads> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
199 </default-workmanager> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
200 <cached-connection-manager/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
201 </subsystem> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
202 <subsystem xmlns="urn:jboss:domain:jdr:1.0"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
203 <subsystem xmlns="urn:jboss:domain:jmx:1.1"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
204 <show-model value="true"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
205 <remoting-connector/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
206 </subsystem> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
207 <subsystem xmlns="urn:jboss:domain:jpa:1.0"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
208 <jpa default-datasource=""/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
209 </subsystem> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
210 <subsystem xmlns="urn:jboss:domain:mail:1.0"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
211 <mail-session jndi-name="java:jboss/mail/Default"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
212 <smtp-server outbound-socket-binding-ref="mail-smtp"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
213 </mail-session> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
214 </subsystem> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
215 <subsystem xmlns="urn:jboss:domain:naming:1.1"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
216 <subsystem xmlns="urn:jboss:domain:osgi:1.2" activation="lazy"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
217 <properties> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
218 <property name="org.osgi.framework.startlevel.beginning"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
219 1 |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
220 </property> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
221 </properties> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
222 <capabilities> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
223 <capability name="javax.servlet.api:v25"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
224 <capability name="javax.transaction.api"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
225 <capability name="org.apache.felix.log" startlevel="1"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
226 <capability name="org.jboss.osgi.logging" startlevel="1"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
227 <capability name="org.apache.felix.configadmin" startlevel="1"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
228 <capability name="org.jboss.as.osgi.configadmin" startlevel="1"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
229 </capabilities> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
230 </subsystem> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
231 <subsystem xmlns="urn:jboss:domain:pojo:1.0"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
232 <subsystem xmlns="urn:jboss:domain:remoting:1.1"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
233 <connector name="remoting-connector" socket-binding="remoting" security-realm="ApplicationRealm"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
234 </subsystem> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
235 <subsystem xmlns="urn:jboss:domain:resource-adapters:1.0"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
236 <subsystem xmlns="urn:jboss:domain:sar:1.0"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
237 <subsystem xmlns="urn:jboss:domain:security:1.1"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
238 <security-domains> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
239 <security-domain name="other" cache-type="default"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
240 <authentication> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
241 <login-module code="Remoting" flag="optional"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
242 <module-option name="password-stacking" value="useFirstPass"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
243 </login-module> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
244 <login-module code="RealmUsersRoles" flag="required"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
245 <module-option name="usersProperties" value="${jboss.server.config.dir}/application-users.properties"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
246 <module-option name="rolesProperties" value="${jboss.server.config.dir}/application-roles.properties"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
247 <module-option name="realm" value="ApplicationRealm"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
248 <module-option name="password-stacking" value="useFirstPass"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
249 </login-module> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
250 </authentication> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
251 </security-domain> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
252 <security-domain name="jboss-web-policy" cache-type="default"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
253 <authorization> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
254 <policy-module code="Delegating" flag="required"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
255 </authorization> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
256 </security-domain> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
257 <security-domain name="jboss-ejb-policy" cache-type="default"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
258 <authorization> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
259 <policy-module code="Delegating" flag="required"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
260 </authorization> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
261 </security-domain> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
262 </security-domains> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
263 </subsystem> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
264 <subsystem xmlns="urn:jboss:domain:threads:1.1"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
265 <subsystem xmlns="urn:jboss:domain:transactions:1.1"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
266 <core-environment> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
267 <process-id> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
268 <uuid/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
269 </process-id> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
270 </core-environment> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
271 <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
272 <coordinator-environment default-timeout="300"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
273 </subsystem> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
274 <subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" native="false"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
275 <connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
276 <virtual-server name="default-host" enable-welcome-root="true"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
277 <alias name="localhost"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
278 <alias name="example.com"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
279 </virtual-server> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
280 </subsystem> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
281 <subsystem xmlns="urn:jboss:domain:webservices:1.1"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
282 <modify-wsdl-address>true</modify-wsdl-address> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
283 <wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
284 <endpoint-config name="Standard-Endpoint-Config"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
285 <endpoint-config name="Recording-Endpoint-Config"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
286 <pre-handler-chain name="recording-handlers" protocol-bindings="##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
287 <handler name="RecordingHandler" class="org.jboss.ws.common.invocation.RecordingServerHandler"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
288 </pre-handler-chain> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
289 </endpoint-config> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
290 </subsystem> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
291 <subsystem xmlns="urn:jboss:domain:weld:1.0"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
292 </profile> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
293 |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
294 <interfaces> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
295 <interface name="management"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
296 <inet-address value="${jboss.bind.address.management:127.0.0.1}"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
297 </interface> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
298 <interface name="public"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
299 <inet-address value="${jboss.bind.address:127.0.0.1}"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
300 </interface> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
301 <interface name="unsecure"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
302 <inet-address value="${jboss.bind.address.unsecure:127.0.0.1}"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
303 </interface> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
304 </interfaces> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
305 |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
306 <socket-binding-group name="standard-sockets" default-interface="public" port-offset="${jboss.socket.binding.port-offset:0}"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
307 <socket-binding name="management-native" interface="management" port="${jboss.management.native.port:9999}"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
308 <socket-binding name="management-http" interface="management" port="${jboss.management.http.port:9990}"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
309 <socket-binding name="management-https" interface="management" port="${jboss.management.https.port:9443}"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
310 <socket-binding name="ajp" port="8009"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
311 <socket-binding name="http" port="8080"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
312 <socket-binding name="https" port="8443"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
313 <socket-binding name="osgi-http" interface="management" port="8090"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
314 <socket-binding name="remoting" port="4447"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
315 <socket-binding name="txn-recovery-environment" port="4712"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
316 <socket-binding name="txn-status-manager" port="4713"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
317 <outbound-socket-binding name="mail-smtp"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
318 <remote-destination host="localhost" port="25"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
319 </outbound-socket-binding> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
320 </socket-binding-group> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
321 |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
322 <deployments> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
323 <deployment name="lada.war" runtime-name="lada.war"> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
324 <content sha1="1f843c64283af60e654df087c92d00948c872307"/> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
325 </deployment> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
326 </deployments> |
8e68113716ad
Added first working version of the standalone configuration file with a
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
327 </server> |