> 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
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
> 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
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
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