Hi On Mon, Jul 23, 2012, at 01:10 PM, Jeff Beard wrote: > ps is showing threads as processes, which occurs with some versions of > Linux kernel. The listeners are 2 different threads: an AJP on 8009 and > an > HTTP on 8080.
Ok, so that sounds like one PID per thread, at least according to ps on this kernel? If the listeners are on 2 *different* threads, wouldn't they appear 'attached' to two *different* pids, then? Rather than the same? > > netstat -pan --tcp | grep jsvc > > tcp 0 0 :::8080 :::* LISTEN > > 30891/jsvc.exec > > tcp 0 0 :::8009 :::* LISTEN > > 30891/jsvc.exec I'll admit not being certain of the real import of this displayed info, if any ... --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org