Re: How to kill the port used by tomcat

2009-06-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kalai, On 6/3/2009 8:52 AM, kalpeer wrote: > When I do netstat -an | grep 8443 it says that it was in listen mode. > *.8443 *.*0 0 49152 0 > LISTEN > Now I need to use the same port for

RE: How to kill the port used by tomcat

2009-06-03 Thread Caldarale, Charles R
> From: kalpeer [mailto:inka...@gmail.com] > Subject: RE: How to kill the port used by tomcat > > os:solaris10 and 9 > java:1.5.0_17 > please let me know the comment for getting the id :( This is not a Solaris training list. Since you're acting as a system administ

RE: How to kill the port used by tomcat

2009-06-03 Thread kalpeer
docs/share/jps.html > > - Peter > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://www.nabble.com/How-to-kill-t

RE: How to kill the port used by tomcat

2009-06-03 Thread Peter Crowther
> From: kalpeer [mailto:inka...@gmail.com] > 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 po

RE: How to kill the port used by tomcat

2009-06-03 Thread kalpeer
cess that is using the port. > > - Peter > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in contex

RE: How to kill the port used by tomcat

2009-06-03 Thread Peter Crowther
> From: kalpeer [mailto:inka...@gmail.com] > How I can free the port without going to the original > tomcat shutdown. You have to kill the process that is using the port. - Peter - To unsubscribe, e-mail:

How to kill the port used by tomcat

2009-06-03 Thread kalpeer
. How I can free the port without going to the original tomcat shutdown. Please help me to solve this issue. Regards, Kalai -- View this message in context: http://www.nabble.com/How-to-kill-the-port-used-by-tomcat-tp23850842p23850842.html Sent from the Tomcat - User mailing list