Re: tomcat starting even after port is in use

2010-07-19 Thread sudhir singh rana
is there any way I can achieve this in 5.5.27 thanks On Tue, Jul 20, 2010 at 9:15 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: sudhir singh rana [mailto:sudhirsinghr...@gmail.com] > > Subject: Re: tomcat starting even after port is in use > &g

Re: tomcat starting even after port is in use

2010-07-19 Thread sudhir singh rana
I am using tomcat 5.5.27 and problem is that even tomcat got exception due to port in use it initialized my servlet I mean called init function. thanks On Mon, Jul 19, 2010 at 10:29 PM, Mark Thomas wrote: > > Hi, > > > > I started tomcat but tomcat port was in use. Due to this some > functional

tomcat starting even after port is in use

2010-07-19 Thread sudhir singh rana
Hi, I started tomcat but tomcat port was in use. Due to this some functionality of my program was not working. Tomcat gives the error when port is in use but it comes up. I want tomcat should not come up when port is in use. Can anyone help me thanks in advance