craigmcc01/09/11 22:25:58
Modified:.RELEASE-PLAN-4.0.txt
Log:
Up to the minute status.
Revision ChangesPath
1.13 +15 -10jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt
Index: RELEASE-PLAN-4.0.txt
===
On Mon, 10 Sep 2001, David Oxley wrote:
> Date: Mon, 10 Sep 2001 10:52:14 +0100
> From: David Oxley <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> Subject: RE: [ANNOUNCE] Tomcat 4.0 Release Candidate 1 Available
>
> Craig,
>
> What will the s
remm01/09/11 20:04:12
Modified:catalina/src/share/org/apache/catalina/connector
HttpRequestBase.java
Log:
- Make date formats non static.
Revision ChangesPath
1.31 +5 -5
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/conn
On Mon, 10 Sep 2001, Glenn Nielsen wrote:
> Date: Mon, 10 Sep 2001 07:17:08 -0500
> From: Glenn Nielsen <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Tomcat 4 Documentation
>
> I have a couple of suggestions for the new Tomcat 4 documentation.
>
> 1. In a
craigmcc01/09/11 18:03:51
Modified:webapps/tomcat-docs tomcat-docs.xsl
Log:
Tweak the documentation stylesheet to include the document title portion
that comes from the document itself. It did not seem necessary to include
"The Tomcat 4 Servlet/JSP Container" at the top of each
On Mon, 10 Sep 2001, Stephane Bailliez wrote:
> Date: Mon, 10 Sep 2001 09:19:32 +0100
> From: Stephane Bailliez <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: RE: [ANNOUNCE] Tomcat 4.0 Release Candidate 1 Available
>
> Craig,
>
> I'm desperately trying for
craigmcc01/09/11 17:54:28
Modified:catalina/src/bin catalina.sh digest.sh
jasper/src/bin jasper.sh
Log:
Bring CYGWIN support for all Unix shell scripts up to date with the
recommended practice:
* Convert everything into Unix-like paths
* Manipulate paths as requ
craigmcc01/09/11 17:53:06
Modified:.RELEASE-PLAN-4.0.txt
Log:
Latest updates.
Revision ChangesPath
1.12 +4 -6 jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt
Index: RELEASE-PLAN-4.0.txt
===
Henri,
I'm not necessarily opposed to this patch -- just want to understand it a
little better. Basically, it looks like you are trying to do the
following (my comments interspersed in indented paragraphs):
* Declare "foo.lib" properties for all of the actual directories
in which the JAR file
[X] +1 Tomcat-Dev should definitely be CC'ed a copy of the notifications
[] +0 Sure, why not
[] -0 I don't really care to see them, but I won't complain if I do :)
[] -1 Leave it alone (explain)
Craig
Jason,
One "family" of bugs you might want to include pertains to app servers
that still use the Jasper engine from Tomcat 3.1 in their current
production versions (such as IBM's WebSphere 3.5.3 and earlier). Such
servers inherit a large number of bugs from that Jasper code -- one that
bites man
On Tue, 11 Sep 2001, Punky Tse wrote:
> Date: Tue, 11 Sep 2001 10:04:19 +0800
> From: Punky Tse <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED], Punky Tse <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: cvs commit: jakarta-tomcat-4.0/webapps/examples build.x
On Mon, 10 Sep 2001, Roland wrote:
> Date: Mon, 10 Sep 2001 15:58:52 -0300
> From: Roland <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Little login BUG with JDBC realms ?
>
> Hello, I noticed the following behaviour using JDBC realms on tomcat 4.0-b7
> ru
Good idea. This was done inconsistently, so I've updated the code for the
various standard ways to start Tomcat 4 -- now, it will always set
"catalina.base" from "catalina.home" unless you explicitly set it to
something else.
Michael, I should have given you credit for this in the commit message
remm01/09/11 16:40:38
Modified:.tomcat.nsi
Log:
- Back to using catalina.home (it's more consistent now).
Revision ChangesPath
1.16 +2 -2 jakarta-tomcat-4.0/tomcat.nsi
Index: tomcat.nsi
craigmcc01/09/11 16:34:43
Modified:catalina/src/share/org/apache/catalina/startup
Bootstrap.java BootstrapService.java Catalina.java
Log:
Consistently initialize system property "catalina.base" from
"catalina.home" if it is not set already.
Revision C
>
> = Tomcat 3.3 Final Release Plan Ballot =
> [ ] +1I am in favor of this plan, and will help
> [X] +0I am in favor of this plan, but am unable to help
> [ ] -0I not in favor of this plan
> [ ] -1I am opposed to this plan, and my reason(s) are:
>
Im trying to get an overview of the utilization of a tomcat server.
One simple utility Id like is something that lists all the http sessions
that are being managed by tomcat.
in org.apache.tomcat.session.StandardManager, there is a findSessions()
method which Id like to use. I dont know how to
craigmcc01/09/11 13:28:41
Modified:catalina/src/share/org/apache/catalina/startup Embedded.java
Log:
Modify the org.apache.catalina.startup.Embedded class to *require* that
the "catalina.home" system property be set in order to function. Many
internal Catalina operations depend
1) A URL identifies a resource. It doesn't matter whether the resource is
a static file, CGI, servlet, JSP, ASP or anything else, it simply names a
resource. To say that some pieces of the URL should be normalized while
other pieces should not goes against this concept. Any two URLS that name
On Tue, 11 Sep 2001, Aaron Knauf wrote:
> Date: Tue, 11 Sep 2001 13:38:14 +1200
> From: Aaron Knauf <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Re: [ANNOUNCEMENT] Tomcat 4.0-beta-7 Released
>
> I am submitting a bug report here, as jakarta.apache.org is
craigmcc01/09/11 10:33:02
Modified:catalina/src/share/org/apache/catalina/connector/http
HttpConnector.java
catalina/src/share/org/apache/catalina/connector/http10
HttpConnector.java
Log:
Tweak the log messages printed d
You forgot: never use servlet instance variables.
This alone is the most common servlet programming bug I've
ever seen, and I see it again and again and again.
I think the containers should use reflection to sniff
a servlet class and if there is a servlet instance variable,
refuse to load the c
Hi
I am facing a problem thought that you might be able to help me out with
this. I have installed IIS 5.0 on my box and I am using Tomcat Server
along with this. And the redirector which you have written
isapi_redirect.dll
Now I am facing a weird problem which I am unable to pinpoint and
craigmcc01/09/11 09:54:41
Modified:.BUILDING.txt
Log:
Update BUILDING.txt to reflect the new requirement for Ant 1.4.
NOTE: The new requirements for JavaMail and JAF (added on Saturday)
*were* added in the version of BUILDING.txt, but I forgot to remove the
old doc
> http://www.servlets.com/soapbox/bugs.html
I've added the getDateHeader one to the bugs database
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3546
-- Martijn
Noticed that in the catalina.bat patch it should of course read REM instead
of # (gotcha).
Here the fixed patch. The other 2 patches are fine.
Wolfgang.
--- catalina.bat.orig Mon Aug 27 21:10:25 2001
+++ catalina.batTue Sep 11 10:45:13 2001
@@ -65,6 +65,11 @@
rem - Set Up The Run
I am submitting a bug report here, as jakarta.apache.org is reporting
"connection refused".
A bug in Tomcat 4.0-beta-7:
DTD URL for the webapp 2.3 dtd is now incorrect.
"http://java.sun.com/j2ee/dtds/web-app_2_3.dtd"; is a file containing the
following message:
---
The file named
I made public JNIRequestAdapter, JNIResponseAdapter
here is three files and JNIConnectionHandler.txt which is the diff
file.
Email me if there is problem including in next release candidate
Bug 2352
Sorry if it is posted twice
Thomas Colin
---
\jakarta-tomcat\src\share\org\apache\tomcat\module
PS: The patch is again the current CVS, not the RC1,
which is just too late to patch
-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .)
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6
Hi to all,
It seems we had yesterday a very strange day,
a sort of dream day, but with very constructive
feedback and idea.
I'll have to think at all the proposal, and
prepare a correct answer (my english is still
very ... scolar).
But I agree on merging mod_jk/mod_webapp, ajp14-warp.
Read me
Hey hey boys, I've got a patch for you :))
I'm working on the RPM for Tomcat 4.0-RC1
and have noticed some jars, jndi for examples,
are awaited in JNDI_HOME/lib/jndi.jar.
In RPM packaging, and to follow FHS and
Debian, Mandrake, Redhat policies, all
system jars are now installed in
/usr/share/
Now Tomcat 4.0 RC1 requires JavaMail and Java Activation Framework,
but BUILDING.txt isn't changed.
And I send a related fix to webapps/examples/build.xml.
Kazuhiro Kazama ([EMAIL PROTECTED]) NTT Network Innovation Laboratories
--- BUILDING.txt.orig Mon Sep 10 15:12:32 2001
+++ BUILDIN
Hi Jason,
Some comments :
- File upload does not work with with Apache/Tomcat using the ajp13
connector
This kind of stuff is fixed in latest Tomcat 3.3 and was related
to CHUNK SUPPORT
- Bug: req.getDateHeader() can fail under load with Tomcat
in TC 3.3, and certainly TC 3.2.4-dev, we
Considering all expressed opinions (Costin included) I think
Christopher already wrapped up the whole mess going on here in a
previous post, and I quote:
AFAIK, everyone is in agreement that all bug entries will be in
one of the CLOSED states (RESOLVED, POSTPONED, or CAN'T-REPRODUCE)
before
Been thinking about how could it be done completely orthogonal to the main
code (that is, as an independent module), but no matter how I look at it, I
can't figure how to acheive the same functionality without touching
AccessInterceptor and RealmBase. OTOH, The Digest* classes can be moved into
a
Hi Keith,
Nice to see that works (you were the faster here :)
What about change in mod_jk.c for Apache 1.3 and 2.0 in J-T-C.
I've worked on that and could commit if necessary.
Just to avoid duplicate commit :)
-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .)
[X] +1 Tomcat-Dev should definitely be CC'ed a copy of the notifications
[] +0 Sure, why not
[] -0 I don't really care to see them, but I won't complain if I do :)
[] -1 Leave it alone (explain)
If the mail came from [EMAIL PROTECTED], it will be easy to have
rules to filter them, but it's allrea
38 matches
Mail list logo