DO NOT REPLY [Bug 11271] New: - Filter was ignored while using FORM authentication?

2002-07-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11271. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

abiyt Tomcat sessions

2002-07-30 Thread Nishidhdha Shah
Hi All, I am maintaining site which has atleast 10,000 online users at any time. I am using Aapche as my web server and Tomcat 3.2.4 as a JSP and Servlet engine. Now, Sometimes I have to restart by tomcat on some changes in JSP beans. So I saved all instance of StandardSessions in to file

Does Tomcat 4 support Dependencies On Extensions in SRV 9.7.1?

2002-07-30 Thread Hugh J. L.
Hi, Is Tomcat 4 able to recognize declared dependencies expressed in the manifest entry of library JARs in a WAR? According to SRV 9.7.1, if a web container is not able to satisfy the dependencies declared in this manner, is should reject the application. If Tomcat 4 supports this function,

[GUMP] Build Failure - Tomcat 3.x

2002-07-30 Thread Craig McClanahan
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2002-07-30/jakarta-tomcat.html Buildfile: build.xml detect: uptodate: msg.jdk12: [echo]

DO NOT REPLY [Bug 11286] New: - Tomcat threads not respond if increase JVM size

2002-07-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11286. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat/proposals/PasswordPrompter build.xml

2002-07-30 Thread larryi
larryi 2002/07/30 05:22:25 Modified:proposals/PasswordPrompter build.xml Log: Include dependency on commons-logging Revision ChangesPath 1.3 +5 -2 jakarta-tomcat/proposals/PasswordPrompter/build.xml Index: build.xml

Re: [5.0] mbean-names [logging]

2002-07-30 Thread Bob Herrmann
On Mon, 2002-07-29 at 23:04, [EMAIL PROTECTED] wrote: On 29 Jul 2002, Bob Herrmann wrote: Same should happen for Log, assuming we get the commons-logging to support JMX and add a wrapper for JDK1.4 ( for log4j we should just use their mbean ). I assume we all agree on moving to

Re: [5.0] mbean-names [logging]

