DO NOT REPLY [Bug 4826] - Can't configure AutoWebApp dir to absolute value on Windows

2001-11-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2001-11-19 Thread billbarker
billbarker01/11/19 22:39:21 Modified:.RELEASE-NOTES-3.3.1.txt Log: Update to reflect change to o.a.t.util.http.Parameters Revision ChangesPath 1.4 +4 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt Index: RELEASE-NOTES-3.3.1.txt ==

DO NOT REPLY [Bug 4948] - Class.getPackage() returns null in classes loaded by webapp class loader

2001-11-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-4.0/webapps/admin saved.jsp

2001-11-19 Thread patrickl
patrickl01/11/19 21:54:03 Added: webapps/admin saved.jsp Log: New success file Revision ChangesPath 1.1 jakarta-tomcat-4.0/webapps/admin/saved.jsp Index: saved.jsp === <%@ p

DO NOT REPLY [Bug 4955] - Page forward failure on URL parameter with no value (String index out of range)

2001-11-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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

2001-11-19 Thread billbarker
billbarker01/11/19 21:38:30 Modified:src/share/org/apache/tomcat/util/http Parameters.java Log: Handle missing '=' from RequestDispatcher.include. Fix for bug #4955 Reported By: Gareth Cronin [EMAIL PROTECTED] Revision ChangesPath 1.19 +1 -0 jakarta-tom

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

2001-11-19 Thread remm
remm01/11/19 21:06:35 Modified:catalina/src/share/org/apache/catalina/loader Tag: tomcat_40_branch WebappClassLoader.java Log: - After (late) review by Glenn, it turns out that the permission checks are not needed, and would be bad in some ways since

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

2001-11-19 Thread remm
remm01/11/19 19:33:07 Modified:catalina/src/share/org/apache/catalina/loader WebappClassLoader.java Log: - After (late) review by Glenn, it turns out that the permission checks are not needed, and would be bad in some ways since that would force runni

DO NOT REPLY [Bug 4961] New: - JDBCStore problems with Oracle, others(?)

2001-11-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: CS143

2001-11-19 Thread Eduardos
Hey Micael, you sent this letter to [EMAIL PROTECTED], not the person you intended Ed --- Micael Padraig Og mac Grene <[EMAIL PROTECTED]> wrote: > Hi, Greg, > > I am working late tonight, cannot sleep. So, I > thought I would put together a little grading tool > for CS143. If you like it, fe

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_registry.cjk_env.c jk_channel_socket.c

