cvs commit: jakarta-tomcat/src/etc server.xml

2004-09-02 Thread billbarker
billbarker2004/09/01 23:18:10 Modified:src/etc server.xml Log: Note that the CoyoteConnector now requires a 1.4 JVM. Revision ChangesPath 1.104 +1 -1 jakarta-tomcat/src/etc/server.xml Index: server.xml

cvs commit: jakarta-tomcat/src/etc server.xml

2003-10-01 Thread hgomez
hgomez 2003/10/01 02:49:58 Modified:src/etc server.xml Log: More options for Coyote2 connector and notes about gzip Revision ChangesPath 1.101 +18 -6 jakarta-tomcat/src/etc/server.xml Index: server.xml

cvs commit: jakarta-tomcat/src/etc server.xml

2003-02-16 Thread larryi
larryi 2003/02/16 15:21:18 Modified:src/etc server.xml Log: Doing MxInterceptor as an add-on. Revision ChangesPath 1.100 +0 -27 jakarta-tomcat/src/etc/server.xml Index: server.xml === RCS

cvs commit: jakarta-tomcat/src/etc server.xml

2002-09-19 Thread hgomez
hgomez 2002/09/19 01:02:27 Modified:src/etc server.xml Log: Add example MXInterceptor (still not enabled by default) Revision ChangesPath 1.98 +28 -0 jakarta-tomcat/src/etc/server.xml Index: server.xml

cvs commit: jakarta-tomcat/src/etc server.xml

2002-09-19 Thread hgomez
hgomez 2002/09/19 04:14:30 Modified:src/etc server.xml Log: typo, it's MxInterceptor and not MXInterceptor Revision ChangesPath 1.99 +2 -3 jakarta-tomcat/src/etc/server.xml Index: server.xml

Re: cvs commit: jakarta-tomcat/src/etc server.xml

2002-09-19 Thread Bojan Smojver
On Thu, 2002-09-19 at 21:14, [EMAIL PROTECTED] wrote: -MXInterceptor port=8999 authentification=basic +MxInterceptor port=8999 authentification=basic user=admin password=changeillico/ Shouldn't the above be

cvs commit: jakarta-tomcat/src/etc server.xml

