*/
public void start() throws LifecycleException {
getServer();
getEngine();
getConnector();
server.start();
}