Search Results
OK to copy?
Examples 1 through 6 of
6 (0.125 seconds)
Class:
org.apache.jk.config.BaseJkConfig
©,
Rating:
0% of 0,
C2
Class: org.apache.catalina.startup.Embedded ©, Rating: 0% of 0, C2
Class: org.apache.catalina.startup.Embedded ©, Rating: 0% of 0, C3
Class: org.apache.catalina.mbeans.ServerLifecycleListener ©, Rating: 0% of 0, C2
Class: org.apache.catalina.mbeans.ServerLifecycleListener ©, Rating: 0% of 0, C2
Class: org.apache.catalina.core.StandardServer ©, Rating: 0% of 0, C3
187 */
188 protected void executeEngine(Engine egn, PrintWriter mod_jk) {
189 Container [] children = egn.findChildren();
190 for(int ii=0; ii < children.length; ii++) {
191 if( children[ii] instanceof Host ) {
Class: org.apache.catalina.startup.Embedded ©, Rating: 0% of 0, C2
701
702 // Is this Host actually among those that are defined?
703 boolean found = false;
704 for (int i = 0; i < engines.length; i++) {
705 Container hosts[] = engines[i].findChildren();
Class: org.apache.catalina.startup.Embedded ©, Rating: 0% of 0, C3
596
597 // Is this Context actually among those that are defined?
598 boolean found = false;
599 for (int i = 0; i < engines.length; i++) {
600 Container hosts[] = engines[i].findChildren();
Class: org.apache.catalina.mbeans.ServerLifecycleListener ©, Rating: 0% of 0, C2
0898
0899 // Deregister the MBeans for each child Host
0900 Container hosts[] = engine.findChildren();
0901 for (int k = 0; k < hosts.length; k++) {
0902 destroyMBeans((Host) hosts[k]);
Class: org.apache.catalina.mbeans.ServerLifecycleListener ©, Rating: 0% of 0, C2
0543
0544 // Create the MBeans for each child Host
0545 Container hosts[] = engine.findChildren();
0546 for (int j = 0; j < hosts.length; j++) {
0547 createMBeans((Host) hosts[j]);
Class: org.apache.catalina.core.StandardServer ©, Rating: 0% of 0, C3
1304 // Store nested <Host> elements (or other relevant containers)
1305 Container children[] = engine.findChildren();
1306 for (int i = 0; i < children.length; i++) {
1307 if (children[i] instanceof Context) {
1308 storeContext(writer, indent + 2, (Context) children[i]);
Result Page:
1