{
// Catalina has to be processed at the end as other servers may embed it
serverName_ = "tomcat";
serverHome_ = catalinaHome;
appDeployDirectories_ = Collections.singletonList(new File(catalinaHome, "webapps").getAbsolutePath());
appDeployArchives_ = Collections.singleton(new Archive("war", true, false, null));
}
else if (testHome != null)
{
serverName_ = "test";
serverHome_ = testHome;