Search Results
OK to copy?
Examples 1 through 3 of
3 (0.011 seconds)
Class:
org.apache.catalina.mbeans.MBeanFactory
©,
Rating:
0% of 0,
C1
Class: org.apache.catalina.mbeans.MBeanFactory ©, Rating: 0% of 0, C1
Class: org.apache.catalina.mbeans.MBeanFactory ©, Rating: 0% of 0, C1
1027 String hostName = oname.getKeyProperty("host");
1028 Service service = getService(oname);
1029 Engine engine = (Engine) service.getContainer();
1030 Host host = (Host) engine.findChild(hostName);
1031
Class: org.apache.catalina.mbeans.MBeanFactory ©, Rating: 0% of 0, C1
1004 new String[] {"java.lang.String"});
1005 } else {
1006 log.warn("Deployer not found for "+hostName);
1007 Host host = (Host) engine.findChild(hostName);
1008 Context context = (Context) host.findChild(pathStr);
Class: org.apache.catalina.mbeans.MBeanFactory ©, Rating: 0% of 0, C1
0707 Service service = getService(pname);
0708 Engine engine = (Engine) service.getContainer();
0709 Host host = (Host) engine.findChild(pname.getKeyProperty("host"));
0710 host.addChild(context);
0711 }
Result Page:
1