remm01/09/08 09:40:48
Modified:catalina/src/share/org/apache/catalina/startup Catalina.java
Log:
- Add rules to be able to add lifecycle listeners on the top level components
of the pipeline through server.xml.
Revision ChangesPath
1.31 +28 -4
jakarta-t
remm01/09/08 09:42:00
Modified:catalina/src/share/org/apache/catalina/util/xml
XmlMapper.java
Log:
- Raise the max number of allowed rules in the XML mapper.
Revision ChangesPath
1.9 +2 -2
jakarta-tomcat-4.0/catalina/src/share/org/
larryi 01/09/08 13:04:28
Modified:src/native/mod_jk/apache1.3 mod_jk.c
Log:
The fix to add a content-length:0 altered the desired behavior when
is_chunked is true. Restore prior chunked behavior.
Revision ChangesPath
1.14 +1 -1 jakarta-tomcat/src/native/mod
larryi 01/09/08 13:08:31
Modified:src/etc server.xml
Log:
Remove JspInterceptor "sendErrToClient" option. I couldn't find where
Jasper does anything with this option at this point. I plan on leaving it
out of the documentation.
Revision ChangesPath
1.90 +0 -
costin 01/09/08 13:09:39
Modified:src/share/org/apache/jasper JspC.java
Log:
Bug 3507, thanks to [EMAIL PROTECTED]
Submitted by: [EMAIL PROTECTED]
Revision ChangesPath
1.23 +4 -4 jakarta-tomcat/src/share/org/apache/jasper/JspC.java
Index: JspC.java
larryi 01/09/08 13:11:00
Modified:src/share/org/apache/tomcat/modules/config
LoaderInterceptor11.java
Log:
Make useNoParent take priority over useAppsL. This shouldn't hurt
usability and is more straightforward to document.
Revision ChangesPath
larryi 01/09/08 13:13:19
Modified:src/share/org/apache/tomcat/modules/config
ContextXmlReader.java
Log:
Fix bug where host_aliases doesn't get cleared. If more than one
is specified in a file, the last one will get all the aliases previously specified.
costin 01/09/08 13:14:11
Modified:src/share/org/apache/tomcat/modules/config AutoDeploy.java
Log:
Expand the WAR files earlier. This reduce the ordering problems - modules can
expect the apps to be deployed on addContext.
Note that expanding .war files declared in server.xml
costin 01/09/08 13:28:56
Modified:jk/native/jni jk_jnicb.c
Log:
Update from main branch.
( Mike's patch )
Revision ChangesPath
1.3 +13 -13jakarta-tomcat-connectors/jk/native/jni/jk_jnicb.c
Index: jk_jnicb.c
marcsaeg01/09/08 13:54:51
Modified:src/share/org/apache/jasper Tag: tomcat_32 JspC.java
Log:
Fixes invalid servlet mapping in generated web.xml file.
PR: 3474, 3499
Submitted by: Blakeslee, Todd [[EMAIL PROTECTED]]
Revision ChangesPath
No revisio
+0
larryi 01/09/08 16:40:24
Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java
Log:
For Jikes compilation, add a jikesClasspath property to JspInterceptor to
be included in Jikes' classpath. This setting is passed to JasperLiason
via a "jikes.class.path" system pr
larryi 01/09/08 16:41:30
Modified:src/tests/webpages/jsp bigDeclaration.jsp
Log:
Fix so Jikes won't generate a compile error.
Revision ChangesPath
1.3 +2 -2 jakarta-tomcat/src/tests/webpages/jsp/bigDeclaration.jsp
Index: bigDeclaration.jsp
costin 01/09/08 17:46:28
Modified:src/share/org/apache/tomcat/startup EmbededTomcat.java
Main.java
Log:
Bug 3498 - revert to the documented system properties for the classpath.
Thanks [EMAIL PROTECTED] (Arun Katkere) for noticing this.
Revision Ch
craigmcc01/09/08 17:48:11
Modified:.RELEASE-NOTES-4.0-B8.txt RELEASE-PLAN-4.0.txt
catalina/src/share/org/apache/catalina/core
StandardContext.java
catalina/src/share/org/apache/catalina/deploy
Applicat
craigmcc01/09/08 18:54:10
jakarta-tomcat-4.0/webapps/examples/jsp/mail - New directory
costin 01/09/08 19:01:56
Modified:src/share/org/apache/tomcat/startup EmbededTomcat.java
Log:
Bug 3483: install.dir and home.dir not working as expected ( however setting
tomcat.home
in server.xml did work fine - and is the best way to set multi-homed tomcat ).
Bug reported
costin 01/09/08 20:14:41
Modified:src/share/org/apache/tomcat/util/http Parameters.java
Log:
Bug 3479: parameter parsing with a&b&c syntax ( no '=' ).
Revision ChangesPath
1.17 +64 -14
jakarta-tomcat/src/share/org/apache/tomcat/util/http/Parameters.java
In
craigmcc01/09/08 21:00:09
Modified:.BUILDING.txt build.properties.sample
catalina build.xml
catalina/src/conf server.xml
webapps/examples build.xml
webapps/examples/WEB-INF web.xml
webapps/examples/jsp in
Hi,
I had asked this question before. But I didn't get any
reply. So I post this again in hope someone could
help me getting number of active session currect
Tomcat holds.
The following code will return number of sessions in a
Context(web app)
but not all the sessions in the whole JVM (tomcat
in
Hi,
What you can do is use ContextManager.getContexts(),
then for each context you can get its SessionManager.
Costin
On Sat, 8 Sep 2001, chiu ming luk wrote:
> Hi,
> I had asked this question before. But I didn't get any
> reply. So I post this again in hope someone could
> help me getting
Costin,
after I get the specific Context object in
org.apache.tomcat.core.Context.
How can I get the SessionManager for that Context?
thanks again.
===
realRequest = facadeM.getRealRequest(request);
cm = realRequest.getContext().getContextManager();
22 matches
Mail list logo