user-local-config.xml
4.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<application xmlns="http://www.primeton.com/xmlns/eos/1.0">
<!--the class path used to compile java files\-->
<module name="Engine">
<group name="Runtime-Java-Build">
<!--absolute path,supports only jar,zip files-->
<configValue key="Class-Path"/>
<!--
may be relative to the root path of current web application.
$EOS_HOME/domain/servers/localServer/applications/yourAppName
-->
<configValue key="Source-Path">temp</configValue>
</group>
</module>
<!-- Set the Distribute Runtime -->
<module name="DistributeRuntime">
<group name="DistributeMode">
<configValue key="DefaultAppName">default</configValue>
<configValue key="ServerIp">127.0.0.1</configValue>
<configValue key="ServerPort">6199</configValue>
<configValue key="ServerAppName">default</configValue>
<!-- LOCAL_UDDI UDDI_LOCAL UDDI -->
<configValue key="ServiceLocateMode">LOCAL_UDDI</configValue>
<!-- WEB APP -->
<configValue key="ServerMode">APP</configValue>
</group>
</module>
<!-- Set Ejb Environment -->
<module name="JndiTemplate">
<!--
<group name="JndiTemplate_A">
<configValue key="InitialContextFactory">com.ibm.websphere.naming.WsnInitialContextFactory</configValue>
<configValue key="ProviderUrl">iiop://localhost:9080</configValue>
<configValue key="Principal">user</configValue>
<configValue key="Password">pass</configValue>
</group>
-->
</module>
<module name="EJBBeans">
<!--
<group name="BeanName">
<configValue key="JndiTemplateName">JndiTemplate_A</configValue>
<configValue key="JndiName">Business_Name</configValue>
<configValue key="IsRemote">true</configValue>
</group>
-->
</module>
<module name="AccessClient">
<!--
<group name="uddi">
<configValue key="impl-class">com.primeton.ext.access.client.ServiceRegistryForXml</configValue>
</group>
-->
</module>
<module name="SecuritySetting">
<!--
<group name="uddiserver">
<configValue key="user">test</configValue>
<configValue key="password">test</configValue>
</group>
<group name="http">
<configValue key="needAuthention">false</configValue>
<configValue key="user">yangbt</configValue>
<configValue key="password">primeton</configValue>
</group>
<group name="userIdentity">
<configValue key="isAllowAnonymous">true</configValue>
</group>
-->
<group name="http">
<configValue key="needAuthention">true</configValue>
<configValue key="user">bps</configValue>
<configValue key="password">000000</configValue>
</group>
</module>
<module name="ChannelsSecurity">
<!--
<group name="channels1">
<configValue key="protocol">jms</configValue>
<configValue key="appName">default</configValue>
<configValue key="providerUrl">iiop://localhost:2809</configValue>
<configValue key="user">yangbt</configValue>
<configValue key="password">primeton</configValue>
</group>
<group name="channels2">
<configValue key="protocol">http</configValue>
<configValue key="ip">192.168.0.126</configValue>
<configValue key="port">9080</configValue>
<configValue key="webContext">default</configValue>
<configValue key="user">yangbt</configValue>
<configValue key="password">primeton</configValue>
</group>
-->
</module>
<module name="JMXSecurity">
<!--
<group name="jmx">
<configValue key="authorization">true</configValue>
<configValue key="username">primeton</configValue>
<configValue key="password">{3DES}npO5MYMbVf7HCaXdpg5Sb/c=</configValue>
</group>
-->
</module>
<module name="CommonService">
<!--
<group name="Dict">
<configValue key="protocol">ejb</configValue>
<configValue key="serviceName">com.eos.server.dict.impl.dictLoader</configValue>
<configValue key="appName">default</configValue>
<configValue key="context">default/EOS_CMT_SERVICEEJB</configValue>
<configValue key="extension1">iiop://localhost:2809</configValue>
<configValue key="extension2">com.ibm.websphere.naming.WsnInitialContextFactory</configValue>
<configValue key="type">biz</configValue>
</group>
-->
</module>
</application>