cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java

2004-05-26 Thread billbarker
billbarker2004/05/26 21:42:13 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: Quote the module name passed to LoadModule. Revision ChangesPath 1.33 +4 -4 jakarta-tomcat/src/share/org/apache/tomcat/modules/config/ApacheConfig.java

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java JservConfig.java NSConfig.java TrustedLoader.java

2001-12-16 Thread costin
costin 01/12/16 21:24:09 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java JservConfig.java NSConfig.java TrustedLoader.java Log: Another gcj change ( result of my old experiment to compile tomcat to native code ). We have a final

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java

2001-08-16 Thread larryi
larryi 01/08/16 20:53:24 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: Update to make all contexts for a virtual host appear within a single Virtual Host block. For a root context in a virtual host, set DocumentRoot instead of a using Alias /

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java

2001-08-15 Thread costin
costin 01/08/15 17:27:07 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: Added 'inprocess' to the list of jkProtocols. Revision ChangesPath 1.24 +3 -3 jakarta-tomcat/src/share/org/apache/tomcat/modules/config/ApacheConfig.java

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java

2001-08-15 Thread larryi
larryi 01/08/15 22:22:41 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: Update to avoid writing duplicate NameVirtualHost directives. Also, if the context's host name is an ip address, or a host ip address is specified, then that address is used

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java

2001-08-02 Thread larryi
larryi 01/08/02 03:33:02 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: Addresses problem with using an Alias directive with the root context. Reported by: William Barker The noRoot parameter now works with forwardAll false too. If noRoot is

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java

2001-07-20 Thread larryi
larryi 01/07/20 05:45:20 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: Modified handling when forwardAll is true and using JkMount to also include the context pattern, i.e. /ctx/*. Just /ctx defines an exact match only. Made noRoot default to

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java

2001-07-20 Thread costin
costin 01/07/20 11:46:04 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: Remove the SetHandler option. This is new code, and will probably be available with all the new features and ajp14 as part of j-t-c. There is no need to put it into the

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java

2001-07-15 Thread costin
costin 01/07/15 17:00:42 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: Remove the ending / from Alias ( it's not used in the default config, only when you want static files served by apache ) Revision ChangesPath 1.17 +3 -3

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java

2001-07-12 Thread costin
costin 01/07/12 23:13:59 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: One more improvement in the generated config. As mentioned, the default is the stupid mode where all requrest are forwarded to tomcat. There is nothing we can do about this,

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java

2001-07-03 Thread costin
costin 01/07/03 16:32:28 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: Removed the jserv configuration part, reorganize a bit the code. The context mappings will be generated only of the user explicitely asks that, by default we'll forward all

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java

2001-07-03 Thread costin
costin 01/07/03 16:50:33 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: Added the code to generate simple/stupid mappings, a bit of reorganization in the code that lets apache serve static files. We can easily generate apache rules to map all the

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java

2001-07-03 Thread costin
costin 01/07/03 16:55:27 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: Added the JkDebug option - another small step in having all user setable options in server.xml ( and not having the user touch any server config file ). Note that JkDebug

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java

2001-06-21 Thread larryi
larryi 01/06/21 06:04:19 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: Add space following j_security_check to avoid syntax error. Updated to detect Ajp13Interceptor from jakarta-tomcat-connectors. Added jkProtocol property so Ajp12 or Ajp13

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java

2001-05-27 Thread costin
costin 01/05/27 16:11:08 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: Fix from Michael Jennings for form-based login in apache The new connector will probably provide a better solution in ajp14, but this is a good fix we can do now. Submitted

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java

2001-03-13 Thread melaquias
melaquias01/03/13 14:54:34 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: fixed default static paths for generated conf files and mod_jk/jserv to be relative, not absolute. Revision ChangesPath 1.8 +6 -7

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java

2001-03-13 Thread larryi
larryi 01/03/13 23:29:45 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: If the absolute path to mod_jserv or mod_jk doesn't exist, use relative path. This restores previous behavior if just ApacheConfig / is added to the server.xml. Revision

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java

2001-02-05 Thread danmil
danmil 01/02/05 15:29:57 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: Added configuraton for NetWare. Contributed by: Mike Anderson ([EMAIL PROTECTED]) Revision ChangesPath 1.4 +7 -0

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java

2001-02-01 Thread costin
costin 01/02/01 20:26:22 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: Small change - generate the config when the server is fully configured ( i.e. after auto loading webapps ). Regenerate the apache config whenever a new context is added. (

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java

2001-01-28 Thread danmil
danmil 01/01/28 13:30:35 Modified:src/etc server.xml src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: Fixed autogeneration of mod_jk.conf files by Tomcat, and added intelligence about ajp13 v. ajp12. The generated file will use ajp13 if

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ApacheConfig.java IISConfig.java NSConfig.java

2000-12-28 Thread costin
costin 00/12/28 11:50:42 Modified:src/share/org/apache/tomcat/task StartTomcat.java Added: src/share/org/apache/tomcat/modules/config ApacheConfig.java IISConfig.java NSConfig.java Removed: src/share/org/apache/tomcat/task ApacheConfig.java