RE: tomcat starting even after port is in use

2010-07-19 Thread Caldarale, Charles R
> From: sudhir singh rana [mailto:sudhirsinghr...@gmail.com] > Subject: Re: tomcat starting even after port is in use > > is there any way I can achieve this in 5.5.27 Not via configuration, as far as I know. You could change the code at lines 501-508 in org/apache/cata

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 Caldarale, Charles R
> From: sudhir singh rana [mailto:sudhirsinghr...@gmail.com] > Subject: Re: tomcat starting even after port is in use > > 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. Not

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

Re: tomcat starting even after port is in use

2010-07-19 Thread Mark Thomas
On 19/07/2010 08:35, sudhir singh rana wrote: > 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 h