RE: Thread-safety

2001-01-28 Thread Peter Donald
At 03:13 27/1/01 +0100, Paulo Gaspar wrote: Bruce Eckel on his book "Thinking in Java" states that a simple method call (no parameters) takes 5.9 units of time while a synchronized method call takes 570. OTOH, object creation takes 980 which makes it an even worse alternative. Depends on the

cvs commit: jakarta-tomcat/src/admin/test test.jsp

2001-01-28 Thread costin
costin 01/01/28 11:18:37 Modified:src/admin/WEB-INF/classes/tadm GTestTag.java src/admin/test test.jsp Log: Updated GTestTag to process "port", "http.protocol", "host" parameters and set them as ant properties. This allows testing with apache ( where

cvs commit: jakarta-tomcat/src/etc server.xml

2001-01-28 Thread costin
costin 01/01/28 11:19:12 Modified:src/etc server.xml Log: Removed unused modules. Revision ChangesPath 1.62 +0 -14 jakarta-tomcat/src/etc/server.xml Index: server.xml === RCS file:

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

2001-01-28 Thread costin
costin 01/01/28 11:20:35 Modified:src/share/org/apache/tomcat/modules/config LoaderInterceptor11.java Removed: src/share/org/apache/tomcat/modules/config LoaderInterceptor12.java Log: Removed old LoaderInterceptor12, no longer

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core BaseInterceptor.java Context.java

2001-01-28 Thread costin
costin 01/01/28 11:49:20 Modified:src/share/org/apache/tomcat/core BaseInterceptor.java Context.java Log: Initialize DependManager ( modules can still replace it with a better version if they want - but we'll not have to check for null every time )

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/test DefaultMatcher.java Header.java HttpClient.java

2001-01-28 Thread costin
costin 01/01/28 11:53:11 Modified:src/share/org/apache/tomcat/util/test DefaultMatcher.java Header.java HttpClient.java Log: Changes in the test driver: - corectly display response headers - fixes to make default port/host/protocol customization work

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF test-tomcat.xml

2001-01-28 Thread costin
costin 01/01/28 11:58:21 Modified:src/tests/webpages/WEB-INF test-tomcat.xml Log: Added few comments on the tests that fail on Apache+tomcat ( because of different behavior of the static handler ). Tomcat behavior is not "wrong", but I think we should make it consistent

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader StandardLoader.java

2001-01-28 Thread remm
remm01/01/28 12:06:17 Modified:catalina/src/share/org/apache/catalina/loader StandardLoader.java Log: - The /WEB-INF/classes and /WEB-INF/lib paths in the work directories are now used for the Jasper environment. That should prevent any name

FW: Using Xerces in my Application

2001-01-28 Thread Kevin Jones
Sorry about the cross-post. I posted this is user and I meant to post it here. Could you guys post any replies here please? Thanks Kevin Jones DevelopMentor www.develop.com -Original Message- From: Kevin Jones [mailto:[EMAIL PROTECTED]] Sent: 27 January 2001 08:25 To: Tomcat-User

cvs commit: jakarta-tomcat changes3.3

2001-01-28 Thread danmil
danmil 01/01/28 12:49:55 Modified:src/native/mod_jk/common jk_ajp13.c src/share/org/apache/tomcat/modules/server Ajp13.java .changes3.3 Log: Adding support for WEBDAV methods to Ajp13. Contributed by Keith Wannamaker ([EMAIL PROTECTED])

cvs commit: jakarta-tomcat/src/doc AJPv13.html

2001-01-28 Thread danmil
danmil 01/01/28 12:51:45 Modified:src/doc AJPv13.html Log: Adding support for WEBDAV methods to Ajp13. Contributed by Keith Wannamaker ([EMAIL PROTECTED]). Also, adding documentation for what is done if the servlet container requests more body information than the web

cvs commit: jakarta-tomcat/src/native/mod_jk/apache2.0 mod_jk.dsp

2001-01-28 Thread danmil
danmil 01/01/28 12:54:23 Modified:src/native/mod_jk/apache1.3 mod_jk.dsp src/native/mod_jk/apache2.0 mod_jk.dsp Log: Fixing win32 build files to reflect new directory structure. Contributed by Keith Wannamaker ([EMAIL PROTECTED]). Revision ChangesPath

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

2001-01-28 Thread danmil
danmil 01/01/28 13:30:35 Modified:src/etc server.xml src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: Fixed autogeneration of mod_jk.conf files by Tomcat, and added intelligence about ajp13 v. ajp12. The generated file will use ajp13 if

Re: [PATCH] Ajpv13 webdav support

2001-01-28 Thread Dan Milstein
Keith, Thanks for all the good work. A few followups: 1) Which branch. I agree with Marc -- I think we should probably keep this work on the tomcat HEAD branch (aka TC 3.3). Admittedly, support for the WebDAV headers is right on the line between a bug and a feature, but I'm inclined to be

[PATCH] stopping catalina without DNS lookup

2001-01-28 Thread Robert Burrell Donkin
hi! (i'm not subscribed to this list so please direct any questions to my home email address) stopping catalina requires a name lookup since it request localhost by name. (i'm pretty that this why i couldn't stop tomcat after my domain name server became stuffed - which is, of course, a very

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup Catalina.java

2001-01-28 Thread jon
jon 01/01/28 17:02:53 Modified:catalina/src/share/org/apache/catalina/startup Catalina.java Log: stopping catalina requires a name lookup since it request localhost by name. (i'm pretty that this why i couldn't stop tomcat after my domain name server became stuffed -

Tomcat and SSL

2001-01-28 Thread Allen Akers
I followed the instructions to the letter and I've tried it on two different platforms, so I'm just flat out MISSING something. I rebuilt Tomcat with SSL with no problems, modified my server.xml for SSL and it started with no errors, but when I go to connect to the SSL port from a browser I get

SOLUTION to problems with iis redirection

2001-01-28 Thread William McCord
I noticed that quite a few people were having trouble with using the isapi_redirect.dll to integrate tomcat with IIS 5.0 on Windows 2000 and I spent a few hours banging my head against the keyboard to come up with these amendments to the documentation. Hope this helps! 1) You should not have

mod_jk.so build problems with SunOS 5.6

2001-01-28 Thread freecom
hi, I failed to build mod_jk.so.what can tell me how can I do. I get a error message when I use apxs -o mod_jk.so jk_worker.o jk_util.o jk_uri_worker_map.o jk_sockbuf.o jk_pool.o jk_nwmain.o jk_msg_buff.o jk_map.o jk_lb_worker.o jk_jni_worker.o jk_connect.o j k_ajp13_worker.o jk_ajp13.o

cvs commit: jakarta-tomcat/src/admin/test sanity-form.jsp test.jsp

2001-01-28 Thread costin
costin 01/01/28 22:46:19 Modified:src/admin/WEB-INF admin.tld web.xml src/admin/WEB-INF/classes/tadm GTestTag.java src/admin/test test.jsp Added: src/admin/WEB-INF ant.tld src/admin/WEB-INF/classes/tadm AntProperty.java AntTEI.java

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF test-tomcat.xml

2001-01-28 Thread costin
costin 01/01/28 22:59:43 Modified:src/tests/webpages/WEB-INF test-tomcat.xml Removed: src/tests/share run-test.sh Log: A bit of reorganization of tests - grouped the tests that are specific to standalone and apache ( different behavior for static resources - AFAIK both

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/test DefaultMatcher.java GTest.java

2001-01-28 Thread costin
costin 01/01/28 23:09:14 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java src/share/org/apache/tomcat/modules/aaa AccessInterceptor.java src/share/org/apache/tomcat/modules/generators

Re: TOMCAT + mod_jk or mod_webapp

2001-01-28 Thread Pier Fumagalli
Dan Milstein [EMAIL PROTECTED] wrote: Great to hear that you want to contribute some work! [...] OTOH, Pier is writing a brand new plugin/protocol/connector for TC 4 (mod_webapp), which promises some big improvements (mainly in ease of configuration and compliance with the servlet

Re: mod_webapp and Win32

2001-01-28 Thread Pier Fumagalli
Dave Oxley [EMAIL PROTECTED] wrote: I've managed to get mod_webapp compiling under Windows but when I plug it into Apache I get the following error: Syntax error on line 1 of /Tomcat-4.0/conf/mod_webapp.conf: Can't locate API module structure `webapp_module' in file c:/program

Re: jserv SHUTDOWN_GRACEFULLY functionality with mod_jk?

2001-01-28 Thread stefan aberg
Hi, On Fri, Jan 26, 2001 at 01:27:09PM -0500, ext Dan Milstein wrote: 3) Restarting Apache == Bad Makes sense to me. Anyone else? I guess it depends on how well apache handles a restart. Are any current browser connections broken or will apache serv every open connection first and