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
==
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
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
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
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
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
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
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
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
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
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-
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
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
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
=
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
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
16 matches
Mail list logo