2002-07-30 Thread Patrick Luby
Bob, Bob Herrmann wrote: Just so I get an idea of the scale of changes.. Tomcat has a lot of code that uses a pattern like this; private void log(String message) { Logger logger = null; if (container != null) logger = container.getLogger(); if

Embedded Tomcat and ClassLoader's

2002-07-30 Thread birsan
Hi, I'd appreciate any thoughts on the following (am I changing Tomcat code in an acceptable way, or is there another solution like subclassing, etc. to do what I want?): I am using the Embedded class to run Tomcat in my Java application (Eclipse) and need to control the compilation/running of

[PATCH][jakarta-servletapi-5]

2002-07-30 Thread Patrick Luby
Attached is a patch that updates all of the Servlet 2.3 references to Servlet 2.4 and JSP 1.2 references to JSP 2.0. Can someone with commit access to the jakarta-servletapi-5 repository please commit this patch? Thanks, Patrick --

Embedded Tomcat and custom connector ?

2002-07-30 Thread Eriam Schaffter
Hi all. I'm embedding tomcat in a java app using the Embedded class. What I would like to do know is to use the http connector but I would instantiate it by my own and not via the createConnector method so I handle requests and responses in my program. The goal is to have a connector that

Re: Tomcat4.0.4: how to build a smaller version

2002-07-30 Thread Craig R. McClanahan
On Mon, 29 Jul 2002, Zhenxin wang wrote: Date: Mon, 29 Jul 2002 19:09:05 -0700 From: Zhenxin wang [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat4.0.4: how to build a smaller version I wonder how I can build a smaller version of

Re: Does Tomcat 4 support Dependencies On Extensions in SRV 9.7.1?

2002-07-30 Thread Craig R. McClanahan
On Tue, 30 Jul 2002, Hugh J. L. wrote: Date: Tue, 30 Jul 2002 03:20:48 -0700 (PDT) From: Hugh J. L. [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Does Tomcat 4 support Dependencies On Extensions in SRV 9.7.1?

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

2002-07-30 Thread costin
costin 2002/07/30 10:27:25 Modified:src/share/org/apache/tomcat/modules/config MxInterceptor.java Log: Remove dep on jmx, it should compile if DynamicMBean is available. Revision ChangesPath 1.2 +1 -4

updated architecture document

2002-07-30 Thread Zhenxin wang
Is there an updated architecture document (or a set of documents) that explains the architecture of Tomcat 4? I only found some that seems to be out of dated. Thanks! --Zhenxin Wang DoCoMo Labs USA

Re: updated architecture document

2002-07-30 Thread Bob Herrmann
I found this useful, ABSTRACT: This session covers the history of the Tomcat servlet container, an open source project administered by the Apache Software Foundation. The architecture and features of Tomcat 4.x are highlighted, and plans for future development are discussed.

cvs commit: jakarta-tomcat build.xml

2002-07-30 Thread larryi
larryi 2002/07/30 12:07:29 Modified:.build.xml Log: Use j-t-c propety for mx4j.jar location. Add a message for JMX detection. Note that this detection needs to be in sync with the detection in jakarta-tomcat-util. Revision ChangesPath 1.185 +6 -2

Re: catalina.mbeans package

2002-07-30 Thread Amy Roh
On Mon, 29 Jul 2002, Craig R. McClanahan wrote: Most of the time, you want MBeans to directly delegate attribute read and write operations to the corresponding component object. Sometimes, though, that is not possible (for example, when the component getter takes an actual object, and

Re: updated architecture document

2002-07-30 Thread Craig R. McClanahan
On 30 Jul 2002, Bob Herrmann wrote: Date: 30 Jul 2002 15:06:17 -0400 From: Bob Herrmann [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Re: updated architecture document I found this useful, ABSTRACT: This

Re: catalina.mbeans package

2002-07-30 Thread Craig R. McClanahan
On Tue, 30 Jul 2002, Amy Roh wrote: Date: Tue, 30 Jul 2002 12:24:00 -0700 From: Amy Roh [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Re: catalina.mbeans package On Mon, 29 Jul 2002, Craig R. McClanahan wrote:

Re: catalina.mbeans package

2002-07-30 Thread Craig R. McClanahan
On Tue, 30 Jul 2002, Amy Roh wrote: Date: Tue, 30 Jul 2002 12:24:00 -0700 From: Amy Roh [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Re: catalina.mbeans package On Mon, 29 Jul 2002, Craig R. McClanahan wrote:

webapp/apr cvs tags?

2002-07-30 Thread Neil Cronin
I'm trying to build mod_webapp for apache 1.3.26. I grabbed webapp and apr from cvs.apache.org. it seems to build fine: # ./configure --with-apr=../apr/ --with-apxs (configure output) # make (make output) Coonfiguration details: module version: mod_webapp/1.2.0-dev httpd version:

DO NOT REPLY [Bug 11208] - form-based authentication failed to use the proper error page

2002-07-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11208. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans HttpConnectorMBean.java HttpsConnectorMBean.java LoaderMBean.java LoggerMBean.java ManagerMBean.java RealmMBean.java ValveBaseMBean.java

2002-07-30 Thread amyroh
amyroh 2002/07/30 13:00:28 Removed: catalina/src/share/org/apache/catalina/mbeans HttpConnectorMBean.java HttpsConnectorMBean.java LoaderMBean.java LoggerMBean.java ManagerMBean.java RealmMBean.java

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans HttpConnectorMBean.java HttpsConnectorMBean.java LoaderMBean.java LoggerMBean.java ManagerMBean.java RealmMBean.java ValveBaseMBean.java

2002-07-30 Thread amyroh
amyroh 2002/07/30 13:01:23 Removed: catalina/src/share/org/apache/catalina/mbeans HttpConnectorMBean.java HttpsConnectorMBean.java LoaderMBean.java LoggerMBean.java ManagerMBean.java RealmMBean.java

cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default build.xml download.properties

2002-07-30 Thread patrickl
+ + # - Compile Control Flags - compile.debug=on compile.deprecation=off @@ -63,6 +73,16 @@ commons-collections.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.0/commons-collections-2.0.tar.gz +# - Commons Daemon, version 20020730 or later

Re: catalina.mbeans package

2002-07-30 Thread Amy Roh
Many classes are just extending BaseModelMBean and do nothing ( all those with around 4k size :-). Yes. There're a few classes that need to be deleted since they're not getting used. Initially I added them to handle special cases and realized those objects don't need any

cvs commit: jakarta-tomcat-catalina/catalina build.xml

2002-07-30 Thread patrickl
patrickl2002/07/30 13:03:08 Modified:catalina build.xml Log: Remove support for Xerces 1.x since we need Xerces 2 for XML schema support Revision ChangesPath 1.6 +5 -32 jakarta-tomcat-catalina/catalina/build.xml Index: build.xml

DO NOT REPLY [Bug 11307] New: - Deadlock in ClassLoader

2002-07-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11307. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-5 build.properties.default build.xml

2002-07-30 Thread patrickl
patrickl2002/07/30 13:21:44 Modified:.build.properties.default build.xml Log: More updates to get correct downloads Revision ChangesPath 1.7 +4 -15 jakarta-tomcat-5/build.properties.default Index: build.properties.default

[PACTH] [jakarta-tomcat-5]

2002-07-30 Thread Jean-francois Arcand
Hi, the attached patch add support for Web App Deployment Descriptor that use XML Schema (Servlet 2.4). Thanks, -- Jeanfrancois Index: ContextConfig.java === RCS file:

cvs commit: jakarta-tomcat-5 build.properties.default build.xml

2002-07-30 Thread patrickl
-launcher.jar commons-daemon-launcher-bootstrap.class=${commons-daemon.bin}/LauncherBootstrap.class -commons-daemon.loc=http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-daemon/commons-daemon-20020730.tar.gz +commons-daemon.loc=jakarta-commons-sandbox/daemon

[Fwd: webapp/apr cvs tags?]

2002-07-30 Thread Neil Cronin
using this version of apr, I was able to build and use mod_webapp.so http://jakarta.apache.org/builds/jakarta-tomcat-connectors/webapp/release/v1.2.0/src/apr_APACHE_2_0_35.tar.gz I searched nagoya.apache.org for a bug on this, but came up empty handed. I'm not very knowledgable about

cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default build.xml

2002-07-30 Thread patrickl
patrickl2002/07/30 15:13:49 Modified:.BUILDING.txt build.properties.default build.xml Log: Have download target checkout jakarta-commons-sandbox/daemon and jakarta-commons/digester since the lastest nightly build is going to be required to get pending Launcher changes and

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runtime ExpressionEvaluatorImpl.java ExpressionEvaluatorManager.java JspRuntimeLibrary.java

2002-07-30 Thread luehe
luehe 2002/07/30 15:41:37 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java JspUtil.java jasper2/src/share/org/apache/jasper/runtime ExpressionEvaluatorImpl.java

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java

2002-07-30 Thread luehe
luehe 2002/07/30 15:53:38 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: When making a dynamic attribute available as a page scoped variable, use uri_namespace_localname (if uri_namespace is passed in) or just localname (otherwise) as the variable

[PATCH][jakarta-servletapi-5]

2002-07-30 Thread Justyna Horwat
This patch adds support for Servlet 2.4 servlet request events. These are new files so there's no diff. Untar the patch in your jakarta-servletapi-5 directory. Contents of the tar file: src/share/javax/servlet/ServletRequestListener.java

Re: webapp/apr cvs tags?

2002-07-30 Thread Pier Fumagalli
The latest CVS head works AFAIK... I can't see anywhere in the code where apr_thread_mutex_lock is actually used anywhere... It might have something to do with the atomic code, but, hmmm... Anyhow that should go away with the use of a new APR functionality called resource list on which we are

Re: [Fwd: webapp/apr cvs tags?]

2002-07-30 Thread Pier Fumagalli
Neil Cronin [EMAIL PROTECTED] wrote: using this version of apr, I was able to build and use mod_webapp.so http://jakarta.apache.org/builds/jakarta-tomcat-connectors/webapp/release/v1.2 .0/src/apr_APACHE_2_0_35.tar.gz I searched nagoya.apache.org for a bug on this, but came up empty

Re: webapp/apr cvs tags?

2002-07-30 Thread Neil Cronin
are you looking at the apache code, apr, or mod_webapp? all versions of mod_webapp compile fine with the trunk of apr, but none will be loaded with apache 1.3.26. compiling with apr_APACHE_2_0_35.tar.gz, the module loads fine and runs fine. so it seems to me the problem is in the apr

cvs commit: jakarta-tomcat-5 BUILDING.txt

2002-07-30 Thread patrickl
patrickl2002/07/30 18:14:13 Modified:.BUILDING.txt Log: Add sections for PureTLS, JavaService, and Nullsoft to build instructions Revision ChangesPath 1.5 +46 -9 jakarta-tomcat-5/BUILDING.txt Index: BUILDING.txt

MinTC, got problem while try to run java -jar mtc.jar

2002-07-30 Thread Zhenxin wang
I downloaded the MinTC from DistribuTopia web site, and successfully built mtc.jar. When I try to run java -jar mtc.jar, I got the following error msg Exception in thread main java.lang.NoClassDefFoundError: mtcserver Looks like the mtcserver.java file generated into src directory from ant

Cluster

2002-07-30 Thread Zhenxin wang
This may be a trivial question. Within the Tomcat context, what is exactly a Cluster ? And how is it related to other architecture components such as Engine, Host, and Context? How is it can be used or specified? Thanks! --Zhenxin Wang DoCoMo Labs USA

Re: webapp/apr cvs tags?

2002-07-30 Thread Pier Fumagalli
Neil Cronin [EMAIL PROTECTED] wrote: are you looking at the apache code, apr, or mod_webapp? All the three codebases (given my involvement lately - Pier is moving to HTTPD and APR :) all versions of mod_webapp compile fine with the trunk of apr, but none will be loaded with apache 1.3.26.

Re: MinTC, got problem while try to run java -jar mtc.jar

2002-07-30 Thread Christopher K. St. John
Although MinTC uses the Catalina framework, it isn't actually an official part of Tomcat, so questions about it are probably best kept to [EMAIL PROTECTED] Exception in thread main java.lang.NoClassDefFoundError: mtcserver I'll take a look and email you privately. Thanks for the

[PATCH] 5.0 jakarta-tomcat-5 building

2002-07-30 Thread Bob Herrmann
I had a near flawless build experience building tomcat 5.0. I only had to reverse the digester and commons-logging in build.xml This is because the digester now depends on commons-logging Can someone please patch this in? Thanks. Cheers, -bob P.S. Should patch files be attached as

cvs commit: jakarta-tomcat-5 build.xml

2002-07-30 Thread patrickl
patrickl2002/07/30 20:09:20 Modified:.build.xml Log: Reverse commons-digester and commons-logging because the commons-digester now depends on commons-logging Submitted by: Bob Herrmann ([EMAIL PROTECTED]) Revision ChangesPath 1.13 +11 -10

Re: [PATCH] 5.0 jakarta-tomcat-5 building

2002-07-30 Thread Patrick Luby
Bob, I just committed your patch. As for your questions, your subject was very clear which repository this goes in. Also, I personally prefer mime attachments as then I don't need to hack out all of a submitter's e-mail content. Thanks, Patrick Bob Herrmann wrote: I had a near flawless

cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default

2002-07-30 Thread patrickl
31 Jul 2002 03:12:34 - 1.6 @@ -249,7 +249,7 @@ (11) Download and Install the Commons Daemon Binary Distribution -* Download a binary distribution of version 20020730 or later from: +* Download a binary distribution of version 20020731 or later from: http

cvs commit: jakarta-tomcat-jasper gump2.xml

2002-07-30 Thread larryi
larryi 2002/07/30 22:19:30 Added: .gump2.xml Log: Add new gump file for building tomcat_4_branch for Tomcat 4.1.x. Keep gump.xml for building head. Revision ChangesPath 1.1 jakarta-tomcat-jasper/gump2.xml Index: gump2.xml

DO NOT REPLY [Bug 11112] - Tomcat not aware of Implicit Map entries from TLDs

2002-07-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat gump.xml

2002-07-30 Thread larryi
larryi 2002/07/30 22:37:26 Modified:.gump.xml Log: Remove unused jakarta-tomcat-jasper property. Update JMX dependency to match that used by jakarta-tomcat-util project. Revision ChangesPath 1.9 +2 -3 jakarta-tomcat/gump.xml Index: gump.xml

cvs commit: jakarta-tomcat-4.0 gump.xml

2002-07-30 Thread larryi
larryi 2002/07/30 22:41:03 Modified:.gump.xml Log: Add ant.home and jasper.home properties. Revision ChangesPath 1.7 +3 -0 jakarta-tomcat-4.0/gump.xml Index: gump.xml === RCS