DO NOT REPLY [Bug 8645] - Microsoft Services for UNIX v2.0 nfs server has a corrupt last modification date

2002-05-01 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=8645. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

SSI Servlet has big problems

2002-05-01 Thread Dan Sandberg
Hi everyone. I ran into bug #6299 today (two server-side includes fail with buffering on), did some debugging, and found the cause of it. I have no doubt that a bunch of other bugs in bugzilla are caused by the same issue. Basically, the class and its helper classes have a pretty serious

Re: SSI Servlet has big problems

2002-05-01 Thread Remy Maucherat
Hi everyone. I ran into bug #6299 today (two server-side includes fail with buffering on), did some debugging, and found the cause of it. I have no doubt that a bunch of other bugs in bugzilla are caused by the same issue. Basically, the class and its helper classes have a pretty serious

DO NOT REPLY [Bug 8645] - Microsoft Services for UNIX v2.0 nfs server has a corrupt last modification date

2002-05-01 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=8645. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8645] - Microsoft Services for UNIX v2.0 nfs server has a corrupt last modification date

2002-05-01 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=8645. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2002-05-01 Thread pier
pier02/05/01 07:19:42 Modified:webapp/support wa_apxs.m4 Log: Correctly handle the value of APXS when this is specified as an ABSOLUTE file name (AC_PATH_PROG doesn't like full paths). Revision ChangesPath 1.2 +9 -2

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

2002-05-01 Thread Pier Fumagalli
Pier Fumagalli [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: pier02/04/30 17:37:16 Modified:webapp Makedefs.in Makefile.in configure.in webapp/apache-1.3 Makefile.in webapp/lib Makefile.in Log: Reorganization and clean-up

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

2002-05-01 Thread glenn
glenn 02/05/01 08:02:38 Modified:jasper2/src/share/org/apache/jasper/compiler JspCompiler.java Log: Remove some dead code Revision ChangesPath 1.4 +0 -2

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

2002-05-01 Thread pier
pier02/05/01 08:27:51 Modified:webapp Makefile.in Log: Wrong dependancy. Revision ChangesPath 1.28 +2 -2 jakarta-tomcat-connectors/webapp/Makefile.in Index: Makefile.in === RCS

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

2002-05-01 Thread pier
pier02/05/01 08:29:36 Modified:webapp/support wa_util.m4 Log: Added check if weird characters are in the specified directory when trying to resolve its full path (like, newlines at the end and such, M4 sucks). Revision ChangesPath 1.2 +6 -4

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

2002-05-01 Thread pier
pier02/05/01 08:30:58 Modified:webapp/support wa_apxs.m4 Log: Added function to retrieve values out of APXS. Revision ChangesPath 1.3 +21 -1 jakarta-tomcat-connectors/webapp/support/wa_apxs.m4 Index: wa_apxs.m4

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

2002-05-01 Thread pier
pier02/05/01 08:31:47 Modified:webapp configure.in Log: Added retrieval of environment variables to build stuff when Apache 2.0 is game. Revision ChangesPath 1.53 +27 -2 jakarta-tomcat-connectors/webapp/configure.in Index: configure.in

email problem on tomcat

2002-05-01 Thread Vibha . Mullick
import javax.mail.*; import javax.mail.internet.*; import javax.activation.*; compiles without errors but fails at runtime with the following error: Internal Servlet Error: java.lang.NoClassDefFoundError: javax/mail/MessagingException at java.lang.Class.newInstance0(Native Method)

email servlet not working on TOMCAT

2002-05-01 Thread Vibha . Mullick
import javax.mail.*; import javax.mail.internet.*; import javax.activation.*; compiles without errors but fails at runtime with the following error: Internal Servlet Error: java.lang.NoClassDefFoundError: javax/mail/MessagingException at java.lang.Class.newInstance0(Native Method)

Re: email servlet not working on TOMCAT

2002-05-01 Thread Marc Boorshtein
are activation.jar all the mail jar's in your lib? Marc --- [EMAIL PROTECTED] wrote: import javax.mail.*; import javax.mail.internet.*; import javax.activation.*; compiles without errors but fails at runtime with the following error: Internal Servlet Error:

DO NOT REPLY [Bug 8700] New: - Process stays alive after shutdown

2002-05-01 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=8700. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: email servlet not working on TOMCAT

2002-05-01 Thread Pier Fumagalli
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Can anyone help? Someone on the APPROPRIATE mailing list might (tomcat-user) -- I think that it's extremely foolish to name a server after the current U.S. President. B.W. Fitzpatrick -- To

Re: email servlet not working on TOMCAT

2002-05-01 Thread Vibha . Mullick
No. they are in a folder email downloaded from sun site and separate from tomcat directory structure path. However, the classpath points to them: classpath: C:\JAKART~1.3\WEBAPPS\ROOT\WEB-INF\CLASSES\ADSecho %classpath% c:\junk\email\activation.jar;c:\junk\email\javamail-1.2\mail.jar;c:

cvs commit: jakarta-tomcat-connectors/webapp/support aplocal.m4 config.guess config.sub

2002-05-01 Thread pier
pier02/05/01 08:53:31 Removed: webapp/support aplocal.m4 config.guess config.sub Log: Removed scripts not required anymore by configure. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

DO NOT REPLY [Bug 8700] - Process stays alive after shutdown

2002-05-01 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=8700. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8700] - Process stays alive after shutdown

2002-05-01 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=8700. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: email problem on tomcat

2002-05-01 Thread Jun Inamori
Hi, Internal Servlet Error: java.lang.NoClassDefFoundError: javax/mail/MessagingException Even if you place: mail.jar activation.jar under (docBase)/WEB-INF/lib or (TOMCAT_HOME)/lib/apps, these files must have the read permission. Most JAR files distributed from Sun have 644, which

Re: email problem on tomcat

2002-05-01 Thread Vibha . Mullick
I placed jar files under lib and restarted the server: Still the same problem when i run the feedback form java.lang.NoClassDefFoundError: javax/mail/MessagingException at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Class.java:237)

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/config GeneratorJk1.java GeneratorJk2.java WebXml2Jk.java

