> From: kalpeer [mailto:[email protected]] > Whats the command used to get the process id of the prot
That depends on your OS - which you haven't told us. Tomcat should show up as a Java process, so if you're running a recent Java (which you also didn't tell us) then jps should tell you some possible process IDs. http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jps.html - Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
