You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Marc Saegesser <ma...@apropos.com> on 2001/05/01 00:15:46 UTC

Tomcat 3.2.2 beta 4

Tomcat 3.2.2 beta 4 is available for download.  If you can provide binaries
for various please send them to me or update the FTP site.  Thanks.


Re: Tomcat 3.2.2 beta 4

Posted by Andrey Kartashov <an...@sonatainc.com>.
On Mon, Apr 30, 2001 at 05:15:46PM -0500, Marc Saegesser wrote:
> Tomcat 3.2.2 beta 4 is available for download.  If you can provide binaries
> for various please send them to me or update the FTP site.  Thanks.

Hi, all!
I've made a little modification in Tomcat 3.2.1 codebase that I think would
be nice to include in TC 3.2.2.

Problem: shutdown script always connects to "localhost" to send shutdown command.
It is a problem on a "multihomed" machine running multiple tomcats where
tomcats use same port numbers but bound to different IP adresses using inet=""
configuration option in server.xml.

Fix: query PoolTcpConnector.INET attribute in shutdown code.

Attached please find a little patch file. This is patch against my repository
and TC 3.2.1 but I checked the very same file
(src/share/org/apache/tomcat/task/StopTomcat.java) in TC 3.2.2 beta 4 and it
was identical to the old one, so I beleive the patch would be the same.


Thanks.

-- 
oo Andrey
oo
oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo
"All mail clients suck. This one just sucks less."
           -- http://www.mutt.org/  Jeremy Blosser
oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo

RE: Tomcat 3.2.2 beta 4

Posted by cm...@yahoo.com.
On Mon, 30 Apr 2001, Marc Saegesser wrote:

> Costin,
> 
> Let me know what you find and what the fix looks like.  If its a simple fix
> then I'm OK with just developer testing and code review.

Ok, it seems it's a false alarm - the problem may be related with the
infinte loop if no ROOT exist, and that's fixed.

I'll try some more tests.

While looking after that - 3.2 doesn't have the fix for "case sensitive
host names". It's a very simple fix ( i.e. add toLower() in
SimpleMapper1), if you want it I can check it in tommorow ( the fix has
been implemented and tested in 3.3, and it's quite small and obvious )
 

Costin


RE: Tomcat 3.2.2 beta 4

Posted by Marc Saegesser <ma...@apropos.com>.
Costin,

Let me know what you find and what the fix looks like.  If its a simple fix
then I'm OK with just developer testing and code review.

Marc "Just ship the damn thing" Saegesser

> -----Original Message-----
> From: cmanolache@yahoo.com [mailto:cmanolache@yahoo.com]
> Sent: Monday, April 30, 2001 5:37 PM
> To: tomcat-dev@jakarta.apache.org
> Subject: Re: Tomcat 3.2.2 beta 4
>
>
> On Mon, 30 Apr 2001, Marc Saegesser wrote:
>
> > Tomcat 3.2.2 beta 4 is available for download.  If you can
> provide binaries
> > for various please send them to me or update the FTP site.  Thanks.
>
> Great !.
>
> Marc - one bad news, I have a bug that I think we should fix, it should
> be an easy fix and probably we don't need another beta for it ( I'm
> testing right now with beta4, maybe it's already there).
>
> The problem is related with virtual hosts - and tomcat hanging the
> threads when the host is not recognized. Hanging is bad - need to fix it.
> ( 3.3 doesn't have the problem )
>
> Also, I'm not sure if "case sensitive host" is fixed in 3.2.
>
> Costin


Re: Tomcat 3.2.2 beta 4

Posted by cm...@yahoo.com.
On Mon, 30 Apr 2001, Marc Saegesser wrote:

> Tomcat 3.2.2 beta 4 is available for download.  If you can provide binaries
> for various please send them to me or update the FTP site.  Thanks.

Great !.

Marc - one bad news, I have a bug that I think we should fix, it should
be an easy fix and probably we don't need another beta for it ( I'm
testing right now with beta4, maybe it's already there).

The problem is related with virtual hosts - and tomcat hanging the
threads when the host is not recognized. Hanging is bad - need to fix it.
( 3.3 doesn't have the problem )

Also, I'm not sure if "case sensitive host" is fixed in 3.2. 

Costin