RE: mod_jk 1.2.0 (CVS) + TC 3.3 B1

2001-08-20 Thread GOMEZ Henri
Hi to all, I'm back from hollidays :( After finally getting over the 'graceful restart' issues... Could you developp it more please ? Is this for some reason a 'forbidden' combination? I've observed some really strange stuff going on with this combo - parameters don't get passed correctly,

RE: New SSL HOWTOs

2001-08-20 Thread GOMEZ Henri
That's a good works and we should in with my tomcat-ssl-howto.html :) There is still things to be mentioned like : - how to import OpenSSL, Thawte or Verisign WebServer certificates. - in case of client authentification, how the stuff works. 2 cases : You start you're own CA, using

[PATCH] TC4 shell Scripts

2001-08-20 Thread Stephane Bailliez
Fixed some bugs that prevented its use under cygwin. Paths must always be converted in Unix format before anything is touched and must be converted back to windows format. Also added a better cygwin detection (was relying on an OSTYPE env variable, now using uname) Cheers, -- Stéphane

Re: mod_jk 1.2.0 (CVS) + TC 3.3 B1

2001-08-20 Thread Bojan Smojver
GOMEZ Henri wrote: Hi to all, I'm back from hollidays :( Welcome back! Hope you had a good one... After finally getting over the 'graceful restart' issues... Could you developp it more please ? This is related to the previous thread Problem with mod_jk 1.2.0 (latest CVS snapshot)

mod_jk is great : WAS: Is anyone working on iPlanet integration?

2001-08-20 Thread GOMEZ Henri
Craig wrote : Of course, Costin neglects to mention that, approximately a year ago, there were exactly zero Tomcat committers that understook mod_jk at all -- and that it took some heroic efforts on the part of many folks who came along later (to whom the entire Tomcat community is grateful!!!)

RE: System.err.println

2001-08-20 Thread Rob S.
Hi Kenny, tomcat-user is the place where this message should have been sent. Please don't send your message to both lists for questions in the future, unless it affects both users and developers. Thanks =) - r -Original Message- From: Kenny Ma [mailto:[EMAIL PROTECTED]] Sent:

RE: Tomcat startup script

2001-08-20 Thread Larry Isaacs
I'll try to make sure some additional information gets added to the FAQ, comments in tomcat.bat/tomcat.sh, and tomcat_ug.html. Larry -Original Message- From: Christopher Cain [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 19, 2001 8:41 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat

RE: New SSL HOWTOs

2001-08-20 Thread Larry Isaacs
-Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 5:23 AM To: [EMAIL PROTECTED] Subject: RE: New SSL HOWTOs That's a good works and we should in with my tomcat-ssl-howto.html :) There is still things to be mentioned like : -

RE: Connection aborted by peer: socket write error

2001-08-20 Thread Ng Aik Teong
it cause by a bug in org/apache/tomcat/code/BufferedServletOutputStream.java there is a cicular buffer where it set to 8k, when the html file which have included files which size is more then 8k , the above message will occur. the cicular buffer was not reset after commit. Below is the

RE: Sources in Binary Distributions

2001-08-20 Thread GOMEZ Henri
A little late +1 Thanks to remove sources from binaries :) That's how the majority of OSS projects works today. Source - binaries (eventually packaging like RPM/DEB) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD

Re: Sources in Binary Distributions

2001-08-20 Thread Rob S.
ducks from possible continuance of this thread =) - r On Mon, 20 Aug 2001 14:55:39 +0200 [EMAIL PROTECTED] wrote: A little late +1 Thanks to remove sources from binaries :) That's how the majority of OSS projects works today. Source - binaries (eventually packaging like RPM/DEB)

RE: [TC3.2.3][PATCH] mod_jk / mod_rewrite bug fix

2001-08-20 Thread GOMEZ Henri
What the status of that one about a week later ? I recall the discussions some months ago about replacing the previous uri with unparsed_uri. Did we have a way to determine that the uri came from mod_rewrite and not from client (via the notes). In that case what about using r-uri instead of

RE: [VOTE] Sources in Binary Distributions

2001-08-20 Thread GOMEZ Henri
Jean-frederic wrote : Well, if in 10 years I have to do some maintenance at a customer it would be nice to have the sources with the running system. But I am not sure that a customer will also have the source of his applications... That's all the power of packaging method like RPM,

Re: New SSL HOWTOs

2001-08-20 Thread Christopher Cain
No problem. Henri, if you could please send me the html file you have, I'll integrate it with the what I had :) For the 4.0 doc, I'll send a patch aagainst what was already checked into cvs. For 3.3 ... Larry, have you made any mods yet to the original doc I sent (like perhaps the JDK 1.1

RE: New SSL HOWTOs

2001-08-20 Thread Curtis Dougherty
Chris - I may be the biggest idiot on the planet but I have Read and Re-Read the SSL How-2 for Tomcat 4 - honestly... it reads exactly like the REM'arks in the Server.xml...The problem is not the content... but Tomcat 4 b6 just doesn't want to use SSL (https://localhost:8443/examples) Poof!

RE: New SSL HOWTOs

2001-08-20 Thread Larry Isaacs
I enjoyed reading it, but haven't attempted any modifications. I believe the document Henri is referencing is in CVS for jakarta-tomcat at src/doc/tomcat-ssl-howto.html Understanding the issues with respect to merging these is the main reason I haven't done much with your document yet. Larry

LICENSE copyright dates

2001-08-20 Thread Rob S.
I dunno squat about this stuff, so kindly delete this email if it's irrelevant =) The (c) in $CATALINA_HOME/LICENSE currently reads: Copyright (c) 1999, 2000 The Apache Software Foundation. Should there be a 2001 there? - r

Session destruction bug - Tomcat 3.3-b1.

2001-08-20 Thread Prasanna Uppaladadium
Hello. There is a bug related to destroying session objects in Tomcat 3.3.b1. Bug description The valueUnbound() method is never called on attributes that are set on a given session even if the attribute implements the HttpSessionBindingListener interface. Hypothesis

RE: New SSL HOWTOs

2001-08-20 Thread GOMEZ Henri
I'll update that doc since there is change in server.xml between 3.2 and 3.3 and my HOW-TO cover the both :) Hope it'll be ready tomorrow... - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP

cvs commit: jakarta-tomcat/src/doc tomcat-ssl-howto.html

2001-08-20 Thread hgomez
hgomez 01/08/20 09:11:09 Modified:src/doc tomcat-ssl-howto.html Log: Updated documentation about SSL to handle TC 3.3 new conf and add example of keytool use :) Revision ChangesPath 1.5 +384 -270 jakarta-tomcat/src/doc/tomcat-ssl-howto.html Index:

RE: New SSL HOWTOs

2001-08-20 Thread GOMEZ Henri
No problem. Henri, if you could please send me the html file you have, I'll integrate it with the what I had :) Just updated and commited :) Nota that file src/doc/tomcat-ssl-howto.html, should be also copied in tomcat 3.2 (will do that tomorrow) Regards

RE: New SSL HOWTOs

2001-08-20 Thread GOMEZ Henri
Henri, if you could please send me the html file you have, I'll integrate it with the what I had :) Will you include your part in my current tomcat-ssl-howto.html or doing the reverse ? I'd like (better) to see your works in the tomcat-ssl-howto.html :)

Patch to bug #345 complete ?

2001-08-20 Thread Henry Yeh
I have noticed that after applying the patch the date is now included in the tomcat HTTP response header, but it still does not send back not modified 304 if the file requested hasn't been modified since the date specificed by the request ... anyone has any ideas on how to fix this ? thanks !

Re: New SSL HOWTOs

2001-08-20 Thread Christopher Cain
Curtis Dougherty wrote: Chris - I may be the biggest idiot on the planet Nah, SSL can just be a little tricky sometimes :) but I have Read and Re-Read the SSL How-2 for Tomcat 4 - honestly... it reads exactly like the REM'arks in the Server.xml Well, hopefully it has a *little* more

Re: New SSL HOWTOs

2001-08-20 Thread Christopher Cain
GOMEZ Henri wrote: Henri, if you could please send me the html file you have, I'll integrate it with the what I had :) Will you include your part in my current tomcat-ssl-howto.html or doing the reverse ? I'd like (better) to see your works in the tomcat-ssl-howto.html :) Apologies

Re: Session destruction bug - Tomcat 3.3-b1.

2001-08-20 Thread cmanolache
Hi Prasanna, I'm impressed with the excelent analysis of the bug, I wish more bugs were reported this way ! I hope you'll stay around and help with other bugs. The good news - this bug was fixed after 3.3b1 ( it was already in bugzilla, but without all those details - it took me a while to find

Re: Patch to bug #345 complete ?

2001-08-20 Thread Justin Erenkrantz
On Mon, Aug 20, 2001 at 09:18:53AM -0700, Henry Yeh wrote: I have noticed that after applying the patch the date is now included in the tomcat HTTP response header, but it still does not send back not modified 304 if the file requested hasn't been modified since the date specificed by the

RE: Patch to bug #345 complete ?

2001-08-20 Thread Henry Yeh
yes. I analyzed the HTTP header that's being sent and received by the browser. If-Modified-Since messages are sent to tomcat, and we are dealing with static files here (javascript and images). So is tomcat doesn't have the '304 behavior' for static files ? It does send back 'last-modified' date

Re: Patch to bug #345 complete ?

2001-08-20 Thread Justin Erenkrantz
On Mon, Aug 20, 2001 at 10:24:01AM -0700, Henry Yeh wrote: yes. I analyzed the HTTP header that's being sent and received by the browser. If-Modified-Since messages are sent to tomcat, and we are dealing with static files here (javascript and images). So is tomcat doesn't have the '304

Tomcat on Windows vs. Unix

2001-08-20 Thread Bala Nemani
Hi: We are developing a web application using Tomcat 3.1, Oracle DB, JSP, Java Servelets using MVC Architecture. All the development and testing is being done in Windows platform (Tomcat running on Windows 2000). But customer would like to deploy Tomcat on Unix Are there any known

Re: Patch to bug #345 complete ?

2001-08-20 Thread Craig R. McClanahan
On Mon, 20 Aug 2001, Justin Erenkrantz wrote: On Mon, Aug 20, 2001 at 10:24:01AM -0700, Henry Yeh wrote: yes. I analyzed the HTTP header that's being sent and received by the browser. If-Modified-Since messages are sent to tomcat, and we are dealing with static files here (javascript

RE: Patch to bug #345 complete ?

2001-08-20 Thread Henry Yeh
where can we add code to actually compare the last modified and if-modified-since dates ? -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 10:55 AM To: [EMAIL PROTECTED] Subject: Re: Patch to bug #345 complete ? On Mon, 20 Aug

RE: Patch to bug #345 complete ?

2001-08-20 Thread Craig R. McClanahan
On Mon, 20 Aug 2001, Henry Yeh wrote: where can we add code to actually compare the last modified and if-modified-since dates ? In Tomcat 4, it's inside the servlet that handles static files (org.apache.catalina.servlets.DefaultServlet) -- I should have clarified that my statement

Re: Tomcat on Windows vs. Unix

2001-08-20 Thread mailtracker
1. keep in mind the differences in naming conventions on Windows and Unix: backslashes and forward slashes, case-sensitivity, end-of-line characters (files created on Windows, if not transferred properly, will appear on Unix with every line terminated with a ^M) 2. Why not use the latest

[PATCH] Minor doc typo

2001-08-20 Thread Christopher Cain
;-) ssl-howto.patch

Re: Patch to bug #345 complete ?

2001-08-20 Thread Justin Erenkrantz
On Mon, Aug 20, 2001 at 10:54:43AM -0700, Craig R. McClanahan wrote: I'm not sure I would make quite so blanket a statement as that. If the servlet itself understands that the content it produces changes rarely, it can improve performance by respecting If-Modified-Since values. To make this

RE: Patch to bug #345 complete ?

2001-08-20 Thread Henry Yeh
so this #345 bug fix which sends date in the header in the HTTP response. Is there any use to this date at all ? -Original Message- From: Justin Erenkrantz [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 11:27 AM To: [EMAIL PROTECTED] Subject: Re: Patch to bug #345 complete ?

Re: JSP Document parsing

2001-08-20 Thread Mark Abbott
Hi again - since no one voiced an opinion on the right way to approach this bug, I've done the simplest possible fix and attached a patch. This change will cause Jasper to always emit its own hardcoded values for the xmlns:jsp and version attributes of the jsp:root tag, ignoring any

Re: Patch to bug #345 complete ?

2001-08-20 Thread Craig R. McClanahan
On Mon, 20 Aug 2001, Justin Erenkrantz wrote: On Mon, Aug 20, 2001 at 10:54:43AM -0700, Craig R. McClanahan wrote: I'm not sure I would make quite so blanket a statement as that. If the servlet itself understands that the content it produces changes rarely, it can improve performance

cvs commit: jakarta-tomcat-4.0/catalina/src/bin digest.sh

2001-08-20 Thread bip
bip 01/08/20 11:36:04 Modified:catalina/src/bin digest.sh Log: Fix for cygwin. Submitted by: Stephane Bailliez [[EMAIL PROTECTED]] Revision ChangesPath 1.2 +14 -1 jakarta-tomcat-4.0/catalina/src/bin/digest.sh Index: digest.sh

RE: [PATCH] TC4 shell Scripts

2001-08-20 Thread Bip Thelin
-Original Message- From: Stephane Bailliez [mailto:[EMAIL PROTECTED]] Fixed some bugs that prevented its use under cygwin. Can someone with cygwin try out the catalina.sh diff, I commited the digest.sh diff. Thanks, Bip Thelin

Re: Patch to bug #345 complete ?

2001-08-20 Thread Bill Barker
It looks like 3.3B1 already handles 304 (o.a.tomcat.modules.generators.StaticInterceptor). However, I haven't actually tested it (static files handled by Apache). - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 20, 2001 11:13 AM

RE: Patch to bug #345 complete ?

2001-08-20 Thread Henry Yeh
does any one have the bug # for the 304 Not Modified bug of tomcat ? thanks, Henry -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 11:35 AM To: [EMAIL PROTECTED] Subject: Re: Patch to bug #345 complete ? On Mon, 20 Aug 2001,

RE: Tomcat 3.3 contextAdmin issues

2001-08-20 Thread Costin Manolache
On 20 Aug 2001 02:01:12 +0200, Paulo Gaspar wrote: Your explanation sure helps understanding what functionality is intended for each tag. I can take a look at that too. It is easier for me to understand the taglibs than the rest of Tomcat. =;o) Well, I hope understanding the rest of tomcat

RE: Tomcat on Windows vs. Unix

2001-08-20 Thread Bala Nemani
Thanks for the response. We are going to move to 3.2.3 soon. Thanks -Original Message- From: mailtracker [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 2:20 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat on Windows vs. Unix 1. keep in mind the differences in naming

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs index.xml project.xml

2001-08-20 Thread craigmcc
craigmcc01/08/20 15:43:52 Modified:catalina/src/share/org/apache/catalina/servlets InvokerServlet.java webapps/tomcat-docs index.xml project.xml Log: Synchronize around the first-time creation of a new Wrapper for the invoked servlet. This

[BUG] TC3.3B1 ignores transport-guarantee in web.xml

2001-08-20 Thread Bill Barker
It seems that everybody is delegating the checking of transport-guarantee to somebody else, and as a result it is never checked. Fortunately, this is easy to reproduce: 1) add a user-data-constrainttransport-guaranteeCONFIDENTIAL/transport-guarantee /user-data-constraint to the

custom 404s from a servlet ?

2001-08-20 Thread yhs
Hi guys, does anyone know how i can modify tomcat's configuration files so my 404's can be invoked from a servlet ? i.e. i want http://localhost:8080/someweirdlink?x=foo to be redirected to http://localhost:8080/servlet/my404servlet?x=foo if someweidrlink doesnt exist... similarly if servlet

Re: custom 404s from a servlet ?

2001-08-20 Thread Dmitri Colebatch
yep - have a look at error-page (I think) in web.xml... The servlet spec outlines its use (http://java.sun.com/products/servlet). hth cheesr dim On 20 Aug 2001, yhs wrote: Hi guys, does anyone know how i can modify tomcat's configuration files so my 404's can be invoked from a servlet ?

Re: custom 404s from a servlet ?

2001-08-20 Thread Bill Barker
I'm sure that other people are going to flame this thread as off-topic, but the answer is to call response.sendError(HttpServletResponse.SC_NOT_FOUND,someweirdlink doesn't exist); return; - Original Message - From: yhs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 20,

cvs commit: jakarta-tomcat-service/docs - New directory

2001-08-20 Thread pier
pier01/08/20 18:12:07 jakarta-tomcat-service/docs - New directory

cvs commit: jakarta-tomcat-service/docs service.css service.html

2001-08-20 Thread pier
pier01/08/20 18:13:13 Added: docs service.css service.html Log: Initial (not finished yet) writing of a specification for Service classes. Revision ChangesPath 1.1 jakarta-tomcat-service/docs/service.css Index: service.css

Re: cvs commit: jakarta-tomcat-service/docs service.cssservice.html

2001-08-20 Thread Jon Stevens
Why is this a .html file and not a .xml file? -jon on 8/20/01 6:13 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: pier01/08/20 18:13:13 Added: docs service.css service.html Log: Initial (not finished yet) writing of a specification for Service classes. Revision

Re: cvs commit: jakarta-tomcat-service/docs service.cssservice.html

2001-08-20 Thread Pier P. Fumagalli
Jon Stevens at [EMAIL PROTECTED] wrote: Why is this a .html file and not a .xml file? Because the service code is not built using Java, 99.9% of it is C code, and I don't need ANT to build it... I don't want to rely on something JAVA to build the docs... It's plain unformatted HTML... All

RE: [ANNOUNCEMENT] Tomcat 4.0-beta-7 Released

2001-08-20 Thread mettu . kumar
Criag, PFD3? Only PFD2 is accessable from Sun web site. Aslo Suns web site says Tomcat 4.0-beta-7 supports PFD2. http://java.sun.com/products/servlet/download.html Kumar. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 11:02

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config http11.xml server.xml service.xml warp.xml

2001-08-20 Thread craigmcc
craigmcc01/08/20 19:28:21 Modified:webapps/tomcat-docs index.xml project.xml tomcat-docs.xsl Added: webapps/tomcat-docs proxy-howto.xml webapps/tomcat-docs/config http11.xml server.xml service.xml warp.xml Log: Migrate the first four

Re: cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/confighttp11.xml server.xml service.xml warp.xml

2001-08-20 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: 1.1 jakarta-tomcat-4.0/webapps/tomcat-docs/config/warp.xml Whoha! :) Great work Craig... I'll patch it up tomorrow since I'm feeling documenty these days :) :) :) Pier

Re: mod_jk 1.2.0 (CVS) + TC 3.3 B1

2001-08-20 Thread Bojan Smojver
GOMEZ Henri wrote: mod_jk in JTC is an evolution of mod_jk in CVS. Some refactoring was done to share code between ajp13 and ajp14. If this is not a known thing, I can send some more data... Yes, please, strace could help in that case. OK. I'll run up a few examples and send you

RE: [ANNOUNCEMENT] Tomcat 4.0-beta-7 Released

2001-08-20 Thread Craig R. McClanahan
On Mon, 20 Aug 2001 [EMAIL PROTECTED] wrote: Criag, PFD3? Only PFD2 is accessable from Sun web site. Aslo Suns web site says Tomcat 4.0-beta-7 supports PFD2. http://java.sun.com/products/servlet/download.html Originally, it was my understanding that PFD3 (of both specs) was going

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util IntrospectionUtils.java

2001-08-20 Thread costin
costin 01/08/20 21:41:32 Modified:src/share/org/apache/tomcat/util IntrospectionUtils.java Log: A number of additions to IntrospectioUtils, in order to support the class loader hierarchy in EmbededTomcat and the simpler startup mechanism. Nothing spectacular, just the plain

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/compat Jdk11Compat.java Jdk12Support.java

2001-08-20 Thread costin
costin 01/08/20 21:44:02 Modified:src/share/org/apache/tomcat/util/compat Jdk11Compat.java Jdk12Support.java Log: Fix a possible security problem ( if JdkCompat ends up with too many permissions, the previous code could allow granting them to untrusted

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/depend DependClassLoader12.java DependClassLoader.java

2001-08-20 Thread costin
costin 01/08/20 21:48:35 Modified:src/share/org/apache/tomcat/util/depend DependClassLoader.java Added: src/share/org/apache/tomcat/util/depend DependClassLoader12.java Log: A much more serious problem here. We recently fixed

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/log Log.java LogHandler.java LogManager.java

2001-08-20 Thread costin
costin 01/08/20 21:52:17 Modified:src/share/org/apache/tomcat/util/log Log.java LogHandler.java LogManager.java Log: Few fixes here. The changes in startup showed few obscure bugs on log initialization. Note that LogManager is used as a guard on all

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

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade RequestDispatcherImpl.java

2001-08-20 Thread costin
costin 01/08/20 21:56:44 Modified:src/facade22/org/apache/tomcat/facade RequestDispatcherImpl.java Log: Update for the compat fix. Revision ChangesPath 1.19 +2 -2

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

2001-08-20 Thread costin
costin 01/08/20 21:58:22 Modified:src/share/org/apache/tomcat/modules/config LoaderInterceptor11.java Log: Use _application_ loader, not parent loader. It worked because of a double bug, but fixing the first bug revealed this one. Revision Changes

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

2001-08-20 Thread costin
costin 01/08/20 21:58:51 Modified:src/share/org/apache/tomcat/modules/config LogSetter.java Log: Update for the fix in util.log Revision ChangesPath 1.14 +6 -1 jakarta-tomcat/src/share/org/apache/tomcat/modules/config/LogSetter.java Index:

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

2001-08-20 Thread costin
costin 01/08/20 22:10:38 Modified:src/share/org/apache/tomcat/modules/config PolicyLoader.java PolicyInterceptor.java Log: Fixes in sandboxing. Add a message advising to set -Djava.security.policy. On some VMs it is possible to set it later, but in

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

2001-08-20 Thread costin
costin 01/08/20 22:11:45 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: Check system properties as well when replacing ${XXX} in server.xml. Revision ChangesPath 1.17 +4 -1

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

2001-08-20 Thread costin
costin 01/08/20 22:13:29 Added: src/share/org/apache/tomcat/modules/config HookSetter.java Log: HookSetter module - it'll make sure the hooks contain only the modules that have overriden the hook method ( keeping the invocation chain at the minimum). It used to be part of

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/mappers ReloadInterceptor.java

2001-08-20 Thread costin
costin 01/08/20 22:16:37 Modified:src/share/org/apache/tomcat/modules/mappers ReloadInterceptor.java Log: Use the fixed DependLoader. This will probably fail with JDK1.1 ( i.e. reloading will not work with 1.1 ). I'll fix this later, it's not a big

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup Jspc.java

2001-08-20 Thread costin
costin 01/08/20 22:19:55 Added: src/share/org/apache/tomcat/startup Jspc.java Log: A new startup class, wrapping JspC. It'll set the classpath and all that's needed to run it. This simplifies the shell scripts ( and it'll also work for platforms where .sh or .bat are not

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup EmbededTomcat.java

2001-08-20 Thread costin
costin 01/08/20 22:29:27 Modified:src/share/org/apache/tomcat/startup EmbededTomcat.java Log: Ok, this is the big one ! I did a lot of work on this area, now things should be much cleaner and simpler ( by my taste ). First, most of the settings from Main.java are now

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup Main.java

2001-08-20 Thread costin
costin 01/08/20 22:35:05 Modified:src/share/org/apache/tomcat/startup Main.java Log: As expected, Main.java is now smaller. The first argument to Main is used to load a bean. It'll only set the common class loader, pass args[] and class loader informations, and call execute()

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup StopTomcat.java EnableAdmin.java

2001-08-20 Thread costin
costin 01/08/20 22:35:26 Modified:src/share/org/apache/tomcat/startup StopTomcat.java EnableAdmin.java Log: Few fixes. Revision ChangesPath 1.10 +17 -1 jakarta-tomcat/src/share/org/apache/tomcat/startup/StopTomcat.java Index:

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup Property.java Tomcat.java

2001-08-20 Thread costin
costin 01/08/20 22:37:16 Modified:src/share/org/apache/tomcat/startup Tomcat.java Added: src/share/org/apache/tomcat/startup Property.java Log: Tomcat.java is no longer used/needed, added deprecated mark. It still works, but you should use the real beans ( tasks ) that

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session SessionIdGenerator.java

2001-08-20 Thread costin
costin 01/08/20 22:38:24 Modified:src/share/org/apache/tomcat/modules/session SessionIdGenerator.java Log: Update for the fix in compat. Revision ChangesPath 1.5 +1 -1

cvs commit: jakarta-tomcat build.xml

2001-08-20 Thread costin
costin 01/08/20 22:41:35 Modified:.build.xml Log: Etomcat.jar goes to common ( that EmbededTomcat ) Revision ChangesPath 1.148 +1 -1 jakarta-tomcat/build.xml Index: build.xml ===

cvs commit: jakarta-tomcat/src/build/manifests manifest.embedded

2001-08-20 Thread costin
costin 01/08/20 22:41:54 Modified:src/build/manifests manifest.embedded Log: Update the manifest. Revision ChangesPath 1.2 +1 -1 jakarta-tomcat/src/build/manifests/manifest.embedded Index: manifest.embedded

cvs commit: jakarta-tomcat/src/shell jspc.sh

2001-08-20 Thread costin
costin 01/08/20 22:43:24 Modified:src/shell jspc.sh Log: Fixed tomcat.sh jspc ( which was broken ), jspc.sh will just call that ( like startup.sh, shutdown.sh, etc ) Revision ChangesPath 1.4 +3 -96 jakarta-tomcat/src/shell/jspc.sh Index: jspc.sh

cvs commit: jakarta-tomcat/src/shell tomcat.bat

2001-08-20 Thread costin
costin 01/08/20 22:52:12 Modified:src/shell tomcat.bat Log: Update for the new Main.java. Also removed tomcat ant option, ant is no longer bundled ( it was there in 3.0 because we didn't had a separate release, if I remember corectly ). For sandbox use, don't specify

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/depend DependClassLoader12.java

2001-08-20 Thread costin
costin 01/08/20 23:09:06 Modified:src/share/org/apache/tomcat/util/depend DependClassLoader12.java Log: Exception mismatch, now fixed. Revision ChangesPath 1.2 +3 -1

Ken X Horn has left the building (fwd)

2001-08-20 Thread Rob S.
Pier!!! I am not very happy with Ken X Horn. I think i'll try to contact Tim Dawson or John Havranek. - r -- Forwarded message -- From: Ken X Horn Ken X Horn%ARCORDIA%JPMORGAN_EXTERNAL%JPMHUBDOMAIN%JPMORGAN@jpmorgan.com Date: Mon, 20 Aug 2001 14:11:09 +0100 Subject: Ken X