You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2003/10/01 11:43:40 UTC

cvs commit: jakarta-tomcat-4.0/catalina/src/conf server.xml

hgomez      2003/10/01 02:43:40

  Modified:    catalina/src/conf server.xml
  Log:
  Add comments about gzip settings
  
  Revision  Changes    Path
  1.70      +9 -1      jakarta-tomcat-4.0/catalina/src/conf/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/server.xml,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- server.xml	13 Sep 2003 15:08:02 -0000	1.69
  +++ server.xml	1 Oct 2003 09:43:40 -0000	1.70
  @@ -96,7 +96,15 @@
                  useURIValidationHack="false" disableUploadTimeout="true" />
       <!-- Note : To disable connection timeouts, set connectionTimeout value
        to -1 -->
  -
  +	
  +	<!-- Note : To use gzip compression you could set the following properties :
  +	
  +			   compression="on" 
  +			   compressionMinSize="2048" 
  +			   noCompressionUserAgents="gozilla, traviata" 
  +			   compressableMimeType="text/html,text/xml"
  +	-->
  +			   	
       <!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
       <!--
       <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-tomcat-4.0/catalina/src/conf server.xml

Posted by Henri Gomez <hg...@apache.org>.
Remy Maucherat a écrit :
> Henri Gomez wrote:
> 
>> Remy Maucherat a écrit :
>>
>>> Remy Maucherat wrote:
>>>
>>>> Henri Gomez wrote:
>>>> I'll try to build it, and see if it works. I'll also diff the 
>>>> adapter between the two branches, to see if there aren't any 
>>>> forgotten patches.
>>>>
>>>> If it works well, we can try to include that with 4.1.28.
>>>
>>>
>>>
>>>
>>> It doesn't look good: j-t-c now depends on JMX and modeler 1.1. 
>>> That's a lot of stuff to update :-(
>>
>>
>> May be just have to update build.xml to included mx4j and modeler.
> 
> 
> Yes, only adding commons-modeler 1.1 is needed. Thanks.
> 
>>> Plus there are tricky changes which I don't know if I should port or 
>>> not. So that probably means regressions.
>>> So if it's up to me, I'll choose to wait for TC 5 :)
>>
>>
>> Many site will stay with there TC 4.1.x (or 3.3.x) for some times so
>> if we have 2 branches for jtc, we may miss fix/patch from one branch to
>> another.
>>
>> Upgrading the build file seems to be easier ...
> 
> 
> There could still be regressions, though. Maybe it's worth it.

If we use JTC HEAD for TC 3.3.x, 4.1.x and 5.0.x, I think it's
worth it.


As I said less branches, less works and less mistake ;)



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-tomcat-4.0/catalina/src/conf server.xml

Posted by Remy Maucherat <re...@apache.org>.
Henri Gomez wrote:

> Remy Maucherat a écrit :
> 
>> Remy Maucherat wrote:
>>
>>> Henri Gomez wrote:
>>> I'll try to build it, and see if it works. I'll also diff the adapter 
>>> between the two branches, to see if there aren't any forgotten patches.
>>>
>>> If it works well, we can try to include that with 4.1.28.
>>
>>
>>
>> It doesn't look good: j-t-c now depends on JMX and modeler 1.1. That's 
>> a lot of stuff to update :-(
> 
> May be just have to update build.xml to included mx4j and modeler.

Yes, only adding commons-modeler 1.1 is needed. Thanks.

>> Plus there are tricky changes which I don't know if I should port or 
>> not. So that probably means regressions.
>> So if it's up to me, I'll choose to wait for TC 5 :)
> 
> Many site will stay with there TC 4.1.x (or 3.3.x) for some times so
> if we have 2 branches for jtc, we may miss fix/patch from one branch to
> another.
> 
> Upgrading the build file seems to be easier ...

There could still be regressions, though. Maybe it's worth it.

Remy



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-tomcat-4.0/catalina/src/conf server.xml

Posted by Henri Gomez <hg...@apache.org>.
Remy Maucherat a écrit :

> Remy Maucherat wrote:
> 
>> Henri Gomez wrote:
>> I'll try to build it, and see if it works. I'll also diff the adapter 
>> between the two branches, to see if there aren't any forgotten patches.
>>
>> If it works well, we can try to include that with 4.1.28.
> 
> 
> It doesn't look good: j-t-c now depends on JMX and modeler 1.1. That's a 
> lot of stuff to update :-(

May be just have to update build.xml to included mx4j and modeler.

> Plus there are tricky changes which I don't know if I should port or 
> not. So that probably means regressions.
> So if it's up to me, I'll choose to wait for TC 5 :)

Many site will stay with there TC 4.1.x (or 3.3.x) for some times so
if we have 2 branches for jtc, we may miss fix/patch from one branch to
another.

Upgrading the build file seems to be easier ...


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-tomcat-4.0/catalina/src/conf server.xml

Posted by Remy Maucherat <re...@apache.org>.
Remy Maucherat wrote:

> Henri Gomez wrote:
> I'll try to build it, and see if it works. I'll also diff the adapter 
> between the two branches, to see if there aren't any forgotten patches.
> 
> If it works well, we can try to include that with 4.1.28.

It doesn't look good: j-t-c now depends on JMX and modeler 1.1. That's a 
lot of stuff to update :-(

Plus there are tricky changes which I don't know if I should port or 
not. So that probably means regressions.
So if it's up to me, I'll choose to wait for TC 5 :)

Remy



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-tomcat-4.0/catalina/src/conf server.xml