2002-05-01 Thread costin
costin 02/05/01 10:00:19 Modified:jk/java/org/apache/jk/config WebXml2Jk.java Added: jk/java/org/apache/jk/config GeneratorJk1.java GeneratorJk2.java Log: I believe we now extract _all_ web-server relevant information from web.xml. ( including

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_uriEnv.c jk_uriMap.c

2002-05-01 Thread costin
costin 02/05/01 10:23:14 Modified:jk/native2/common jk_uriEnv.c jk_uriMap.c Log: Reduce verbosity of messages. Fix a mapping bug for prefix mappings ( it is in jk1 too, but there you get around by using the 'general prefix mapping' - /examples* or by mapping both

RE: jakarta-tomcat-connectors documentation/summaries

2002-05-01 Thread Christopher K. St. John
Another update. Same disclaimers as before. FAQ's (just an idea, these don't have to be included) Q: Is mod_webapp replacing mod_jk? A: No. See below for links to documentation, then choose the one that best suits your needs.

RE: jakarta-tomcat-connectors documentation/summaries

2002-05-01 Thread Christopher K. St. John
Another update. Same disclaimers as before. FAQ's (just an idea, these don't have to be included) Q: Is mod_webapp replacing mod_jk? A: No. See below for links to documentation, then choose the one that best suits your needs.

Re: jakarta-tomcat-connectors documentation/summaries

2002-05-01 Thread Christopher K. St. John
Christopher K. St. John wrote: Another update. Same disclaimers as before. Mail client mishap, second one's a duplicate, sorry. -- Christopher St. John [EMAIL PROTECTED] DistribuTopia http://www.distributopia.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

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

