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

2005-05-26 Thread markt
markt 2005/05/26 14:32:35 Modified:catalina/src/conf server.xml Log: Tweak server.xml to align it with the connector doc changes. Revision ChangesPath 1.73 +2 -2 jakarta-tomcat-4.0/catalina/src/conf/server.xml Index: server.xml

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

2003-10-07 Thread Henri Gomez
[EMAIL PROTECTED] a écrit : remm2003/10/07 06:25:17 Modified:catalina/src/conf server.xml Log: - The connector class being used by Tomcat 4.1 doesn't have the appropriate setters, nor the set-any-property mod that is in 5.0. As a result, the example won't work right now

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

2003-10-07 Thread Remy Maucherat
Henri Gomez wrote: [EMAIL PROTECTED] a écrit : remm2003/10/07 06:25:17 Modified:catalina/src/conf server.xml Log: - The connector class being used by Tomcat 4.1 doesn't have the appropriate setters, nor the set-any-property mod that is in 5.0. As a result, the example

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

2003-10-07 Thread Remy Maucherat
Henri Gomez wrote: Remy Maucherat a écrit : Did the build works (since there is now the regexp 1.3 floating around) ? Yes, I had it in my build.properties before (since the sample resource is just a sample, rather than a defaults list, they are often out of sync). I don't have the problem into

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

2003-10-01 Thread hgomez
hgomez 2003/10/01 02:43:40 Modified:catalina/src/conf server.xml Log: Add comments about gzip settings Revision ChangesPath 1.70 +9 -1 jakarta-tomcat-4.0/catalina/src/conf/server.xml Index: server.xml

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

2003-10-01 Thread Remy Maucherat
[EMAIL PROTECTED] 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 +

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

2003-10-01 Thread Henri Gomez
Remy Maucherat a écrit : [EMAIL PROTECTED] 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 : + +

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

2003-10-01 Thread Remy Maucherat
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: [EMAIL PROTECTED] For additional commands,

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

2003-10-01 Thread Henri Gomez
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

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

2003-10-01 Thread Remy Maucherat
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

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

2003-10-01 Thread Henri Gomez
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

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

2003-10-01 Thread Remy Maucherat
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

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

2003-10-01 Thread Henri Gomez
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:

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

2003-10-01 Thread Remy Maucherat
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

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

2003-10-01 Thread Henri Gomez
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

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

2003-10-01 Thread Bill Barker
- Original Message - From: Henri Gomez [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] 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

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

2003-06-02 Thread funkman
funkman 2003/06/01 18:29:22 Modified:catalina/src/conf server.xml Log: Remove warp/webapp declaration since it is deprecated. Revision ChangesPath 1.68 +21 -61jakarta-tomcat-4.0/catalina/src/conf/server.xml Index: server.xml

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

2002-12-09 Thread remm
remm2002/12/09 05:22:40 Modified:catalina/src/conf server.xml Log: - Port connector configuration tweaks. Revision ChangesPath 1.67 +7 -6 jakarta-tomcat-4.0/catalina/src/conf/server.xml Index: server.xml

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

2002-12-07 Thread billbarker
billbarker2002/12/07 23:14:16 Modified:catalina/src/conf server.xml Log: Adding a comment to document how to configure custom-Valves for MBeans. Revision ChangesPath 1.66 +7 -1 jakarta-tomcat-4.0/catalina/src/conf/server.xml Index: server.xml

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

2002-11-21 Thread Henri Gomez
[EMAIL PROTECTED] wrote: hgomez 2002/11/21 01:42:36 Modified:catalina/src/conf server.xml Log: No timeout to be set in AJP13 connector, it's the webserver responsability to drop unused connections Revision ChangesPath 1.65 +1 -1

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

2002-11-05 Thread jfclere
jfclere 2002/11/05 03:41:49 Modified:catalina/src/conf server.xml Log: Arrange the explainations about maxActiveSessions and minIdleSwap. Revision ChangesPath 1.64 +7 -6 jakarta-tomcat-4.0/catalina/src/conf/server.xml Index: server.xml

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

2002-10-22 Thread hgomez
hgomez 2002/10/22 02:45:35 Modified:catalina/src/conf server.xml Log: Add comment about jvmroute in Engine to use jk/jk2 load-balancing Revision ChangesPath 1.63 +4 -0 jakarta-tomcat-4.0/catalina/src/conf/server.xml Index: server.xml

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

2002-08-16 Thread amyroh
amyroh 2002/08/16 13:19:32 Modified:catalina/src/conf server.xml Log: Update the JNDI datasource sample configuration following the current DBCP implementation - username instead of user. Revision ChangesPath 1.62 +1 -1

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

2002-06-13 Thread remm
remm2002/06/13 14:42:40 Modified:catalina/src/conf server.xml Log: - Fix confusing version number. Revision ChangesPath 1.60 +1 -1 jakarta-tomcat-4.0/catalina/src/conf/server.xml Index: server.xml

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

2002-05-22 Thread jfclere
jfclere 02/05/22 07:33:16 Modified:catalina/src/conf server.xml Log: Typo. Revision ChangesPath 1.59 +1 -1 jakarta-tomcat-4.0/catalina/src/conf/server.xml Index: server.xml === RCS file:

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

2002-04-11 Thread remm
remm02/04/11 16:01:26 Modified:catalina/src/conf server.xml Log: - Add the new default configuration, based on my proposal. - Obviously, some tweaking may still be needed, and the parameters to be used for the new Coyote connector are still being refined. Revision

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

2002-03-14 Thread remm
remm02/03/14 13:06:56 Modified:catalina/src/conf server.xml Log: - Update the flag name, and set it to false. Revision ChangesPath 1.56 +3 -3 jakarta-tomcat-4.0/catalina/src/conf/server.xml Index: server.xml

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