Posted by Bill Barker <wb...@wilshire.com>.
----- Original Message -----
From: "Henri Gomez" <hg...@apache.org>
To: "Tomcat Developers List" <to...@jakarta.apache.org>
Sent: Wednesday, October 01, 2003 4:52 AM
Subject: Re: cvs commit: jakarta-tomcat-4.0/catalina/src/conf server.xml


> Remy Maucherat a écrit :
>
> > Henri Gomez wrote:
> >
> >> Remy Maucherat a écrit :
> >>
> >>> Henri Gomez wrote:
> >>>
> >>>> Urg.
> >>>>
> >>>> Should I back port change to coyote_10 ?
> >>>
> >>>
> >>>
> >>>
> >>> I'd prefer using the Coyote HEAD in TC 4.1, I think. I'm sick of all
> >>> those branches ;-)
> >>
> >>
> >>
> >> +1, less branches, less works
> >
> >
> > I'll try to build it, and see if it works. I'll also diff the adapter
> > between the two branches, to see if there aren't any forgotten patches.
> >
> > If it works well, we can try to include that with 4.1.28.
>
> I've got a problem to build Tomcat 4.1.27 with an IBM SDK 1.4.1 (so
> using its own jsse). Missing def com.sun.net.ssl.* ?
>
> How could we fix it ?
>

You need the JSSE 1.0.x jar files (the ones for 1.3.x JVMs) to build.
Download it and update jsse.home and you should be fine.

>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>


Re: cvs commit: jakarta-tomcat-4.0/catalina/src/conf server.xml

Posted by Henri Gomez <hg...@apache.org>.
Remy Maucherat a écrit :

> Henri Gomez wrote:
> 
>> Remy Maucherat a écrit :
>>
>>> Henri Gomez wrote:
>>>
>>>> Urg.
>>>>
>>>> Should I back port change to coyote_10 ?
>>>
>>>
>>>
>>>
>>> I'd prefer using the Coyote HEAD in TC 4.1, I think. I'm sick of all 
>>> those branches ;-)
>>
>>
>>
>> +1, less branches, less works
> 
> 
> I'll try to build it, and see if it works. I'll also diff the adapter 
> between the two branches, to see if there aren't any forgotten patches.
> 
> If it works well, we can try to include that with 4.1.28.

I've got a problem to build Tomcat 4.1.27 with an IBM SDK 1.4.1 (so 
using its own jsse). Missing def com.sun.net.ssl.* ?

How could we fix it ?


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-tomcat-4.0/catalina/src/conf server.xml

Posted by Remy Maucherat <re...@apache.org>.
Henri Gomez wrote:

> Remy Maucherat a écrit :
> 
>> Henri Gomez wrote:
>>
>>> Urg.
>>>
>>> Should I back port change to coyote_10 ?
>>
>>
>>
>> I'd prefer using the Coyote HEAD in TC 4.1, I think. I'm sick of all 
>> those branches ;-)
> 
> 
> +1, less branches, less works

I'll try to build it, and see if it works. I'll also diff the adapter 
between the two branches, to see if there aren't any forgotten patches.

If it works well, we can try to include that with 4.1.28.

Remy



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-tomcat-4.0/catalina/src/conf server.xml

Posted by Henri Gomez <hg...@apache.org>.
Remy Maucherat a écrit :

> Henri Gomez wrote:
> 
>> Urg.
>>
>> Should I back port change to coyote_10 ?
> 
> 
> I'd prefer using the Coyote HEAD in TC 4.1, I think. I'm sick of all 
> those branches ;-)

+1, less branches, less works


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-tomcat-4.0/catalina/src/conf server.xml

Posted by Remy Maucherat <re...@apache.org>.
Henri Gomez wrote:
> Urg.
> 
> Should I back port change to coyote_10 ?

I'd prefer using the Coyote HEAD in TC 4.1, I think. I'm sick of all 
those branches ;-)

Remy


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-tomcat-4.0/catalina/src/conf server.xml

Posted by Henri Gomez <hg...@apache.org>.
Remy Maucherat a écrit :

> hgomez@apache.org wrote:
> 
>> hgomez      2003/10/01 02:43:40
>>
>>   Modified:    catalina/src/conf server.xml
>>   Log:
>>   Add comments about gzip settings
> 
> 
>>   +   
>>   +    <!-- Note : To use gzip compression you could set the following 
>> properties :
>>   +   
>>   +               compression="on"   +               
>> compressionMinSize="2048"   +               
>> noCompressionUserAgents="gozilla, traviata"   +               
>> compressableMimeType="text/html,text/xml"
>>   +    -->
>>   +                  
>>        <!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
>>        <!--
>>        <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
> 
> 
> TC 4.1 uses the old coyote_10 branch, and I don't think it has that.

Urg.

Should I back port change to coyote_10 ?




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-tomcat-4.0/catalina/src/conf server.xml

Posted by Remy Maucherat <re...@apache.org>.
hgomez@apache.org wrote:
> hgomez      2003/10/01 02:43:40
> 
>   Modified:    catalina/src/conf server.xml
>   Log:
>   Add comments about gzip settings

>   +	
>   +	<!-- Note : To use gzip compression you could set the following properties :
>   +	
>   +			   compression="on" 
>   +			   compressionMinSize="2048" 
>   +			   noCompressionUserAgents="gozilla, traviata" 
>   +			   compressableMimeType="text/html,text/xml"
>   +	-->
>   +			   	
>        <!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
>        <!--
>        <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"

TC 4.1 uses the old coyote_10 branch, and I don't think it has that.

Remy


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org