2002-05-01 Thread pier
pier02/05/01 11:05:37 Modified:webapp/support wa_util.m4 Log: Localization of variable names within M4 macros (darn, there's no stack) Revision ChangesPath 1.3 +13 -14jakarta-tomcat-connectors/webapp/support/wa_util.m4 Index: wa_util.m4

DO NOT REPLY [Bug 8705] New: - SessionListener should extend EventListener

2002-05-01 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=8705. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2002-05-01 Thread pier
pier02/05/01 11:09:17 Modified:webapp/support wa_apr.m4 Log: Some more variable localization, now WA_APR_GET appends data to the variable instead of replacing it, and removed a little useless check in WA_APR (WA_PATH_DIR already exits if the directory is not found)

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

2002-05-01 Thread pier
pier02/05/01 11:12:48 Modified:webapp/support wa_exec.m4 Log: More M4 variable localization madness. Revision ChangesPath 1.2 +19 -19jakarta-tomcat-connectors/webapp/support/wa_exec.m4 Index: wa_exec.m4

DO NOT REPLY [Bug 8700] - Process stays alive after shutdown

2002-05-01 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=8700. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8705] - SessionListener should extend EventListener

2002-05-01 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=8705. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8705] - SessionListener should extend EventListener

2002-05-01 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=8705. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

email servlet not working on TOMCAT

2002-05-01 Thread Vibha . Mullick
The servlet that uses mail.jar copiles but fails with error 500 when run on TOMCAT. Any ideas? The classpath is set to: C:\JAKART~1.3\WEBAPPS\ROOT\WEB-INF\CLASSES\ADSecho %CLASSPATH% c:\jakarta-tomcat-3.3\lib\activation.jar;c: \jakarta-tomcat-3.3\lib\mail.jar;c:\j

RE: email servlet not working on TOMCAT

2002-05-01 Thread Kevin Grey
Did you try putting it in your WEB-INF/lib dir of your WAR file? ~~K Kevin Z Grey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 3:14 PM To: [EMAIL PROTECTED] Subject: email servlet not working on TOMCAT The servlet that uses

DO NOT REPLY [Bug 8705] - SessionListener should extend EventListener

2002-05-01 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=8705. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk build.xml

2002-05-01 Thread costin
costin 02/05/01 12:53:57 Modified:jk build.xml Added: jk/conf jkconfig.manifest Log: Start building jkconfig.jar. This is independent of tomcat, it can be used as a CLI or ant tool. It depends on common-logging, DOM, tomcat-utils ( Introspection )

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/config GeneratorApache2.java GeneratorJk1.java GeneratorJk2.java WebXml2Jk.java

2002-05-01 Thread costin
costin 02/05/01 12:55:46 Modified:jk/java/org/apache/jk/config GeneratorJk1.java GeneratorJk2.java WebXml2Jk.java Added: jk/java/org/apache/jk/config GeneratorApache2.java Log: Few more updates. Generate all possible config files. The

DO NOT REPLY [Bug 8705] - SessionListener should extend EventListener

2002-05-01 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=8705. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8708] New: - org.apache.jasper.JasperException: Unable to compile class for JSP

2002-05-01 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=8708. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8709] New: - ISAPI Filter failing to pass on DAV OPTIONS requests

2002-05-01 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=8709. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8709] - ISAPI Filter failing to pass on DAV OPTIONS requests

2002-05-01 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=8709. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/webapp/support wa_apr.m4 wa_apxs.m4 wa_util.m4

2002-05-01 Thread pier
pier02/05/01 13:58:37 Modified:webapp/support wa_apr.m4 wa_apxs.m4 wa_util.m4 Log: Added function to append value to environment variable. Revision ChangesPath 1.3 +2 -6 jakarta-tomcat-connectors/webapp/support/wa_apr.m4 Index: wa_apr.m4

[VOTE] New committer: Christopher St John