2002-03-13 Thread remm
remm02/03/13 12:02:20 Modified:catalina/src/conf server.xml Log: - Make the new HTTP/1.1 connector the default connector. It will use the URI normalization hack at the moment. Revision ChangesPath 1.55 +22 -18

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

2002-03-07 Thread remm
remm02/03/07 21:35:46 Modified:catalina/src/conf server.xml Log: - Add the Coyote HTTP/1.1 connector in the default configuration, on port 8081. - Request parameter handling is not ported yet (this breaks the welcome page redirects). - Session support is not ported yet

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

2002-01-17 Thread remm
remm02/01/17 04:26:42 Modified:catalina/src/conf Tag: tomcat_40_branch server.xml Log: - Enable jk by default. Revision ChangesPath No revision No revision 1.29.2.12 +0 -2

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

2002-01-17 Thread craigmcc
craigmcc02/01/17 12:16:53 Modified:catalina/src/conf server.xml Log: Update the commented-out entry that enables MBean creation to reflect the removal of the HttpAdaptor startup logic (which was proprietary to the JMX RI implementation). Revision ChangesPath 1.49

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

2002-01-11 Thread jfclere
jfclere 02/01/11 08:39:14 Modified:catalina/src/conf Tag: tomcat_40_branch server.xml Log: The appBase should be in WarpConnector not in WarpEngine. It will apply for all virtual hosts deployed bu mod_webapp. PR: 5031 Revision ChangesPath No

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

2002-01-11 Thread jfclere
jfclere 02/01/11 08:43:58 Modified:catalina/src/conf server.xml Log: The appBase has be to in WarpConnector not it WarpEngine. PR: 5031 Revision ChangesPath 1.48 +2 -2 jakarta-tomcat-4.0/catalina/src/conf/server.xml Index: server.xml

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

2002-01-02 Thread craigmcc
craigmcc02/01/02 18:01:56 Modified:catalina/src/conf server.xml Log: Add resolveHosts=false to the default AccessLogValve configuration so people who don't necessarily read the server configuration documentation will see it. Revision ChangesPath 1.47 +1 -1

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

2001-10-27 Thread remm
remm01/10/26 15:53:40 Modified:catalina/src/conf server.xml Log: - Add support for basic authentication to the HTML adaptor. Revision ChangesPath 1.42 +1 -1 jakarta-tomcat-4.0/catalina/src/conf/server.xml Index: server.xml

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

2001-10-26 Thread remm
remm01/10/26 10:17:39 Modified:catalina/src/conf server.xml Log: - Declare the examples webapp as cross context. Revision ChangesPath 1.41 +1 -1 jakarta-tomcat-4.0/catalina/src/conf/server.xml Index: server.xml

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

2001-10-26 Thread remm
remm01/10/26 10:17:52 Modified:catalina/src/conf Tag: tomcat_40_branch server.xml Log: - Declare the examples webapp as cross context. Revision ChangesPath No revision No revision 1.29.2.10 +1 -1

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

2001-10-21 Thread remm
remm01/10/21 21:49:37 Modified:catalina/src/conf server.xml Log: - Add new auto deploy flag. If true, the web applcations will be automatically deployed by the host configurator. Revision ChangesPath 1.39 +2 -1

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

2001-09-30 Thread remm
remm01/09/30 12:31:10 Modified:catalina/src/conf Tag: tomcat_40_branch server.xml Log: - Fix case sensitivity problem. Patch submitted by Michael J Traynor (p3800 at larsontraynor.com) Revision ChangesPath No revision No

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

2001-09-30 Thread remm
remm01/09/30 12:31:20 Modified:catalina/src/conf server.xml Log: - Fix case sensitivity problem. Patch submitted by Michael J Traynor (p3800 at larsontraynor.com) Revision ChangesPath 1.34 +1 -1 jakarta-tomcat-4.0/catalina/src/conf/server.xml

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

2001-09-22 Thread remm
remm01/09/22 17:12:35 Modified:.BUILDING.txt build.properties.sample build.xml catalina build.xml catalina/src/conf server.xml Log: - Update build instructions (but steps 16 and 17 will need to be improved). - The binary will now include

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

2001-04-26 Thread craigmcc
craigmcc01/04/26 17:34:00 Modified:catalina build.xml catalina/src/conf server.xml Log: Remove the warp connector from the build (and from the default server.xml configuration) until I have time to figure out why it breaks a build from scratch. Revision

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

2001-04-07 Thread kief
kief01/04/07 03:22:40 Modified:catalina/src/conf server.xml Log: Added configuration and documentation for PersistentManager, which is commented out by default. Revision ChangesPath 1.19 +46 -0 jakarta-tomcat-4.0/catalina/src/conf/server.xml Index:

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

2000-12-16 Thread craigmcc
craigmcc00/12/16 17:03:29 Modified:catalina/src/conf server.xml Log: Add documentation and commented-out entries for the SingleSignOn valve (which allows a user authenticated in one app to be recognized in all other web apps in the same virtual host) and the RequestDumperValve

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

2000-12-02 Thread craigmcc
craigmcc00/12/02 18:18:17 Modified:catalina/src/conf server.xml Log: Add comments that document how to change the directory to which log files (including the access logger valve) log their output. PR: BugRat Bug Report #385 Submitted by: Mayank Shah [EMAIL PROTECTED]

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

2000-11-20 Thread remm
remm00/11/20 13:23:08 Modified:catalina/src/conf server.xml Log: - The AccessLogValve is now removed from the default configuration until further work is done to improve its performance. The XML is just commented out, so you can still easily use it if you want to.