Hi,
Currently I am facing a problem that when I shutdown & restart the
Tomcat service,
it says that the port is already in use. The only work around I have
is to restart the system, wherein I will be succesful to start only
after the reboot.
Please let me know if there is any permanent solution to this.
thanks,
Anu.
Jani Yusef - 16 Jul 2003 22:06 GMT
> Hi,
>
[quoted text clipped - 8 lines]
> thanks,
> Anu.
Perhaps the problem is that you are a worthless f.cking Indian?
An american programmer would know the answer, I for one do.......
Sorry, no help for hindi scabs here.......
Jim - 14 Aug 2003 02:10 GMT
Anu,
I agree with the poster that say to wait a while for the port to free up.
I heartedly disagree with poster that is unwilling to offer his help; I'm
rather
distressed that attitudes like his must be tallied among those of
'American programmerss'.
jim
BTW do you think that's it odd that a person with a name like "Jani Yuses"
should
be so reluctant to help 'non-Americans'? I wonder what his grandfather would
think?
> > Hi,
> >
[quoted text clipped - 11 lines]
> An american programmer would know the answer, I for one do.......
> Sorry, no help for hindi scabs here.......
Michael Amling - 17 Jul 2003 03:10 GMT
> Hi,
>
[quoted text clipped - 5 lines]
>
> Please let me know if there is any permanent solution to this.
We've had the same problem, not with Tomcat, but with a service not
closing its server ports.
Our short term solution is to run this code as an application rather
than a service.
The long term solution is to get off of Windows.
--Mike Amling
Richard Wheeldon - 17 Jul 2003 08:40 GMT
> > Currently I am facing a problem that when I shutdown & restart the
> > Tomcat service,
> > it says that the port is already in use. The only work around I have
> > is to restart the system, wherein I will be succesful to start only
> > after the reboot.
> The long term solution is to get off of Windows.
I've had problems with tomcat not shutting down properly on Linux
as well. The nice thing about Linux is that it's an easy problem
to solve - just killall java and start it up again,
Richard