2002-05-01 Thread Remy Maucherat
I'd like to propose Christopher St John cks at distributopia.com as a committer on Tomcat. Christopher has contributed ideas and code to do some improvements to the design of Catalina. More importantly, he seems very motivated and willing to contribute very significant time and effort on Tomcat.

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

2002-05-01 Thread pier
pier02/05/01 14:23:19 Modified:webapp/apache-2.0 Makefile.in Log: New makefile for Apache 2.0 (it _WORKS_ ! - in theory) Revision ChangesPath 1.6 +25 -26jakarta-tomcat-connectors/webapp/apache-2.0/Makefile.in Index: Makefile.in

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

2002-05-01 Thread pier
pier02/05/01 14:24:04 Modified:webapp/apache-1.3 Makefile.in Log: New makefile for Apache 1.3. Revision ChangesPath 1.25 +34 -14jakarta-tomcat-connectors/webapp/apache-1.3/Makefile.in Index: Makefile.in

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

2002-05-01 Thread pier
pier02/05/01 14:25:40 Modified:webapp Makedefs.in Log: New variable templates from configure.in Revision ChangesPath 1.15 +22 -14jakarta-tomcat-connectors/webapp/Makedefs.in Index: Makedefs.in

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

2002-05-01 Thread pier
pier02/05/01 14:26:28 Modified:webapp Makefile.in Log: Reorganized how we make dependancies on libraries... Revision ChangesPath 1.29 +14 -16jakarta-tomcat-connectors/webapp/Makefile.in Index: Makefile.in

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

2002-05-01 Thread pier
pier02/05/01 14:27:20 Modified:webapp configure.in Log: Now builds modules for Apache 1.3 and Apache 2.0 correctly Revision ChangesPath 1.54 +68 -34jakarta-tomcat-connectors/webapp/configure.in Index: configure.in

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

2002-05-01 Thread pier
pier02/05/01 14:27:51 Modified:webapp/lib Makefile.in Log: New makefile also for library Revision ChangesPath 1.26 +4 -14 jakarta-tomcat-connectors/webapp/lib/Makefile.in Index: Makefile.in

cvs commit: jakarta-tomcat-connectors/webapp/support install.sh mkinstalldirs.sh

2002-05-01 Thread pier
pier02/05/01 14:33:00 Removed: webapp/support install.sh mkinstalldirs.sh Log: Don't need those anymore. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [VOTE] New committer: Christopher St John

2002-05-01 Thread costinm
On Wed, 1 May 2002, Remy Maucherat wrote: I'd like to propose Christopher St John cks at distributopia.com as a committer on Tomcat. Christopher has contributed ideas and code to do some improvements to the design of Catalina. More importantly, he seems very motivated and willing to

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi isapi.dsp jk_isapi_plugin.c jk_service_iis.c

2002-05-01 Thread nacho
nacho 02/05/01 15:23:36 Modified:jk/native2/common jk_channel_jni.c jk_vm_default.c jk_worker_ajp13.c jk_workerEnv.c jk/native2/server/isapi isapi.dsp jk_isapi_plugin.c jk_service_iis.c Log: * Diverse fixes mostly

cvs commit: jakarta-tomcat-connectors/jk build.xml

2002-05-01 Thread costin
costin 02/05/01 15:39:09 Modified:jk build.xml Added: jk/conf shm.manifest Log: Create another executable jar for Shm. jkshm.jar and jkconf.jar should end up in TOMCAT_HOME/bin or in ANT_HOME/lib or something similar - they act as standalone tools, but can

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common Shm.java

