cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_config.h jk_env.h jk_mutex.h jk_objCache.h jk_worker.h jk_workerEnv.h

2002-05-31 Thread costin
costin 2002/05/31 10:49:07 Modified:jk/native2/include jk_config.h jk_env.h jk_mutex.h jk_objCache.h jk_worker.h jk_workerEnv.h Log: Use jk_mutex for sync. Changed jk_mutex to preserve backward compatiblity and support where APR is not available.

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_config.h

2002-05-14 Thread costin
costin 02/05/14 10:01:00 Modified:jk/native2/include jk_config.h Log: Moved the reconfiguration where it belongs, in jk_config ( from worker_lb ). This will be a generic mechansim. Added mtime to store the modified time for the config file. We could implement reconfig by usi

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_config.h jk_uriEnv.h jk_uriMap.h

2002-05-09 Thread costin
costin 02/05/09 13:52:54 Modified:jk/native2/include jk_config.h jk_uriEnv.h jk_uriMap.h Log: - removed old 'pull' apis from config, now everything works using the 'push' model ( i.e. setters ). - removed unused stuff from config. - removed duplicated 'debug' from uriEnv, uri

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_config.h jk_endpoint.h jk_env.h

2002-03-23 Thread costin
costin 02/03/23 08:52:18 Modified:jk/native2/include jk_config.h jk_endpoint.h jk_env.h Log: Add a 'settings' table in the jk_bean, to store the 'original' settings ( to be saved ) Add a section in jk_config, to init .ini extension. Make endpoint a 'manageable' entity -

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_config.h

2002-03-18 Thread costin
costin 02/03/18 09:49:35 Added: jk/native2/include jk_config.h Log: Initial version of jk_config. This will act as a layer separating the jk components from the config details. It'll also abstract the config repository, allowing different plugins to use cooler things tha