public RuntimeView() {
super();
_workspace = ResourcesPlugin.getWorkspace();
_tomcatServerStateListener = new TomcatServerStateListener() {
public void stateChanged(int state) {
_currentRunningRuntime = TomcatUtils.getInstance().getCurrentRuntime();
Display.getDefault().asyncExec(new Runnable() {
public void run() {