2002-05-01 Thread costin
costin 02/05/01 15:40:17 Modified:jk/java/org/apache/jk/common Shm.java Log: More code, start adding command line options. ( each bean setter is mapped to a command line option by IntrospectionUtil, in case you're not familiar with the code ) Revision ChangesPath

RE: [VOTE] New committer: Christopher St John

2002-05-01 Thread Ignacio J. Ortega
De: Remy Maucherat [mailto:[EMAIL PROTECTED]] Enviado el: miƩrcoles 1 de mayo de 2002 23:00 +1 Saludos , Ignacio J. Ortega -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [VOTE] New committer: Christopher St John

2002-05-01 Thread Bojan Smojver
+1 Bojan On Thu, 2002-05-02 at 06:59, Remy Maucherat wrote: I'd like to propose Christopher St John cks at distributopia.com as a committer on Tomcat. Christopher has contributed ideas and code to do some improvements to the design of Catalina. More importantly, he seems very motivated and

cvs commit: jakarta-tomcat-connectors/jk/native/iis jk_isapi_plugin.c

2002-05-01 Thread nacho
nacho 02/05/01 15:59:12 Modified:jk/native/iis jk_isapi_plugin.c Log: * Problems with extension return codes in IIS 6.0. It seems IIS version prior to 6.0, were buggy and not honored the HSE_STATUS_SUCCESS_KEEP_CONN extension return values. This is why the bug not

RE: jakarta-tomcat-connectors documentation/summaries

2002-05-01 Thread Ignacio J. Ortega
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Enviado el: miƩrcoles 1 de mayo de 2002 19:44 webapp Re: jakarta-tomcat-connectors documentation/summaries pier: There were some other motivations when it all started... Mod_JK was unmaintained, and nobody knew how to make it

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_map.h

2002-05-01 Thread costin
costin 02/05/01 16:10:17 Modified:jk/native2/common jk_channel_jni.c jk_shm.c jk_worker_ajp13.c jk/native2/include jk_map.h Log: Few fixes in error handling and checking for exceptions. Revision ChangesPath 1.12 +1 -2

RE: jakarta-tomcat-connectors documentation/summaries

2002-05-01 Thread costinm
On Thu, 2 May 2002, Ignacio J. Ortega wrote: I can admit all other reasons, but jk never has been unmaintained for any period of time in the past, more, prior to webapp announce, or more or less at the same time, Dan Milstein and Henri did a big work documenting and studiying the sources,

DO NOT REPLY [Bug 8717] New: - java.lang.ClassCastException at org.apache.catalina.core.ApplicationDispatcher.unwrapRequest(ApplicationDispatcher.java:845)

2002-05-01 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=8717. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

request

2002-05-01 Thread TMotte
Hi: I apologize for crossposting, and I probably shouldn't be on here since I'm not a committer or whatever it's called, but I posted a similar request to the user list and they ignored it, so: #1 The startup scripts for tomcat assume the existence of $CATALINA_HOME/temp

Re: request

2002-05-01 Thread TMotte
Wait, I found the bugzilla thing. I guess I'll submit via that. thanks troy [EMAIL PROTECTED]

DO NOT REPLY [Bug 8718] New: - missing directories

2002-05-01 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=8718. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8719] New: - catalina.sh bug

2002-05-01 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=8719. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [VOTE] New committer: Christopher St John

