File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed
examples/docker/src/aem/default/etc
app_classic/aem/default/etc
app_cloud/aem/default/etc Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,11 @@ instance:
109
109
# Specific endpoints / paths (like login page)
110
110
path_ready :
111
111
timeout : 10s
112
+ login_page :
113
+ skip : false
114
+ path : " /libs/granite/core/content/login.html"
115
+ status_code : 200
116
+ contained_text : QUICKSTART_HOMEPAGE
112
117
113
118
# Managed locally (set up automatically)
114
119
local :
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ instance:
97
97
# OSGi components state tracking
98
98
component_stable :
99
99
skip : false
100
+ abort : true
100
101
pids_ignored : []
101
102
pids_failed_activation : ["*"]
102
103
pids_unsatisfied_reference : []
Original file line number Diff line number Diff line change @@ -93,11 +93,14 @@ instance:
93
93
received_max_age : 5s
94
94
# OSGi components state tracking
95
95
component_stable :
96
+ skip : false
97
+ abort : true
96
98
pids_ignored : []
97
99
pids_failed_activation : ["*"]
98
100
pids_unsatisfied_reference : []
99
101
# Sling Installer tracking
100
102
installer :
103
+ skip : false
101
104
# JMX state checking
102
105
state : true
103
106
# Pause Installation nodes checking
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ instance:
95
95
# OSGi components state tracking
96
96
component_stable :
97
97
skip : false
98
+ abort : true
98
99
pids_ignored : []
99
100
pids_failed_activation : ["*"]
100
101
pids_unsatisfied_reference : []
You can’t perform that action at this time.
0 commit comments