2001-11-19 Thread costinm
On Tue, 20 Nov 2001, Michael Smith wrote: > Not a problem.. Just thought I'd point it out. Exceptions are nice, but > there isn't any portable way to implement them in C (apart from setjmp > tricks, but that has a tendency to play havoc with... well, everything, > if you use them in a larger prog

DO NOT REPLY [Bug 4959] New: - jasper error if the jsp name is only formed by numbers

2001-11-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

[PATCH] - Watchdog 4.0 - 3 New HttpServletResponse tests + Patchesto support new tests.

2001-11-19 Thread Ryan Lubke
Hi, I've added 3 tests to javax_servlet_http/HttpServletResponse to validate that headers set after sendError() or sendRedirect are called are ignored by the container (this was an issue at one point). The 3 new tests are: SendErrorIgnoreHeaderTestServlet.java SendError_StringIgnoreHeaderTestSe

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_registry.cjk_env.c jk_channel_socket.c

2001-11-19 Thread Michael Smith
[EMAIL PROTECTED] wrote: > > On Tue, 20 Nov 2001, Michael Smith wrote: > > > Ah. That'd be my misunderstanding of how things work... > > _without_ that signature change, though, things still won't compile > > (well, they probably will. With _really_ nasty warnings). I suppose the > > right thing

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_registry.c jk_env.c jk_channel_socket.c

2001-11-19 Thread costinm
On Tue, 20 Nov 2001, Michael Smith wrote: > Ah. That'd be my misunderstanding of how things work... > _without_ that signature change, though, things still won't compile > (well, they probably will. With _really_ nasty warnings). I suppose the > right thing to do here is to change env->registerFa

DO NOT REPLY [Bug 4956] New: - There are two tags found in a source code

2001-11-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_registry.c jk_env.c jk_channel_socket.c

2001-11-19 Thread Michael Smith
[EMAIL PROTECTED] wrote: > > costin 01/11/19 10:14:38 > > Modified:jk/native/common jk_registry.c jk_env.c jk_channel_socket.c > Log: > Patch from Michael Smith. > > One change I didn't apply is the signature change in jk_env_objectFactory_t. > The problem with the worker_fa

DO NOT REPLY [Bug 4955] New: - Page forward failure on URL parameter with no value (String index out of range)

2001-11-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

[PATCH] Watchdog-4.0 -- Runtime patch for positiveContenttype.jsp

2001-11-19 Thread Ryan Lubke
Hi, Below is the source for the positiveContenttype.jsp *** positiveContenttype . . . <%@ page contentType="text/plain;charset=ISO-8859-1" %> *** GTest is configured to check only the goldenfile,

Re: [PATCH] Watchdog-4.0 - GTest patch for whitspace comparison.

2001-11-19 Thread Ryan Lubke
Forgot to mention, I changed the method name : compareWeek, to compareWeak. On Mon, 2001-11-19 at 17:04, Ryan Lubke wrote: > Hi, > > After reading through GTest, and the JSP/Servlet-Gtest.xml, none of the > tests set the "exactMatch" property to true to do whitespace comparison > between the res

[PATCH] Watchdog-4.0 - GTest patch for whitspace comparison.

2001-11-19 Thread Ryan Lubke
Hi, After reading through GTest, and the JSP/Servlet-Gtest.xml, none of the tests set the "exactMatch" property to true to do whitespace comparison between the response from the server, and the contents of the goldenfile. This patch, will make GTest do a byte for byte comparison of the response

RE: [JTC] APACHE_CONFIG_VARS and 2.0.28 / jkant

2001-11-19 Thread GOMEZ Henri
I'm currently stucked with Apache 2.0.27/2.0.28 and the config_vars.mk used in JTC (jk/webapp). It's still unclear if we should included it in all make file and what to do when you install Apache 2.0 in a FHS manner, as does my RPM, everything is broken. All the Apache stuff assume everything

Re: [VOTE] New committer: Michael Smith

2001-11-19 Thread Bojan Smojver
+1 Bojan Remy Maucherat wrote: > > Hi, > > I'd like to nominate Michael Smith [msmith at apache.org] as a committer on > the Tomcat subproject. Michael already has commit access on the Slide > subproject, and has contributed important bug fixes for Tomcat 4 as well as > mod_jk. -- To unsubscr

Re: [VOTE] Change the order of releases mentioned on the TC web page

2001-11-19 Thread Bojan Smojver
"Craig R. McClanahan" wrote: > > On Mon, 19 Nov 2001, Bojan Smojver wrote: > > > > > Vote to change the order of releases on the Tomcat web page: > > > > [X] +1. I agree with the proposal and I will help support it. > > [ ] +0. I agree with the proposal but I will not be able support it. > > [

Re: [VOTE] New committer: Michael Smith

2001-11-19 Thread Patrick Luby
+1 Patrick Remy Maucherat wrote: > Hi, > > I'd like to nominate Michael Smith [msmith at apache.org] as a committer on > the Tomcat subproject. Michael already has commit access on the Slide > subproject, and has contributed important bug fixes for Tomcat 4 as well as > mod_jk. > > He has my +1

Re: [VOTE] New committer: Michael Smith

2001-11-19 Thread Amy Roh
+1 Amy Remy Maucherat wrote: > Hi, > > I'd like to nominate Michael Smith [msmith at apache.org] as a committer on > the Tomcat subproject. Michael already has commit access on the Slide > subproject, and has contributed important bug fixes for Tomcat 4 as well as > mod_jk. > > He has my +1. >

Re: [VOTE] Change the order of releases mentioned on the TC web page

2001-11-19 Thread Amy Roh
+1 Amy Bojan Smojver wrote: > Tomcat web page (http://jakarta.apache.org/tomcat/) currently lists the > releases in the order from the oldest to the newest in the description > section. > > I propose those are listed in the more natural order, from the newest to > the oldest (i.e. TC 4.0.x, TC

Re: [VOTE] Change the order of releases mentioned on the TC web page

2001-11-19 Thread Bojan Smojver
Agreed. Bojan Larry Isaacs wrote: > > +1, > > I would also be +1 for listing Servlet 2.3/JSP 1.2/Tomcat 4.0 > first in the "impatient" section as well, since that spec is > newer. > > Larry > > P.S. I remembered to update the "news" page, but not this one. > Thanks for noticing. > > -Or

Re: [VOTE] Change the order of releases mentioned on the TC web page

2001-11-19 Thread Bojan Smojver
Endre Stølsvik wrote: > > On Mon, 19 Nov 2001, Bojan Smojver wrote: > > | Tomcat web page (http://jakarta.apache.org/tomcat/) currently lists the > | releases in the order from the oldest to the newest in the description > | section. > | > | I propose those are listed in the more natural order,

DO NOT REPLY [Bug 4954] New: - When specifying CATALINA_BASE explicitly, that dir has to have "shared/lib/jasper-*.jar" in it

2001-11-19 Thread bugzilla
build (jakarta-tomcat-4.0-2009.zip), when specifying CATALINA_BASE explicitly in a different location as CATALINA_HOME, that different location has to have "shared/lib/jasper-*.jar" in it in order for JSP files to be compilable by Jasper and therefore run within CATALINA_BASE.

[PATCH] Watchdog-4.0 -- tag_int.jsp tests functionality notmentioned in detail in spec

2001-11-19 Thread Ryan Lubke
Hi, The following test: server/jsp-tests/jsp/tagext/LifeCycle/tag_int.jsp Is testing functionality not really explained clearly in the Specification. Test code: <%-- Test for defining an int variable. --%> <%@ taglib uri="/TestLib.tld" prefix="x" %> <%! public

Re: [VOTE] New committer: Michael Smith

2001-11-19 Thread Bill Barker
+1 - Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, November 19, 2001 10:29 AM Subject: [VOTE] New committer: Michael Smith > Hi, > > I'd like to nominate Michael Smith [msmith at apache.org] as a committer on

[PATCH] Watchdog-4.0 - False positive from GetRealPathTestServlet

2001-11-19 Thread Ryan Lubke
Simple patch, but server/servlet-tests/WEB-INF/classes/tests/javax_servlet/ServletContext/GetRealPathTestServlet.java Yeilds a false positive when the test is run. Attached is a simple patch to rectify. More to follow later Index: GetRealPathTestServlet.java ==

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

2001-11-19 Thread remm
remm01/11/19 10:46:32 Modified:webapp INSTALL.txt Log: - Fix typo in the package name. Submitted by Daniel Rall , and forwarded by Jon. Revision ChangesPath 1.6 +1 -1 jakarta-tomcat-connectors/webapp/INSTALL.txt Index: INSTALL.txt

RE: [VOTE] New committer: Michael Smith

2001-11-19 Thread Ignacio J. Ortega
+1 Saludos , Ignacio J. Ortega > -Mensaje original- > De: Remy Maucherat [mailto:[EMAIL PROTECTED]] > Enviado el: lunes 19 de noviembre de 2001 19:29 > Para: Tomcat Developers List > Asunto: [VOTE] New committer: Michael Smith > > > Hi, > > I'd like to nominate Michael Smith [msmith

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core ApplicationContext.java

2001-11-19 Thread craigmcc
craigmcc01/11/19 10:25:39 Modified:catalina/src/share/org/apache/catalina/core ApplicationContext.java Log: Avoid double slashes in the values returned by something like ServletContext.getResourcePaths("/images/"). Revision ChangesPath 1.33

Re: [VOTE] New committer: Michael Smith

2001-11-19 Thread costinm
On Mon, 19 Nov 2001, Remy Maucherat wrote: > Hi, > > I'd like to nominate Michael Smith [msmith at apache.org] as a committer on > the Tomcat subproject. Michael already has commit access on the Slide > subproject, and has contributed important bug fixes for Tomcat 4 as well as > mod_jk. > > He h

Re: PATCH: jakarta-tomcat-connectors build on MSVC6

2001-11-19 Thread Remy Maucherat
> On Mon, 19 Nov 2001, Remy Maucherat wrote: > > In general, I think all jakarta commiters should have cross-project > permissions - maybe with the additional requirement that you need a > "review-then-commit" process when commiting to a project you are not > 'regular' commiter. > There are many '

[VOTE] New committer: Michael Smith

2001-11-19 Thread Remy Maucherat
Hi, I'd like to nominate Michael Smith [msmith at apache.org] as a committer on the Tomcat subproject. Michael already has commit access on the Slide subproject, and has contributed important bug fixes for Tomcat 4 as well as mod_jk. He has my +1. Remy -- To unsubscribe, e-mail:

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_registry.c jk_env.c jk_channel_socket.c

2001-11-19 Thread costin
costin 01/11/19 10:14:38 Modified:jk/native/common jk_registry.c jk_env.c jk_channel_socket.c Log: Patch from Michael Smith. One change I didn't apply is the signature change in jk_env_objectFactory_t. The problem with the worker_factory is that it is specific to workers,

RE: [VOTE] Change the order of releases mentioned on the TC web page

2001-11-19 Thread Marc Saegesser
+1 Marc Saegesser > -Original Message- > From: Bojan Smojver [mailto:[EMAIL PROTECTED]] > Sent: Sunday, November 18, 2001 11:18 PM > To: Tomcat Dev List > Subject: [VOTE] Change the order of releases mentioned on the TC web > page > > > Tomcat web page (http://jakarta.apache.org/tomc

Re: PATCH: jakarta-tomcat-connectors build on MSVC6

2001-11-19 Thread cmanolache
On Mon, 19 Nov 2001, Remy Maucherat wrote: > > On Mon, 19 Nov 2001, Michael Smith wrote: > > > > > Here's a patch for clean builds on MSVC6 - includes a couple of missing > > > headers, and adds JK_METHOD attributes to the neccesary functions > > > (otherwise calling conventions are declared diff

Re: PATCH: jakarta-tomcat-connectors build on MSVC6

2001-11-19 Thread Remy Maucherat
> On Mon, 19 Nov 2001, Michael Smith wrote: > > > Here's a patch for clean builds on MSVC6 - includes a couple of missing > > headers, and adds JK_METHOD attributes to the neccesary functions > > (otherwise calling conventions are declared differently, and you get > > compilation-fatal errors). >

Re: PATCH: jakarta-tomcat-connectors build on MSVC6

2001-11-19 Thread costinm
On Mon, 19 Nov 2001, Michael Smith wrote: > Here's a patch for clean builds on MSVC6 - includes a couple of missing > headers, and adds JK_METHOD attributes to the neccesary functions > (otherwise calling conventions are declared differently, and you get > compilation-fatal errors). Thanks Micha

PATCH: more fixes for jakarta-tomcat-connectors

2001-11-19 Thread Michael Smith
Ok, so with the previous patch stuff built - this one fixes some _really_ dodgy casts and type errors that were going on (someone 'fixed' these by casting them to void pointers.). Also added some JK_METHOD attributes to a couple more methods, and removed the corresponding void pointer casts for th

PATCH: jakarta-tomcat-connectors build on MSVC6

2001-11-19 Thread Michael Smith
Here's a patch for clean builds on MSVC6 - includes a couple of missing headers, and adds JK_METHOD attributes to the neccesary functions (otherwise calling conventions are declared differently, and you get compilation-fatal errors). Michael Smith Index: jk_channel_socket.c =

DO NOT REPLY [Bug 4037] - Host aliasing doesn't work

2001-11-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4951] - Alias on host not work

2001-11-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [VOTE] Change the order of releases mentioned on the TC web page

2001-11-19 Thread Craig R. McClanahan
On Mon, 19 Nov 2001, Bojan Smojver wrote: > > Vote to change the order of releases on the Tomcat web page: > > [X] +1. I agree with the proposal and I will help support it. > [ ] +0. I agree with the proposal but I will not be able support it. > [ ] -0. I don't agree with the proposal but I

DO NOT REPLY [Bug 4951] New: - Alias on host not work

2001-11-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-4.0 README.txt

2001-11-19 Thread glenn
glenn 01/11/19 06:36:58 Modified:.README.txt Log: Update docs for shared directory Revision ChangesPath 1.18 +4 -3 jakarta-tomcat-4.0/README.txt Index: README.txt === RCS file: /

[JTC] APACHE_CONFIG_VARS and 2.0.28

2001-11-19 Thread GOMEZ Henri
Hi to all JTCs, I'm trying to rebuild jk and webapp from JTC and notice we try to include config_vars.mk, which is awaited under $prefix/build/. Problem, it fit well for Apache 2.0 using default packaging (ie all under /usr/local/apache) but fail when we have it installed under another directory

CS143

2001-11-19 Thread Micael Padraig Og mac Grene
Hi, Greg,   I am working late tonight, cannot sleep.  So, I thought I would put together a little grading tool for CS143.  If you like it, feel free to change it, use it, sell it, whatever.  ;-)  The way it works is you put the unzipped files in c:\jdk1.3\jre\classes\ and go there on the com

DO NOT REPLY [Bug 4949] - jspc cannot find bean when using jsp:getProperty or jsp:setProperty

2001-11-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4949] New: - jspc cannot find bean when using jsp:getProperty or jsp:setProperty

2001-11-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-4.0/catalina/src/conf catalina.policy

2001-11-19 Thread glenn
glenn 01/11/19 05:51:03 Modified:catalina/src/conf catalina.policy Log: Make the permissions for shared/lib explicit Revision ChangesPath 1.16 +14 -4 jakarta-tomcat-4.0/catalina/src/conf/catalina.policy Index: catalina.policy ===

DO NOT REPLY [Bug 4948] New: - Class.getPackage() returns null in classes loaded by webapp class loader

2001-11-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: [VOTE] Change the order of releases mentioned on the TC web page

2001-11-19 Thread Larry Isaacs
+1, I would also be +1 for listing Servlet 2.3/JSP 1.2/Tomcat 4.0 first in the "impatient" section as well, since that spec is newer. Larry P.S. I remembered to update the "news" page, but not this one. Thanks for noticing. -Original Message- From: Bojan Smojver [mailto:[EMAIL PROTECTE

RE: Error: null cert chain

2001-11-19 Thread GOMEZ Henri
FYI, a Linux RPM of ssldump is available at : http://ftp.falsehope.com/home/gomez/ssldump/ Regards :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A

RE: Problem compiling mod_webapp for IBM HTTP Server 1.9.19 running on AIX 4.3.3. Please help save Tomcat for a high profile project in Switzerland

2001-11-19 Thread GOMEZ Henri
May I recommand you take a look at mod_jk from jakarta-tomcat-connectors which use configure stuff to try to ease the build... All the developpment effort on tomcat connectors have now moved to J-T-C - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .)

RE: Portable SSL Support

2001-11-19 Thread GOMEZ Henri
>Or even better, in SSLInterceptor. No need to change Request >or the core - >if it can be done in a module, it's better to do it this way. A la mod_ssl :) -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: [VOTE] Change the order of releases mentioned on the TC web page

2001-11-19 Thread GOMEZ Henri
>[X] +1. I agree with the proposal and I will help support it. >[ ] +0. I agree with the proposal but I will not be able support it. >[ ] -0. I don't agree with the proposal but I won't stop it. >[ ] -1. I disagree with the proposal and will explain my reasons. -- To unsubscribe, e-mail:

RE: TC 3.3, Production Quality

2001-11-19 Thread GOMEZ Henri
+1. Did you also rebuild the site since the http://jakarta.apache.org/tomcat/index.html still present 3.3 as beta (it's fixed in your recent commit) Regards - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..

RE: [VOTE] Change the order of releases mentioned on the TC web page

2001-11-19 Thread Ignacio J. Ortega
+1 Saludos , Ignacio J. Ortega > -Mensaje original- > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Enviado el: lunes 19 de noviembre de 2001 6:18 > Para: Tomcat Dev List > Asunto: [VOTE] Change the order of releases mentioned on the > TC web page > > > Tomcat web page (http://

Re: [VOTE] Change the order of releases mentioned on the TC web page

2001-11-19 Thread Endre Stølsvik
On Mon, 19 Nov 2001, Bojan Smojver wrote: | Tomcat web page (http://jakarta.apache.org/tomcat/) currently lists the | releases in the order from the oldest to the newest in the description | section. | | I propose those are listed in the more natural order, from the newest to | the oldest (i.e. T

Re: Problem compiling mod_webapp for IBM HTTP Server 1.9.19 runningon AIX 4.3.3. Please help save Tomcat for a high profile project inSwitzerland

2001-11-19 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: > > First of all I attempt to calmly summarize the problem and only then let my emotions >get through. > > My insufficient knowledge of AIX platforms prevents me from successfully compiling >mod_webapp (as well mod_jk) on AIX 4.3.3 platform. > > Hardware: IBM pSeries