@@ -26,73 +26,3 @@ topology:
26
26
' managed-server3 ' :
27
27
Cluster : ' @@PROP:CLUSTER_NAME@@'
28
28
ListenPort : ' @@PROP:MANAGED_SERVER_PORT@@'
29
- appDeployments :
30
- Application :
31
- # Quote needed because of hyphen in string
32
- ' simple-app ' :
33
- SourcePath : ' wlsdeploy/applications/simple-app.war'
34
- Target : ' @@PROP:CLUSTER_NAME@@'
35
- ModuleType : war
36
- StagingMode : nostage
37
- PlanStagingMode : nostage
38
-
39
- resources :
40
- FileStore :
41
- TestFileStore :
42
- Target : ' @@PROP:ADMIN_NAME@@'
43
- TestClusterFileStore :
44
- Target : ' @@PROP:CLUSTER_NAME@@'
45
- JMSServer :
46
- TestJmsServer :
47
- ProductionPausedAtStartup : false
48
- ConsumptionPausedAtStartup : false
49
- Target : ' @@PROP:ADMIN_NAME@@'
50
- PersistentStore : ' TestFileStore'
51
- InsertionPausedAtStartup : false
52
- MessageCompressionOptions : GZIP_DEFAULT_COMPRESSION
53
- TestClusterJmsServer :
54
- ProductionPausedAtStartup : false
55
- ConsumptionPausedAtStartup : false
56
- Target : ' @@PROP:CLUSTER_NAME@@'
57
- PersistentStore : ' TestClusterFileStore'
58
- InsertionPausedAtStartup : false
59
- MessageCompressionOptions : GZIP_DEFAULT_COMPRESSION
60
-
61
- JMSSystemResource :
62
- TestJmsModule :
63
- Target : ' @@PROP:ADMIN_NAME@@'
64
- SubDeployment :
65
- TestSubDeployment :
66
- Target : TestJmsServer
67
- JmsResource :
68
- ConnectionFactory :
69
- testCF :
70
- JNDIName : jms/testCF
71
- DefaultTargetingEnabled : true
72
- Queue :
73
- testQueue :
74
- SubDeploymentName : TestSubDeployment
75
- JNDIName : jms/testQueue
76
- testQueue2 :
77
- SubDeploymentName : TestSubDeployment
78
- JNDIName : jms/testQueue2
79
- TestClusterJmsModule :
80
- Target : ' @@PROP:CLUSTER_NAME@@'
81
- SubDeployment :
82
- TestClusterSubDeployment :
83
- Target : TestClusterJmsServer
84
- JmsResource :
85
- UniformDistributedQueue :
86
- testUniformQueue :
87
- SubDeploymentName : TestClusterSubDeployment
88
- JNDIName : jms/testUniformQueue
89
- UniformDistributedTopic :
90
- testUniformTopic :
91
- SubDeploymentName : TestClusterSubDeployment
92
- ForwardingPolicy : Partitioned
93
- JNDIName : jms/testUniformTopic
94
-
95
- WLDFSystemResource :
96
- ' TestWldfModule ' :
97
- Description : WLDF Module for Situational Config Override
98
- Target : ' @@PROP:ADMIN_NAME@@'
0 commit comments