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

2002-02-23 Thread larryi
larryi 02/02/23 19:37:49 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: Add warning message if server config file isn't found. Update modules.xml message to similar format. Revision ChangesPath 1.20 +3 -2

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

2001-12-31 Thread larryi
larryi 01/12/31 12:54:40 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: Log a warning when modules.xml isn't found Revision ChangesPath 1.19 +2 -0 jakarta-tomcat/src/share/org/apache/tomcat/modules/config

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

2001-12-05 Thread larryi
larryi 01/12/05 03:19:06 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: Added a "tomcat.install" predefined property. Since all other server.xml tags start with a capital letter, added support for and kept the for back

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

2001-08-20 Thread costin
costin 01/08/20 22:11:45 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: Check system properties as well when replacing ${XXX} in server.xml. Revision ChangesPath 1.17 +4 -1 jakarta-tomcat/src/share/org/ap

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

2001-07-28 Thread costin
costin 01/07/28 17:43:28 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: Fix for the fix. The original fix allowed modules to be defined in server.xml ( or equivalent ). If the modules are loaded from modules.xml, the loa

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

2001-07-27 Thread costin
costin 01/07/27 20:09:33 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: Added back the addModules - there are different files.. Revision ChangesPath 1.15 +1 -1 jakarta-tomcat/src/share/org/apache/tomcat/m

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

2001-07-26 Thread costin
costin 01/07/26 21:00:19 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: I'm after config problems, this is a small fix in server.xml reading. We need to collect all modules declarations from modules.xml, so context.xml d

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

2001-07-18 Thread costin
costin 01/07/18 22:53:07 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: Removed the trusted loader. Revision ChangesPath 1.13 +4 -39 jakarta-tomcat/src/share/org/apache/tomcat/modules/config/ServerXmlReade

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

2001-07-16 Thread costin
costin 01/07/16 20:38:18 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: Fix for #137 ( finally :-). That will make -f work as expected if relative paths are used ( i.e. relative to the user dir, not tc.home ), and will work

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

2001-07-15 Thread costin
costin 01/07/15 17:05:04 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: Extra check in trusted apps. Since the app is trusted, it has full access to the internals - it could add new modules during a servlet init, but we wan

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

2001-07-12 Thread costin
costin 01/07/12 23:22:17 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: Make sure modules.xml file is configurable. Another small optimization in startup time, by caching the information we need in modules.xml and avoidi

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

2001-06-28 Thread costin
costin 01/06/28 00:27:21 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: Set the hook for Hook setup ( here because later on we might use modules.xml instead of introspection ) Revision ChangesPath 1.9 +14 -2

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

2001-02-05 Thread costin
costin 01/02/05 22:45:05 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: Fewer messages in ServerXmlReader. If server.xml is read from TOMCAT_HOME, don't display the long path again. Revision ChangesPath 1.4

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

2001-02-01 Thread nacho
nacho 01/02/01 17:27:42 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java WebAppsConfig.java Log: Portability issues. Revision ChangesPath 1.2 +12 -13 jakarta-tomcat/src/share/org/apache/tomcat/modules/config/Ser

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

2001-02-01 Thread costin
costin 01/01/31 22:22:08 Added: src/share/org/apache/tomcat/modules/config ServerXmlReader.java ContextXmlReader.java Log: Split ServerXmlInterceptor in 2 modules - one deals with general server configuration ( reading server.xml and setting up the mod