String cmd = "d:tomcatbinstartup.bat";
File file = new File("d:tomcatbin");
Process p = Runtime.getRuntime().exec(cmd, null, file);
String name = ManagementFactory.getRuntimeMxBean.getName();
String pid = name.split("@")[0];
这个pid是当前进程的pid ,我该如何获取由该进程启动的tomcat 的pid 呢?
有没有大侠知道啊,急啊。好几天啦!
长风秋雁
慕哥6287543
相关分类