### Eclipse Workspace Patch 1.0 #P org.eclipse.jst.server.tomcat.core Index: tomcatcore/org/eclipse/jst/server/tomcat/core/internal/TomcatLaunchConfigurationDelegate.java =================================================================== RCS file: /cvsroot/webtools/jst/components/server/plugins/org.eclipse.jst.server.tomcat.core/tomcatcore/org/eclipse/jst/server/tomcat/core/internal/TomcatLaunchConfigurationDelegate.java,v retrieving revision 1.10 diff -u -r1.10 TomcatLaunchConfigurationDelegate.java --- tomcatcore/org/eclipse/jst/server/tomcat/core/internal/TomcatLaunchConfigurationDelegate.java 5 Apr 2006 18:10:22 -0000 1.10 +++ tomcatcore/org/eclipse/jst/server/tomcat/core/internal/TomcatLaunchConfigurationDelegate.java 12 Apr 2006 19:26:47 -0000 @@ -47,6 +47,10 @@ IVMInstall vm = verifyVMInstall(configuration); IVMRunner runner = vm.getVMRunner(mode); + if (runner==null) + { + runner = vm.getVMRunner(ILaunchManager.RUN_MODE); + } File workingDir = verifyWorkingDirectory(configuration); String workingDirName = null;