2002-04-09 Thread costin
costin 02/04/09 12:43:27 Modified:src/etc server.xml Log: Changed to CoyoteInterceptor2. ( after we are comfortable with it, we'll rename it to CoyoteInterceptor ) Added the commented out impl of Coyte-based jk. Revision ChangesPath 1.97 +8 -2

cvs commit: jakarta-tomcat/src/etc server.xml modules.xml

2002-04-07 Thread larryi
larryi 02/04/07 19:16:40 Modified:src/etc server.xml modules.xml Log: Include CoyoteConnector in modules.xml and add a disabled CoyoteConnector to server.xml. Revision ChangesPath 1.96 +15 -0 jakarta-tomcat/src/etc/server.xml Index: server.xml

cvs commit: jakarta-tomcat/src/etc server.xml

2001-12-31 Thread larryi
larryi 01/12/31 15:35:47 Modified:src/etc server.xml Log: There are several working configurations for StaticInterceptor using the new attributes. Each with advantages and disadvantages. This implements the working configuration closest to Tomcat 3.3's default, which

cvs commit: jakarta-tomcat/src/etc server.xml

2001-10-26 Thread marcsaeg
marcsaeg01/10/26 07:01:10 Modified:src/etc Tag: tomcat_32 server.xml Log: Adds Jdk12Interceptor. It is currently commented out. Revision ChangesPath No revision No revision 1.29.2.12 +7 -1

cvs commit: jakarta-tomcat/src/etc server.xml

2001-10-18 Thread larryi
larryi 01/10/18 20:15:23 Modified:src/etc server.xml Log: Correction to comment about default jni_connect location Revision ChangesPath 1.93 +1 -1 jakarta-tomcat/src/etc/server.xml Index: server.xml

cvs commit: jakarta-tomcat/src/etc server.xml

2001-09-08 Thread larryi
larryi 01/09/08 13:08:31 Modified:src/etc server.xml Log: Remove JspInterceptor sendErrToClient option. I couldn't find where Jasper does anything with this option at this point. I plan on leaving it out of the documentation. Revision ChangesPath 1.90 +0 -1

cvs commit: jakarta-tomcat/src/etc server.xml

2001-09-02 Thread larryi
larryi 01/09/02 19:18:03 Modified:src/etc server.xml Log: Include the modules for mod_jk based connectors by default, with some documentation. Revision ChangesPath 1.89 +12 -3 jakarta-tomcat/src/etc/server.xml Index: server.xml

cvs commit: jakarta-tomcat/src/etc server.xml

2001-08-15 Thread costin
costin 01/08/15 17:38:06 Modified:src/etc server.xml Log: Uncomment JniConnector, it'll now sit inactive unless jni mode is detected. Use the short module name instead of class=, for consistency. Revision ChangesPath 1.86 +10 -19

cvs commit: jakarta-tomcat/src/etc server.xml

2001-08-02 Thread costin
costin 01/08/02 19:34:22 Modified:src/etc server.xml Log: Moved the loader and trusted loader at beginning, it's the first thing that needs initiated. Changed to modules/ Added the missing module ( commented out ). Revision ChangesPath 1.85 +9 -6

cvs commit: jakarta-tomcat/src/etc server.xml

2001-07-19 Thread larryi
larryi 01/07/19 10:36:16 Modified:src/etc server.xml Log: Remove Ajp14Interceptor since it won't be part of the distribution and could become out of date with respect to development in jakarta-tomcat-connectors. Also, some minor clean up. Revision ChangesPath

RE: cvs commit: jakarta-tomcat/src/etc server.xml

2001-06-25 Thread GOMEZ Henri
:[EMAIL PROTECTED]] Sent: Sunday, June 24, 2001 8:59 PM To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat/src/etc server.xml costin 01/06/24 11:58:38 Modified:src/etc server.xml Log: Reverted to Ajp13 from the jakarta-tomcat workspace ( ajp13 implementation is frozen

cvs commit: jakarta-tomcat/src/etc server.xml

2001-06-25 Thread hgomez
hgomez 01/06/25 01:04:39 Modified:src/etc server.xml Log: Ajp14 default port is 8011 Revision ChangesPath 1.81 +1 -1 jakarta-tomcat/src/etc/server.xml Index: server.xml === RCS file:

cvs commit: jakarta-tomcat/src/etc server.xml

2001-06-24 Thread costin
costin 01/06/24 11:58:38 Modified:src/etc server.xml Log: Reverted to Ajp13 from the jakarta-tomcat workspace ( ajp13 implementation is frozen, only bug fixes go in - we want to keep this as stable as possible) Added the Ajp14 interceptor ( experimental so far - will be

RE: cvs commit: jakarta-tomcat/src/etc server.xml

2001-06-18 Thread GOMEZ Henri
@@ -200,7 +197,9 @@ !-- Apache AJP12 support. This is also used to shut down tomcat. Parameter address defines network interface this Interceptor binds to. Delete it if you want to bind to all interfaces. -address=127.0.0.1 +

cvs commit: jakarta-tomcat/src/etc server.xml

2001-06-17 Thread nacho
nacho 01/06/17 12:04:03 Modified:src/etc server.xml Log: * in Win32 adding address attr to Ajp12 makes Tomcat non stop correctly , searching for a solution. * Changing Ajp13 to not use address too, it's not needed here. Revision ChangesPath 1.78 +7 -3

cvs commit: jakarta-tomcat/src/etc server.xml

2001-06-17 Thread nacho
nacho 01/06/17 12:07:29 Modified:src/etc server.xml Log: Oops, cleaning a bit of mess introduced. Revision ChangesPath 1.79 +6 -7 jakarta-tomcat/src/etc/server.xml Index: server.xml ===

cvs commit: jakarta-tomcat/src/etc server.xml

2001-02-06 Thread larryi
larryi 01/02/06 20:23:58 Modified:src/etc server.xml Log: Remove extra "/". Make it a little easier to copy the "path" setting for the servlet_log to the tc_log . Revision ChangesPath 1.69 +3 -3 jakarta-tomcat/src/etc/server.xml Index: server.xml

cvs commit: jakarta-tomcat/src/etc server.xml

2001-02-01 Thread costin
costin 01/02/01 20:56:45 Modified:src/etc server.xml Log: Replace AutoSetup with the 2 components. Revision ChangesPath 1.67 +4 -1 jakarta-tomcat/src/etc/server.xml Index: server.xml ===

cvs commit: jakarta-tomcat/src/etc server.xml

2001-01-31 Thread costin
costin 01/01/31 23:03:36 Modified:src/etc server.xml Log: Ops, only RequestInterceptor or Interceptor was defined inside context. All configuration directives will be simplified ( as part of "usability" ), right now it's not the biggest priority. Revision Changes

cvs commit: jakarta-tomcat/src/etc server.xml

2001-01-28 Thread costin
costin 01/01/28 11:19:12 Modified:src/etc server.xml Log: Removed unused modules. Revision ChangesPath 1.62 +0 -14 jakarta-tomcat/src/etc/server.xml Index: server.xml === RCS file:

cvs commit: jakarta-tomcat/src/etc server.xml

2000-11-22 Thread nacho
nacho 00/11/22 11:23:18 Modified:src/etc server.xml Log: a typo Revision ChangesPath 1.53 +1 -1 jakarta-tomcat/src/etc/server.xml Index: server.xml === RCS file: