cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c

2001-08-06 Thread jfclere
jfclere 01/08/06 02:46:56 Modified:jk/native/common jk_uri_worker_map.c Log: Fix the comment! Revision ChangesPath 1.6 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_uri_worker_map.c Index: jk_uri_worker_map.c

Re: jsvc

2001-08-06 Thread jean-frederic clere
Pier P. Fumagalli wrote: Jan Labanowski at [EMAIL PROTECTED] wrote: Howdy Gurus... (Pier?) Can you tell me what is jsvc? I dug out in some archives that it allows stopping/restarting Tomcat via UNIX signal? And allows to run Catalina on port 80 as nobody... Yeah... It works...

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-08-06 Thread jean-frederic clere
Bojan Smojver wrote: Just a little trivial problem with the new source: it doesn't build because file common/jk_uri_worker_map.c has an unintentional comment end (the * after apache) in line 312: * I have fixed jk_mount_context() in apache*/mod_jk.c so we should The comment actually

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-08-06 Thread jean-frederic clere
Bojan Smojver wrote: Bojan Smojver wrote: Unfortunately, the problem is still there... Let me run gdb on the thing again and then I'll send you the backtrace. Bojan Slighty different problem this time, but along the lines of the previous one: DARN, That is the same kind of

RE: TC33b1 Context path behavior: Is this a bug or by design?

2001-08-06 Thread Larry Isaacs
Randall, It is the path of the context that makes them unique. So, Context path=/struts-documentation ... / would replace the auto-served context, where: Context path=/strutsdoc ... creates a new context. The fact that its docbase is the same as the one for the /struts-documentation

RE: TC33b1 Context path behavior: Is this a bug or by design?

2001-08-06 Thread Larry Isaacs
Please ignore. Didn't see the other discussion that already deal with this issue. -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 9:26 AM To: '[EMAIL PROTECTED]' Subject: RE: TC33b1 Context path behavior: Is this a bug or by design?

RE: Binding to a single IP

2001-08-06 Thread Curtis Dougherty
yes... -Original Message- From: Bojan Smojver [mailto:[EMAIL PROTECTED]] Sent: Friday, August 03, 2001 8:04 PM To: Tomcat Dev List Subject: Binding to a single IP I've asked this question over on the Tomcat user list, but nobody replied... Can Tomcat (3.3) be bound to a single IP

Re: Binding to a single IP

2001-08-06 Thread Bojan Smojver
I know, I know, RTFCF... Bojan Curtis Dougherty wrote: yes... -Original Message- From: Bojan Smojver [mailto:[EMAIL PROTECTED]] Sent: Friday, August 03, 2001 8:04 PM To: Tomcat Dev List Subject: Binding to a single IP I've asked this question over on the Tomcat user list,

RE: Binding to a single IP

2001-08-06 Thread Curtis Dougherty
:) -Original Message- From: Bojan Smojver [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 8:57 AM To: [EMAIL PROTECTED] Subject: Re: Binding to a single IP I know, I know, RTFCF... Bojan Curtis Dougherty wrote: yes... -Original Message- From: Bojan Smojver

RE: SimpleMapper1.java

2001-08-06 Thread Larry Isaacs
Hi Chris, I've looked at committing your patch. However, in reviewing who uses Context.getHost(), I a little nervous about having Context.getHost() contain a wildcard. (I think this is what your patch implies.) Though I don't think anything bad happens currently, Context.getHost() is used in

RE: SimpleMapper1.java

2001-08-06 Thread Chris Bryden
At 10:23 06/08/01 -0400, you wrote: Hi Chris, I've looked at committing your patch. However, in reviewing who uses Context.getHost(), I a little nervous about having Context.getHost() contain a wildcard. (I think this is what your patch implies.) Though I don't think anything bad happens

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

2001-08-06 Thread costin
costin 01/08/06 08:42:36 Modified:src/share/org/apache/tomcat/modules/config ContextXmlReader.java Log: Added missing support for Host name=foo Alias name=bar / ... Context ... This will call ctx.addHostAlias(). Thanks to

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 mod_jk.c

2001-08-06 Thread jfclere
jfclere 01/08/06 08:43:30 Modified:jk/native/apache-1.3 mod_jk.c Log: Arrange jk_set_log_file: otherwise we need an absolut path for the file name! Revision ChangesPath 1.11 +9 -2 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Request.java Response.java

2001-08-06 Thread costin
costin 01/08/06 08:45:26 Modified:src/share/org/apache/tomcat/core Request.java Response.java Log: Few fixes in Request, Response: make sure all fields are protected ( some were package ), so it can be extended. Added deprecated on some of the really old methods, and make sure

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-08-06 Thread jfclere
jfclere 01/08/06 08:54:20 Modified:jk/native/apache-2.0 mod_jk.c Log: Arrange jk_set_log_file to allow relative path. Revision ChangesPath 1.16 +9 -2 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c

RE: partial URLPatternMatching in Tomcat 4.0 (Servlet 2.3 spec)?

2001-08-06 Thread Loïc Lefèvre
Would/Must the RewriteValve do that? Loïc Lefèvre note : thanks Pier ;) note 2: it worked before, I mean the e-mail address -Message d'origine- De : Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Envoyé : samedi 4 août 2001 04:08 À : '[EMAIL PROTECTED]' Cc : '[EMAIL PROTECTED]' Objet

RE: partial URLPatternMatching in Tomcat 4.0 (Servlet 2.3 spec)?

2001-08-06 Thread Craig R. McClanahan
On Mon, 6 Aug 2001, Loïc Lefèvre wrote: Would/Must the RewriteValve do that? Well, you can certainly use Valves if you don't mind being tied to Tomcat 4. But, to implement a controller type mechanism that uses request dispatchers, a Filter is a much better answer (the only way a Valve can

Catalina Startup Hook

2001-08-06 Thread Christopher Cain
I need a quick jumpstart on how to hook my password prompter into the Catalina startup process. I assume that I shouldn't implement it as a Valve, as those have to do with the Request/Response chain. The Connector level in server.xml appears to be the appropriate level in the hierarchy, but it's

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/funcspecs - New directory

2001-08-06 Thread craigmcc
craigmcc01/08/06 10:18:18 jakarta-tomcat-4.0/webapps/tomcat-docs/funcspecs - New directory

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c

2001-08-06 Thread jfclere
jfclere 01/08/06 10:31:45 Modified:jk/native/common jk_uri_worker_map.c Log: Arrange JkMount for entries like: JkMount /examples/servlet/HelloWorldExample example Note that things like /examples/servlet/Hello* example are not working... Revision ChangesPath 1.7

cvs commit: jakarta-tomcat-connectors/webapp/support aplocal.m4 apjava.m4 buildconf.sh

2001-08-06 Thread pier
pier01/08/06 10:59:49 Modified:webapp/support apjava.m4 buildconf.sh Added: webapp/support aplocal.m4 Log: - Fixed license typos/mistakes - Uppercasing of all exported variables - M4 Sources cleanup - Moved LOCAL_* AutoConf functions in new aplocal.m4

cvs commit: jakarta-tomcat-connectors/webapp/support formatfile.c

2001-08-06 Thread pier
pier01/08/06 11:03:41 Modified:webapp/support formatfile.c Log: Fixed license Revision ChangesPath 1.3 +9 -6 jakarta-tomcat-connectors/webapp/support/formatfile.c Index: formatfile.c

cvs commit: jakarta-tomcat-connectors/webapp/support apjava.m4 aplocal.m4 buildconf.sh

2001-08-06 Thread pier
pier01/08/06 11:04:15 Modified:webapp/support apjava.m4 aplocal.m4 buildconf.sh Log: Wrong email address. Revision ChangesPath 1.6 +2 -2 jakarta-tomcat-connectors/webapp/support/apjava.m4 Index: apjava.m4

Re: [Fwd: GTest in watchdog fails with Apache...]

2001-08-06 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: Thanks Justin ... my initial assumption was that Apache would be doing this right, considering all the people involved ... :-) I'll fix the Watchdog test so that it reacts to this correctly. We also need to fix the HTTP/1.1 connector in

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/valves AccessLogValve.java Constants.java

2001-08-06 Thread remm
remm01/08/06 12:21:55 Modified:catalina/src/share/org/apache/catalina/valves AccessLogValve.java Constants.java Log: - Add a new combined mode for logging (logs the referer as well as the user-agent). - New alias name for the patterm (combined). -

cvs commit: jakarta-tomcat-connectors/webapp/support apjava.m4 aplocal.m4

2001-08-06 Thread pier
pier01/08/06 13:18:26 Modified:webapp/support apjava.m4 aplocal.m4 Log: Values like ${1}, ${2}, ${?}... don't run in ZSH Revision ChangesPath 1.7 +4 -4 jakarta-tomcat-connectors/webapp/support/apjava.m4 Index: apjava.m4

cvs commit: jakarta-tomcat-connectors/webapp/lib Makefile.in

2001-08-06 Thread pier
pier01/08/06 13:23:43 Modified:webapp/lib Makefile.in Log: Patching build process. Revision ChangesPath 1.13 +25 -8 jakarta-tomcat-connectors/webapp/lib/Makefile.in Index: Makefile.in

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

2001-08-06 Thread craigmcc
craigmcc01/08/06 13:24:07 Modified:webapps/tomcat-docs index.xml project.xml Added: webapps/tomcat-docs introduction.xml Log: Add Rob Slifka's introduction.xml document to the tree, with a few cleanups. Quick review comments: - Please use an editor that wraps lines

cvs commit: jakarta-tomcat-connectors/webapp/java Makefile.in

2001-08-06 Thread pier
pier01/08/06 13:59:35 Modified:webapp/java Makefile.in Log: Correctly derive values from Makedefs for JAR and JAVAC. Set up classpath to include JARs from the Tomcat 4.0 distribution. Revision ChangesPath 1.2 +30 -7

cvs commit: jakarta-tomcat-connectors/webapp Makedefs.in configure.in

2001-08-06 Thread pier
pier01/08/06 14:02:27 Modified:webapp Makedefs.in configure.in Log: Global touch-up of the build process. Revision ChangesPath 1.7 +34 -24jakarta-tomcat-connectors/webapp/Makedefs.in Index: Makedefs.in

FW: Velocity and JSP speed testing...

2001-08-06 Thread Jon Stevens
Not exactly scientific, but I do trust Rickard to do things correctly...he has an existing JSP page for testing and then converted it to Velocity...here are the results... JSP - 240-480ms Velocity - 50-70ms You make the decision. :-) -jon -- Forwarded Message From: Rickard Öberg

cvs commit: jakarta-tomcat-connectors/webapp README.txt

2001-08-06 Thread pier
pier01/08/06 14:26:11 Modified:webapp README.txt Log: Describe what's up with --with-tomcat in the configure script. Revision ChangesPath 1.13 +7 -7 jakarta-tomcat-connectors/webapp/README.txt Index: README.txt

cvs commit: jakarta-tomcat-4.0/service/support apsupport.m4

2001-08-06 Thread jfclere
jfclere 01/08/06 14:54:33 Modified:service configure.in service/native java.c location.c service/support apsupport.m4 Log: Add support from cygwin. Revision ChangesPath 1.2 +6 -2 jakarta-tomcat-4.0/service/configure.in

cvs commit: jakarta-tomcat-connectors/webapp Makefile.in configure.in

2001-08-06 Thread pier
pier01/08/06 15:21:52 Modified:webapp Makefile.in configure.in Log: Finishing touch to build process. Re-enabling APR configure calls and modified global Makefile to use the right discovered binaries. Revision ChangesPath 1.15 +28 -26

cvs commit: jakarta-tomcat-connectors/webapp/apache-1.3 Makefile.in

2001-08-06 Thread pier
pier01/08/06 15:48:45 Modified:webapp configure.in webapp/apache-1.3 Makefile.in Log: Fixed small linking error in mod_webapp.so. Revision ChangesPath 1.22 +2 -3 jakarta-tomcat-connectors/webapp/configure.in Index: configure.in

[PATCH] ajp13 logs 500 code on stop button

2001-08-06 Thread William Barker
This is only a cosmetic patch, so it may not make the cut for TC3.3, but the diff is against TC3.3B1. At the moment, when the user hits the stop button, it shows up in the Apache logs with a status code of 500 (regardless of the status code returned by Tomcat). With this patch, the Apache

Re: listener-class

2001-08-06 Thread Craig R. McClanahan
On Mon, 6 Aug 2001, Andrew Arrow wrote: I added this to my web.xml file: listener listener-class com.mystuff.SessionListener /listener-class /listener I put a HashTable in the class and add each session to the table every time sessionCreated is called. I'd like to be able to

Re: FW: Velocity and JSP speed testing...

2001-08-06 Thread Craig R. McClanahan
On Mon, 6 Aug 2001, Jon Stevens wrote: Not exactly scientific, but I do trust Rickard to do things correctly...he has an existing JSP page for testing and then converted it to Velocity...here are the results... JSP - 240-480ms Velocity - 50-70ms Frankly, I'm astounded it took

Re: Velocity and JSP speed testing...

2001-08-06 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: -jon Craig (who is actually quite happy with Catalina at this point :-) Never been a fan of JSPs myself, but seeing Velocity (lately I had to install it for EyeBrowse on Nagoya, and it was painful) I'm not a big fan of that thing either. But

Re: Velocity and JSP speed testing...

2001-08-06 Thread Jon Stevens
on 8/6/01 7:45 PM, Pier P. Fumagalli [EMAIL PROTECTED] wrote: Never been a fan of JSPs myself, but seeing Velocity (lately I had to install it for EyeBrowse on Nagoya, and it was painful) I'm not a big fan of that thing either. Installation != Use Remember the old JServ 1.0 days when it

Re: Velocity and JSP speed testing...

2001-08-06 Thread Jon Stevens
on 8/6/01 7:18 PM, Craig R. McClanahan [EMAIL PROTECTED] wrote: On Mon, 6 Aug 2001, Jon Stevens wrote: Not exactly scientific, but I do trust Rickard to do things correctly...he has an existing JSP page for testing and then converted it to Velocity...here are the results... JSP

Re: Velocity and JSP speed testing...

2001-08-06 Thread Remy Maucherat
Craig R. McClanahan at [EMAIL PROTECTED] wrote: -jon Craig (who is actually quite happy with Catalina at this point :-) Never been a fan of JSPs myself, but seeing Velocity (lately I had to install it for EyeBrowse on Nagoya, and it was painful) I'm not a big fan of that thing

Re: FW: Velocity and JSP speed testing...

2001-08-06 Thread Bojan Smojver
When I switched my projects from JSP to Velocity, I did it more for: - simplicity of the language (VTL) - taking away (from web designers) the power to write/execute Java directly but if it's fast as well, even better :-) Bojan PS. It does take longer to get the first page. Velocity has to

Re: Velocity and JSP speed testing...

2001-08-06 Thread Christopher Cain
Totally OT, bandwidth-wasting, irrelevant musings P.S. ... Where did that Paulo Gaspar cat go? That guy was always interesting in a flame war, especially with Jon involved. Man ... dude did NOT like Jon, but he sure loved Velocity. I wonder he went ... I really miss those days, back when we

Re: Velocity and JSP speed testing...

2001-08-06 Thread Jon Stevens
on 8/6/01 9:24 PM, Christopher Cain [EMAIL PROTECTED] wrote: Totally OT, bandwidth-wasting, irrelevant musings P.S. ... Where did that Paulo Gaspar cat go? That guy was always interesting in a flame war, especially with Jon involved. Man ... dude did NOT like Jon, but he sure loved

Re: Catalina Startup Hook

2001-08-06 Thread Craig R. McClanahan
On Mon, 6 Aug 2001, Christopher Cain wrote: I need a quick jumpstart on how to hook my password prompter into the Catalina startup process. I assume that I shouldn't implement it as a Valve, as those have to do with the Request/Response chain. The Connector level in server.xml appears to

Re: Catalina Startup Hook (actually, both camps should read this :-)

2001-08-06 Thread Christopher Cain
Quoting Craig R. McClanahan [EMAIL PROTECTED]: Valves are designed for request processing, not component startup and shutdown. See below for an alternative suggestion. Yep, that's the general conslusion I came to in looking over the codebase. Cool, at least I know I can still RTFS and get

Re: [Fwd: GTest in watchdog fails with Apache...]

2001-08-06 Thread Justin Erenkrantz
On Mon, Aug 06, 2001 at 05:25:03PM +0100, Pier P. Fumagalli wrote: Justin Erenkrantz at [EMAIL PROTECTED] wrote: On Mon, Aug 06, 2001 at 11:17:18AM +0200, jean-frederic clere wrote: I have tested it with 1.3.20 it behaves the same way. This is correct behavior on httpd's part. It is

Re: [Fwd: GTest in watchdog fails with Apache...]

2001-08-06 Thread Craig R. McClanahan
Thanks Justin ... my initial assumption was that Apache would be doing this right, considering all the people involved ... :-) I'll fix the Watchdog test so that it reacts to this correctly. Craig On Mon, 6 Aug 2001, Justin Erenkrantz wrote: On Mon, Aug 06, 2001 at 05:25:03PM +0100, Pier P.