2002-05-01 Thread Craig R. McClanahan
+1 Craig On Wed, 1 May 2002, Remy Maucherat wrote: Date: Wed, 1 May 2002 13:59:59 -0700 From: Remy Maucherat [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: [VOTE] New committer: Christopher St John I'd like to

Re: [VOTE] New committer: Christopher St John

2002-05-01 Thread Amy Roh
+1 Amy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans ConnectorMBean.java MBeanFactory.java StandardServerMBean.java

2002-05-01 Thread amyroh
amyroh 02/05/01 19:03:16 Modified:catalina/src/share/org/apache/catalina/mbeans ConnectorMBean.java MBeanFactory.java StandardServerMBean.java Log: SSL connector mbean fixes. Needs an error page in case if a user wants to create

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteServerSocketFactory.java

2002-05-01 Thread amyroh
amyroh 02/05/01 19:07:03 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteServerSocketFactory.java Log: Add missing public for getFactory. Couldn't access the method through reflection without being public. Revision ChangesPath 1.2

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_msg.h

2002-05-01 Thread costin
costin 02/05/01 20:13:05 Modified:jk/native2/common jk_channel_jni.c jk_msg_ajp.c jk_shm.c jk_worker_status.c jk/native2/include jk_msg.h Log: Added some more debugging code the shm ( now it can dump the content in a file and display some

Re: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteServerSocketFactory.java

2002-05-01 Thread Bill Barker
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 01, 2002 7:07 PM Subject: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteServerSocketFactory.java amyroh 02/05/01 19:07:03 Modified:

Re: jakarta-tomcat-connectors documentation/summaries

2002-05-01 Thread Christopher K. St. John
Ignacio J. Ortega wrote: Re: jakarta-tomcat-connectors documentation/summaries pier: There were some other motivations when it all started... Hmmm. The theory is that the document should be absolutely 100% non-controversial. Other parts of the entry already emphasize ease of use, so

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common Shm.java

2002-05-01 Thread costin
costin 02/05/01 20:18:01 Modified:jk/java/org/apache/jk/common Shm.java Log: Few more features. I think the sending part works fine now ( but we should still do more tunning ). For each tomcat instance we create a shm slot in the scoreboard. The slot is named

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/config GeneratorApache2.java

2002-05-01 Thread costin
costin 02/05/01 20:18:11 Modified:jk/java/org/apache/jk/config GeneratorApache2.java Log: Few fixes Revision ChangesPath 1.2 +11 -7 jakarta-tomcat-connectors/jk/java/org/apache/jk/config/GeneratorApache2.java Index: GeneratorApache2.java

[coyote/tomcat 3.3.1] content-length header never set?

2002-05-01 Thread Kevin Seguin
i was playing around with coyote (v1.0-b8) and tomcat 3.3.1 and i noticed that setting a content-length header had absolutely no effect. in other words, if i set a content-length header in a servlet, the http client would never see this header. i dug around through the code a little and

Re: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4CoyoteServerSocketFactory.java

2002-05-01 Thread costinm
On Wed, 1 May 2002, Bill Barker wrote: Add missing public for getFactory. Couldn't access the method through reflection without being public. Revision ChangesPath 1.2 +1 -1 jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/CoyoteSe

Re: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteServerSocketFactory.java

2002-05-01 Thread Bill Barker
- Original Message - From: [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Wednesday, May 01, 2002 8:19 PM Subject: Re: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteServerSocketFactory.java On Wed, 1 May 2002, Bill Barker

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat3 Tomcat3Response.java

2002-05-01 Thread billbarker
billbarker02/05/01 21:19:03 Modified:coyote/src/java/org/apache/coyote/tomcat3 Tomcat3Response.java Log: Pass the content-length to the coyoteRequest. We probably have to review other header settings as well. Submitted by: Kevin Seguin [EMAIL

Re: SSI Servlet has big problems

2002-05-01 Thread Dan Sandberg
Remy Maucherat wrote: Implementing the SingleThreadedServlet interface will not help thi Are you sure ? (I didn't look at the code at all, so I'm just wondering) Otherwise, it would be a really cheap way to make it work. Thanks for looking into it anyway. Implementing

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

2002-05-01 Thread Punky Tse
Pier, Thanks! Before that, I would just like to send you some patches on 2.0 side. But you are faster than me. And it builds prefectly on my Linux box now. Questions and Comments: - I notice that the mod_webapp module name changed from mod_webapp.so to libwebapp.so. (I spent some time to

Re: SSI Servlet has big problems

2002-05-01 Thread Bill Barker
The standard way is to attach the output of cvs diff to an e-mail message with a subject beginning with the string [PATCH]. If you continue to make work for us enough by doing this, eventually someone will propose you as a committer :-). - Original Message - From: Dan Sandberg [EMAIL