cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_config.c

2004-03-17 Thread hgomez
hgomez 2004/03/17 08:55:48 Modified:jk/native2/common jk_config.c Log: Remove unused vars (thanks gcc -wall) Revision ChangesPath 1.33 +2 -8 jakarta-tomcat-connectors/jk/native2/common/jk_config.c Index: jk_config.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_config.c

2003-03-04 Thread costin
costin 2003/03/04 15:58:30 Modified:jk/native2/common jk_config.c Log: Move the recently added code to mirror what happens on the java side ( i.e. all mbeans are configured, then init is called on new ones ). Now adding channels at runtime works fine - it was broken.

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_config.c

2003-03-03 Thread costin
costin 2003/03/03 23:14:40 Modified:jk/native2/common jk_config.c Log: Deal with changes in disabled - call init/destroy methods. Few other small config fixes. Revision ChangesPath 1.30 +42 -6 jakarta-tomcat-connectors/jk/native2/common/jk_config.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_config.c

2002-10-28 Thread mturk
mturk 2002/10/28 11:09:26 Modified:jk/native2/common jk_config.c Log: Simple patch that allows setting quasi-environment variables that will be resolved later in the config. If the option name starts with $ like $TOMCAT_HOME=/some/path then that will be set to the cfg-map

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_config.c

2002-07-08 Thread mturk
mturk 2002/07/08 06:40:54 Modified:jk/native2/common jk_config.c Log: no message Revision ChangesPath 1.27 +5 -5 jakarta-tomcat-connectors/jk/native2/common/jk_config.c Index: jk_config.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_config.c

2002-05-30 Thread costin
costin 02/05/30 11:20:49 Modified:jk/native2/common jk_config.c Log: Pass the disabled and debug attributes to the component. Revision ChangesPath 1.24 +24 -7 jakarta-tomcat-connectors/jk/native2/common/jk_config.c Index: jk_config.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_config.c

2002-05-22 Thread costin
costin 02/05/22 16:40:36 Modified:jk/native2/common jk_config.c Log: Stupid mistake... Revision ChangesPath 1.20 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_config.c Index: jk_config.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_config.c

2002-05-14 Thread costin
costin 02/05/14 10:12:45 Modified:jk/native2/common jk_config.c Log: Implement config reloading. IMORTANT: when the config file is reloaded we do process _only_ components with a 'ver' attribute that is newer than what we have. We will call all setters for that component

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_config.c

2002-05-09 Thread costin
costin 02/05/09 14:00:53 Modified:jk/native2/common jk_config.c Log: Remove the old code. Be less verbose ( unless config.debug property is set ). Add another 'magic' attribute, info. It'll allow some comments to be associated with each object, and persisted

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_config.c

2002-05-03 Thread costin
costin 02/05/03 10:40:25 Modified:jk/native2/common jk_config.c Log: Display an error message on unknown property names. debugEnv will turn on the messages about object creation/etc. Revision ChangesPath 1.13 +18 -3

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_config.c

2002-04-12 Thread costin
costin 02/04/12 16:08:45 Modified:jk/native2/common jk_config.c Log: Few methods made public, fix a problem in replaceProperties. ( the public methods will be 'inherited' in config_registry ). Also use the virtual methods - so overriding can work. I love OO

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_config.c

2002-04-11 Thread costin
costin 02/04/11 12:32:04 Modified:jk/native2/common jk_config.c Log: Fix problem when ${var} was on the first position. NOTE: I changed the code to use the same syntax as ant and most java programs - i.e. ${} instead of $(). Since we change most of the config format, I

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_config.c jk_logger_file.c

2002-03-25 Thread costin
costin 02/03/25 19:00:09 Modified:jk/native2/common jk_config.c jk_logger_file.c Log: Store the name of the config file ( to write back modified info ) Add the vargs method in logger. Revision ChangesPath 1.7 +8 -3

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_config.c jk_env.c

2002-03-24 Thread costin
costin 02/03/24 19:35:11 Modified:jk/native2/common jk_config.c jk_env.c Log: Moved the create method, use the more acurate method to extract the object type. Revision ChangesPath 1.6 +6 -54 jakarta-tomcat-connectors/jk/native2/common/jk_config.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_config.c

2002-03-23 Thread costin
costin 02/03/23 09:21:56 Modified:jk/native2/common jk_config.c Log: - add experimental support for saving the config. That will enable 'autoconf' and runtime changes via ajp13/status worker. ( the problem was that even if you have autoconf, it is lost when you restart and

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_config.c

2002-03-18 Thread costin
costin 02/03/18 10:26:15 Added: jk/native2/common jk_config.c Log: The initial jk_config implementation. Based on code from jk_map ( reading config file from properties ), jk_workerEnv ( setting properties of various components - abstracted using jk_bean ) Revision

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_config.c jk_logger_file.c jk_map.c jk_pool.c

2002-03-18 Thread costin
costin 02/03/18 20:53:40 Modified:jk/native2/common jk_config.c jk_logger_file.c jk_map.c jk_pool.c Log: - logger.file property will set the file and open it ( and close the previous one). - fix ending in pstrdup() Revision ChangesPath 1.2

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_config.c

2002-03-18 Thread costin
costin 02/03/18 21:31:57 Modified:jk/native2/common jk_config.c Log: Some 'featurism' removed. In jk1 there is a single workers.properties. The current code supports multiple files - but that will prevent ( or make extremely difficult ) writeable configs ( where ajp14 sets