IServerWorkingCopy workingCopy = serverType.createServer(
httpServerName, null, runtime, mon);
workingCopy.setName(httpServerName);
workingCopy.setHost("localhost"); //$NON-NLS-1$
return workingCopy.save(true, mon);
}
public IPath getWebContentsDir() {
return getVirtualComponent().getRootFolder().getProjectRelativePath();
}