cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Context.java

2001-12-22 Thread keith
keith 01/12/22 10:58:30 Modified:src/share/org/apache/tomcat/core Context.java Log: Cut-paste error. Revision ChangesPath 1.150 +0 -1 jakarta-tomcat/src/share/org/apache/tomcat/core/Context.java Index: Context.java ==

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Context.java ContextManager.java

2001-08-20 Thread costin
costin 01/08/20 21:55:39 Modified:src/share/org/apache/tomcat/core Context.java ContextManager.java Log: 2 small changes. In Context, avoid the creation of a log that will be thrown away a bit later ( which is usefull only to log messages before the contex

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Context.java ContextManager.java

2001-08-16 Thread costin
costin 01/08/16 20:59:48 Modified:src/share/org/apache/tomcat/core Context.java ContextManager.java Log: Small changes ( but the diff is big ). I tried to put in order all the package/protected/final stuff. Having final methods and classes hava a tiny

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Context.java

2001-08-15 Thread larryi
larryi 01/08/15 21:50:30 Modified:src/share/org/apache/tomcat/core Context.java Log: Still figurine out virtual hosts, but I think virtual host ip address will be needed for writing config files should the host name not be an ip address. Revision ChangesPath 1.147

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Context.java

2001-08-02 Thread costin
costin 01/08/02 19:44:24 Modified:src/share/org/apache/tomcat/core Context.java Log: Added the missing callback calls on setState ( they are defined in BaseInterceptor, but I forgot to actually call them ) Added "addContainer" helper, as a general form for the addServletMapp

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Context.java ContextManager.java

2001-07-12 Thread costin
costin 01/07/12 23:04:35 Modified:src/share/org/apache/tomcat/core Context.java ContextManager.java Log: Added back the context's name. It was removed during the initial refactoring, as many apps used it in a wrong way ( it was not unique, but based only

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Context.java

2001-06-16 Thread costin
costin 01/06/16 13:17:54 Modified:src/share/org/apache/tomcat/core Context.java Log: Fix for JspServlet support. Tomcat must return a classpath that can be used to compile JSPs ( if JspInterceptor is not used ). The problem is that we want to allow the loader to be cust

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Context.java ContextManager.java

2001-06-08 Thread costin
costin 01/06/08 20:20:52 Modified:src/share/org/apache/tomcat/core Context.java ContextManager.java Log: Extra checks for errors on adding the modules. Added fields and accessors for the other 3 class loaders used in tomcat, to allow modules to start

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Context.java

2001-03-17 Thread arieh
arieh 01/03/16 15:43:56 Modified:src/share/org/apache/tomcat/core Tag: tomcat_32 Context.java Log: Add support for 'docbase' localization lookup to the getRealPath() method. Preserve backwards compatibility on the getRealPath(path, loc, loc) call. Revision ChangesPath

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Context.java Request.java

2001-02-27 Thread costin
costin 01/02/27 08:54:05 Modified:src/share/org/apache/tomcat/core Context.java Request.java Log: Another change related with the profiles/lib reorg - remove the dependency between core and DependManager. As with the previous changes, DependManager is just an implementation

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Context.java ContextManager.java

2001-02-05 Thread costin
costin 01/02/05 22:41:08 Modified:src/share/org/apache/tomcat/core Context.java ContextManager.java Log: Estetic change in the way Contexts are displayed: use host:/path instead of Ctx ( ) Revision ChangesPath 1.138 +2 -2 jakarta-

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Context.java

2001-02-02 Thread costin
costin 01/02/02 23:08:01 Modified:src/share/org/apache/tomcat/core Context.java Log: Few changes in Context to make sure the state and rules defined in ContextManager are respected. ( i.e. no add/initContext before all modules are initialized, etc ). Note that per-Context

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Context.java ContextManager.java

2001-01-31 Thread costin
costin 01/01/31 21:06:05 Modified:src/share/org/apache/tomcat/core Context.java ContextManager.java Log: The first significant change in core for this year :-) The startup rules for tomcat were almost undefined in tomcat 3.2 and before, and defining a

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Context.java

2001-01-23 Thread larryi
larryi 01/01/23 05:02:01 Modified:src/share/org/apache/tomcat/core Context.java Log: If reaload is true, don't defer to DependManager. Revision ChangesPath 1.132 +1 -1 jakarta-tomcat/src/share/org/apache/tomcat/core/Context.java Index: Context.java =

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Context.java

2000-12-26 Thread costin
costin 00/12/26 15:13:57 Modified:src/share/org/apache/tomcat/core Context.java Log: Refactoring - moved init/shutdown from ContextManager to Context ( better OO :-) Added the setProperty/getProperty - to reduce the pressure of adding new methods needed by various modules. X

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Context.java

2000-11-02 Thread costin
costin 00/11/02 13:27:09 Modified:src/share/org/apache/tomcat/core Context.java Log: More work on defining Context "state". Call directly the container to get the interceptors. Revision ChangesPath 1.126 +31 -12jakarta-tomcat/src/share/org/apache/tomcat/cor