Re: Any difference between two TC 3.2.1 ?

2000-12-14 Thread Craig R. McClanahan
Pilho Kim wrote: > Hi, developers! > > Which parts of Tomcat 3.2.1 (14-Dec-2000) > are different from those of Tomcat 3.2.1 (12-Dec-2000) ? > The only file posted on the 14th was the ".zip" version of the source code, which was reformatted by Larry Isaacs to have DOS line endings (CR+LF) instead

Any difference between two TC 3.2.1 ?

2000-12-14 Thread Pilho Kim
Hi, developers! Which parts of Tomcat 3.2.1 (14-Dec-2000) are different from those of Tomcat 3.2.1 (12-Dec-2000) ? Thanks, Kim

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

2000-12-14 Thread larryi
larryi 00/12/14 19:43:43 Modified:src/facade22/org/apache/tomcat/facade ServletHandler.java Log: Synchronize setting of data for UnavailableException thrown from service(). An UnavailableException returning a getUnavailableSeconds() = 0 could be expired out from under the reque

RE: how to maintain session between HTTP and HTTPS?

2000-12-14 Thread Joseph Chiu
> Currently I have only one JVM running tomcat, with > http on port 8080 and https on port 8443. Ah. There's your problem... The problem is with the browser not accepting not allowing cookie sharing for URL's on non-standard ports. That is: http://www.swap.com/ and https://www.swap.com/ can s

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/logging JasperLogger.java

2000-12-14 Thread craigmcc
craigmcc00/12/14 16:16:24 Modified:jasper/src/share/org/apache/jasper/logging JasperLogger.java Log: Encapsulate creation of a background logging thread inside a doPrivileged() block to avoid problems when running under a security manager. Submitted by: Vivek Nagar <[EMAIL

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

2000-12-14 Thread larryi
larryi 00/12/14 16:02:13 Modified:src/facade22/org/apache/tomcat/facade ServletHandler.java Log: Adding an additional checkAvailable() method for use during service() handling. It needs its own synchronization since multiple requests could try to expire the unavailable error.

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/servlet JspServlet.java

2000-12-14 Thread craigmcc
craigmcc00/12/14 15:55:18 Modified:jasper/src/share/org/apache/jasper/servlet JspServlet.java Log: Encapsulate the creation of a new class loader in a doPrivileged() action so that it works correctly when Tomcat is run underneath a security manager. Submitted by: Vivek Naga

FW: Virtual hosting

2000-12-14 Thread Parayali, Jayesh 1065
Title: FW: Virtual hosting -Original Message- From:   Parayali, Jayesh 1065 [SMTP:[EMAIL PROTECTED]] Sent:   Thursday, December 14, 2000 3:29 PM To: '[EMAIL PROTECTED]' Subject:    Virtual hosting I have set up 2 virtual hosts on a server running tomcat 3.2 running one we

Re: [ANNOUNCEMENT] Security Related Updates - Tomcat 3.1.1 and Tomcat 3.2.1

2000-12-14 Thread Gomez Henri
> Sorry, I thought that got answered. Yes, Nacho give me the answer a little time later ;-) Thanks to him since I was afraid to have broken something. > Sounds good! Thanks, prepare room on the server ;-)

Re: Tomcat RPMs

2000-12-14 Thread Gomez Henri
> I've been experimenting with your RPM files (and considering replacing > my custom-built ones with yours), and it looks like you set things up > in > a directory tree that makes a lot of sense if you're coming from a > RedHat environment as I am. Thanks. > One thing I did with my RPMs though,

RE: multipart/form-data problem

2000-12-14 Thread Gomez Henri
> * Tomcat 3.2 final has a bug that garbles multi part streams. (Fix is > planned in 3.2.2, workaround available - see the last few days of list > topics). Did the patch from Dan didn't fix that ? Did you speek about multi-part via ajp13 ? TC 3.2.1 with Dan patch (ajp13) works perfectly now with

[repost] Tomcat 4.0 m4 filter impl.

2000-12-14 Thread Geoff Soutter
anyone out there care about this stuff? please? :-) > Hi there, > > I've got some questions about Servlet API 2.3 Filters and the Tomcat 4.0 m4 > implementation of them. > > I've been thinking about implementing one of those new-fangled Filter > things. I've been reading the spec, and I've found

Re: [ANNOUNCEMENT] Security Related Updates - Tomcat 3.1.1 and Tomcat 3.2.1

2000-12-14 Thread Craig R. McClanahan
Gomez Henri wrote: > I've asked some days ago about the 'Attic ?'... > Sorry, I thought that got answered. The "attic" is CVS's way of dealing with files that are on one branch of a repository, but not another -- or cases where you deleted a file, but you might want to go back to a previously t

Re: [ANNOUNCEMENT] Security Related Updates - Tomcat 3.1.1 and Tomcat 3.2.1

2000-12-14 Thread Gomez Henri
> This raises an interesting policy issue that should be discussed. > In short, I think that packaging additional docs and fixes with your > 3.2.1 RPMs > is very misleading to Tomcat users, because what you get is *not* the > same as > what the "official" packages contain. I've added ajp13 multi

Re: [tomcat-4.0] building is hard

2000-12-14 Thread Gomez Henri
I've switched from TC 4.0-m4 to TC 4.0-m5 in minutes using my RPMs build process. I've only adapted my spec file (the file which tell how to build the binary package from sources, patches...) Since I allready many of the RPM needed by tomcat (from jakarta.apache.org and xml.apache.org), I have

RE: Tomcat 3.2 - Default web.xml not being read

2000-12-14 Thread Barbara Nelson
Thank you for the fast turnaround :-) I'll try it out. Barbara. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 14, 2000 1:44 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED] org' Subject: Re: Tomcat 3.2 - Default web.xml not being read >

BugRat Report #593 has been filed.

2000-12-14 Thread BugRat Mail System
Bug report #593 has just been filed. You can view the report at the following URL: REPORT #593 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical C

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.0-B1.txt RELEASE-NOTES-4.0-M5.txt

2000-12-14 Thread craigmcc
craigmcc00/12/14 14:36:11 Added: .RELEASE-NOTES-4.0-B1.txt Removed: .RELEASE-NOTES-4.0-M5.txt Log: Initialize the release notes document for the next release (beta 1). Revision ChangesPath 1.1 jakarta-tomcat-4.0/RELEASE-NOTES-4.0-

RE: how to maintain session between HTTP and HTTPS?

2000-12-14 Thread Weigen Liang
--- Michael Kuz <[EMAIL PROTECTED]> wrote: > Are you sharing sessions over multiple Tomcat > instances/boxes? > (ie: does HTTP and HTTPS both point to same instance > of Tomcat?) > Currently I have only one JVM running tomcat, with http on port 8080 and https on port 8443. > > -Original M

cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2000-12-14 Thread craigmcc
craigmcc00/12/14 14:33:44 Modified:catalina/src/share/org/apache/catalina Globals.java webapps/ROOT index.html Log: Reset version numbers for next development round. Revision ChangesPath 1.16 +5 -5 jakarta-tomcat-4.0/catalina/src/share/org/apach

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

2000-12-14 Thread craigmcc
craigmcc00/12/14 14:32:21 Modified:catalina/src/share/org/apache/catalina Loader.java catalina/src/share/org/apache/catalina/loader StandardLoader.java catalina/src/share/org/apache/catalina/startup Embedded.java Log: Allow a ser

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

2000-12-14 Thread pierred
pierred 00/12/14 14:28:28 Modified:src/share/org/apache/jasper/compiler Tag: tomcat_32 TagBeginGenerator.java Log: When the Jasper code gets the setter method for tag properties, it doesn't check to see whether the m variable is null until after attempting

Re: Tomcat 3.2 - Default web.xml not being read

2000-12-14 Thread cmanolache
> > Given that the default web.xml is not being read, how do you enable Jikes as > > the JspCompiler? That setting used to be in web.xml. What's the syntax to > > specify it in server.xml, or did we lose this functionality for Tomcat 3.2? > > (If so, could it be put back, or define a syntax in s

RE: 3.2.1 build fails - any ideas?

2000-12-14 Thread Larry Isaacs
Hi Stefán, FWIW: After renaming the jakarta-tomcat-3.2.1-src directory to jakarta-tomcat, I am able to build Tomcat 3.2.1 successfully on NT. This is true for Craig's original jakarta-tomcat-3.2.1-src.zip (dated 12/12, which had just LF's) and the new one there now (dated 12/14, which has CRLF's

itty bitty -security bug

2000-12-14 Thread Edwin Park
There's a bug in tomcat.sh when you specify -security after the start and run targets. Basically you have to do another shift to get rid of -security before passing the rest of the args to Tomcat. Here's the diff: 124a125 > shift 141a143 > shift Edwin Park

Re: [PROPOSAL] building is easy (was: Re: [tomcat-4.0] building is hard)

2000-12-14 Thread Jon S. Stevens
> > Jon Stevens wrote: > > > > If the above files do not exist, then attempt to look > > for relative paths (ie: ../../jakarta-servletapi) to > > the .jar files here: > > > > /jakarta-servletapi > > /jsse* > > /jmx* > > It is not clear to me why property files with reasonable defaults are > "eas

Re: [PROPOSAL] building is easy (was: Re: [tomcat-4.0] building ishard)

2000-12-14 Thread Jon S. Stevens
> Told ya it wasn't that easy :-). Well, I had assumed you would have done it the right way. :-) (jon pokes craig in the ribs knowing that .999% of the time craig does things perfectly) > Just as something to keep in mind, we need this to work on Windows platforms as > well. You *know* I'm

Re: nsapi redirector for solaris

2000-12-14 Thread Allen Akers
You can download my compiled version at: http://www.aressoftware.net/downloads/nsapi_redirector.so   I did have to remove all references to ajp13, due to some bugs with it causing Netscape to not start correctly...but it gets by fine with just ajp12.        Allen Akers   

RE: WML Generation from JSP broken!!!!

2000-12-14 Thread Miles Sabin
Nathan Abramson wrote, > I don't think it should be done through a server's MIME type > mapping - that means that someone writing a web app needs to > know about the mappings installed on the target server, which > makes the web app less portable. Hmm ... not convinced. I'd have thought that

3.2.1 build fails - any ideas?

2000-12-14 Thread Stefán F. Stefánsson
Hello. I'm getting the following error when I try to build Tomcat 3.2.1. I've been using (and building) Tomcat 3.2 successfully: --BEGIN- --- tomcat: [javac] Compiling 193 source files to C:\jakarta\build\tomcat\classes

BugRat Report #362 was closed (apparently by: Pierre Delisle)

2000-12-14 Thread BugRat Mail System
Report #362 was closed by Person #0 Synopsis: TagBeginGenerator cannot handle Object setter methods (logged in as: Pierre Delisle)

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

2000-12-14 Thread craigmcc
craigmcc00/12/14 12:44:21 Modified:catalina/src/bin catalina.sh Log: Modify the startup/shutdown script so that it works from within the "bin" directory, as it already does in the Windows version. Among other things, that means you can double click on the "startup.sh" or "shutd

Re: Tomcat 3.2 - Default web.xml not being read

2000-12-14 Thread cmanolache
> Given that the default web.xml is not being read, how do you enable Jikes as > the JspCompiler? That setting used to be in web.xml. What's the syntax to > specify it in server.xml, or did we lose this functionality for Tomcat 3.2? > (If so, could it be put back, or define a syntax in server.xm

BugRat Report #215 was closed (apparently by: Pierre Delisle)

2000-12-14 Thread BugRat Mail System
Report #215 was closed by Person #0 Synopsis: When using a tag library jar, directory not created in work area (Windows only) (logged in as: Pierre Delisle)

BugRat Report #214 was closed (apparently by: Pierre Delisle)

2000-12-14 Thread BugRat Mail System
Report #214 was closed by Person #0 Synopsis: Taglib TLD parsing does not match JSP spec (logged in as: Pierre Delisle)

BugRat Bug #39 was closed (apparently by: Pierre Delisle)

2000-12-14 Thread BugRat Mail System
Bug #39 was closed by Person #0 Synopsis: Taglib TLD parsing does not match JSP spec (logged in as: Pierre Delisle)

BugRat Report #592 has been filed.

2000-12-14 Thread BugRat Mail System
Bug report #592 has just been filed. You can view the report at the following URL: REPORT #592 Details. Project: Tomcat Category: Feature Requests SubCategory: Enhancement Class: suggest State: received Priority: low Severity: non-cr

Re: [PROPOSAL] building is easy (was: Re: [tomcat-4.0] building is hard)

2000-12-14 Thread Sam Ruby
Jon Stevens wrote: > > If the above files do not exist, then attempt to look > for relative paths (ie: ../../jakarta-servletapi) to > the .jar files here: > > /jakarta-servletapi > /jsse* > /jmx* It is not clear to me why property files with reasonable defaults are "easy" whereas environment vari

Re: Socket Exception using Tomcat 3.2.1

2000-12-14 Thread Dan Milstein
A few questions: - Did you grab an RPM of 3.2.1, or did you build it from a cvs checkout (or tar download)? - Can you post a concise example of a servlet which used to work but no longer does? Thanks, -Dan > Shahed Ali wrote: > > Hi, > > I upgraded from Tomcat 3.2 to 3.2.1 on Solaris Inte

Re: [PROPOSAL] building is easy (was: Re: [tomcat-4.0] building ishard)

2000-12-14 Thread Craig R. McClanahan
See intermixed. Jon Stevens wrote: > Hi All, > > I spent a few hours last night mucking with the build process and found out > that the main problem primarily stems from the fact that the Ant build > scripts are not written to take advantage of Ant 1.2's new features with > regards to setting up

Re: [ANNOUNCEMENT] Security Related Updates - Tomcat 3.1.1 and Tomcat 3.2.1

2000-12-14 Thread Craig R. McClanahan
GOMEZ Henri wrote: > >* This release fixes ***only*** the identified security > >vulnerabilities. > > It does not address any of the other bugs, or feature > >requests, related > > to Tomcat 3.2 final. These issues will be dealt with in future > > maintenance releases of Tomcat 3.2 as appropr

Re: Tomcat 3.2 - Default web.xml not being read

2000-12-14 Thread Barbara Nelson
> web.xml is no longer used/supported in 3.2. > The main reason - the code that merged the "default" web.xml with the > application web.xml was very bad, slow and hard to maintain. It was > commented out until someone wants to fix it. > > A second reason - probably more important from a user per

Re: [tomcat-4.0] building is hard

2000-12-14 Thread Craig R. McClanahan
Punky Tse wrote: > Hi, > Craig and Pier: Let's fix it! We have a beautiful build tool (Ant) , > why can't we have a good build system? > Agreed. One of the reasons Tomcat 4 is complex is actually Jon's fault :-). He wanted a way to build just the servlet container portion (Catalina), whi

*Propesed fix to security-role problem Addendum*

2000-12-14 Thread Thom Park
Apologies, I neglected to name the source file for the isUserInRole() method, it's org.apache.tomcat.core.RequestImpl.java regards, Thom

*proposed Fix to security-role problem*

2000-12-14 Thread Thom Park
Dear All, I'm not sure where to post this but I'd like someone to take a look at the following code and consider it for inclusion as a fix to a problem with security-roles in tomcat 3.2. The problem: According to the 2.2 spec. A servlet defintion may define aliases for security-roles (called sec

[PROPOSAL] building is easy (was: Re: [tomcat-4.0] building ishard)

2000-12-14 Thread Jon Stevens
Hi All, I spent a few hours last night mucking with the build process and found out that the main problem primarily stems from the fact that the Ant build scripts are not written to take advantage of Ant 1.2's new features with regards to setting up the classpath. The issue is that it currently

Re: [ANNOUNCEMENT] Tomcat 4.0 Milestone 5

2000-12-14 Thread Craig R. McClanahan
GOMEZ Henri wrote: > Warning > > The following files are invalid : > > http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-m5/src/jaka > rta-servletapi-4.0-m5-src.tar > http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-m5/src/jaka > rta-servletapi-4.0-m5-src.tar.gz > >

Re: [tomcat-4.0] building is hard

2000-12-14 Thread Kief Morris
Stuart Roebuck typed the following on 16:41 14/12/2000 + >On Thursday, December 14, 2000, at 09:44 AM, Pier P. Fumagalli wrote: >> Someone (me! :) proposed to do as they do in XML land with the Xerces >> project. They distribute a simple "xerces-tools..." JAR containing all >> libraries requ

RE: WML Generation from JSP broken!!!!

2000-12-14 Thread Miles Sabin
Tom Reilly wrote, > It seems to me there are a couple solutions: > > 1) look for jsp:root > 2) use DOCTYPE > 3) based it on file extension > > I don't like 1 because it adds overhead to the translation > process, and you have to deal with cases like: <%-- jsp:root > --%> > > I don't like 2 becau

RE: WML Generation from JSP broken!!!!

2000-12-14 Thread Nathan Abramson
I don't think it should be done through a server's MIME type mapping - that means that someone writing a web app needs to know about the mappings installed on the target server, which makes the web app less portable. I thought I remember there being similar discussions previously about how the "t

Re: [PATCH] index.html

2000-12-14 Thread Jon Stevens
on 12/14/2000 4:13 AM, "Kazuhiro Kazama" <[EMAIL PROTECTED]> wrote: > This is a small patch for src/doc/index.html. > > Kazuhiro Kazama ([EMAIL PROTECTED]) NTT Network Innovation Laboratories > > --- index.html.orig Thu Dec 14 21:09:31 2000 > +++ index.html Thu Dec 14 21:10:08 2000 > @@ -29,7

Re: Suggestion for Mailing list page

2000-12-14 Thread Jon Stevens
on 12/14/2000 2:40 AM, "Kief Morris" <[EMAIL PROTECTED]> wrote: > I'd like to suggest that the mailing list page > http://jakarta.apache.org/site/mail.html > should be modified so tomcat-users appears before tomcat-dev. > > I suspect many people with usage related questions jump on tomcat-dev to

BugRat Report #591 has been filed.

2000-12-14 Thread BugRat Mail System
Bug report #591 has just been filed. You can view the report at the following URL: REPORT #591 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: low Severity: non-critica

RE: how to maintain session between HTTP and HTTPS?

2000-12-14 Thread Michael Kuz
Title: RE: how to maintain session between HTTP and HTTPS? Are you sharing sessions over multiple Tomcat instances/boxes? (ie: does HTTP and HTTPS both point to same instance of Tomcat?) > -Original Message- > From: Weigen Liang [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 1

Re: [tomcat-4.0] building is hard

2000-12-14 Thread Stuart Roebuck
On Thursday, December 14, 2000, at 09:44 AM, Pier P. Fumagalli wrote: > Stuart Roebuck <[EMAIL PROTECTED]> wrote: > > > My preference would be to simply include the distributable jar files of > > required libraries in a lib/ or similar directory inside the tomcat directory. > > Those librar

RE: how to maintain session between HTTP and HTTPS?

2000-12-14 Thread Weigen Liang
--- cga <[EMAIL PROTECTED]> wrote: > I find it strange that it doesn't maintains session > accross http and https. > ¿Are you redirecting? Netscape (4.7, at least) does not maintain session between http and https. IE does. This happens with or without redirect. What I ended up doing is to ALWA

Re: how to maintain session between HTTP and HTTPS?

2000-12-14 Thread Weigen Liang
--- Paul Frieden <[EMAIL PROTECTED]> wrote: > In a load balanced environment, this is tricky with > people behind a IP > randomizing proxy (like AOL). If you use all SSL, > the load balancer can > track the SSL session ID across different IPs. If > you use all non-SSL, > you can track with a co

RE: [ANNOUNCEMENT] Tomcat 4.0 Milestone 5

2000-12-14 Thread GOMEZ Henri
When building my RPM, I noticed something incorrect in build.xml of catalina : The jars present in ${regexp.home} are copied in server subdir but if you specify regexp.jar (as I do in rpm) you're stuck. Here is the patch --- jakarta-tomcat-4.0-m5-src/catalina/build.xml.orig Thu Dec 14 14:46:

Socket Exception using Tomcat 3.2.1

2000-12-14 Thread Shahed Ali
Hi,   I upgraded from Tomcat 3.2 to 3.2.1 on Solaris Intel JDK 1.3 w/Apache 1.3.14 (Stronghold 3.0)   I even recompiled mod_jk.so with the 3.2.1 src/native/apache1.3 .c file. (BTW a diff -b seems to indicate that both the TC 3.2 mod_jk.so and the 3.2.1 .so generated the same object code)   I

tomcat4-4.0-m5-1 RPM available

2000-12-14 Thread GOMEZ Henri
The latest milestone release of Tomcat 4.0, milestone 5, has just been made available in RPM format at : http://rpmized.free.fr/ The RPM for apache connector, mod_webapp, will be released ASAP. "Pour la plupart des hommes, se corriger consiste à changer de défauts." -- Voltaire

Re: SimpleMapper ClassNotFoundException

2000-12-14 Thread Pilho Kim
Hi, Sivakumar SimpleMapper1.class belongs to TC 3.2.1, but SimpleMapper.class belongs to TC 3.1.1. Try to check your CLASSPATH. Kim On Thu, 14 Dec 2000, Sivakumar Subramanian wrote: > Hello, > > Yesterday(13th Dec 2000) I downloaded jakarta-tomcat-3.2.1.tar.gz file > (GZIP > compressed fil

[PATCH] index.html

2000-12-14 Thread Kazuhiro Kazama
This is a small patch for src/doc/index.html. Kazuhiro Kazama ([EMAIL PROTECTED]) NTT Network Innovation Laboratories --- index.html.orig Thu Dec 14 21:09:31 2000 +++ index.html Thu Dec 14 21:10:08 2000 @@ -29,7 +29,7 @@ Tomcat Documentation* - Tomcat 3.2 Release Notes + To

RE: [ANNOUNCEMENT] Tomcat 4.0 Milestone 5

2000-12-14 Thread GOMEZ Henri
Warning The following files are invalid : http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-m5/src/jaka rta-servletapi-4.0-m5-src.tar http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-m5/src/jaka rta-servletapi-4.0-m5-src.tar.gz The jakarta-servletapi-4.0-m5-src.ta

Re: [tomcat-4.0] building is hard

2000-12-14 Thread Punky Tse
Hi, Craig and Pier: Let's fix it! We have a beautiful build tool (Ant) , why can't we have a good build system? My build scripts for 3.2 and 3.3 runs great. So, I try to write build script for TC4. But I failed. Like Jon, I found that it is too hard to build. Still, I haven't tr

tomcat-3.2.1 RPM available

2000-12-14 Thread GOMEZ Henri
Hi, Just released at http://rpmized.free.fr/ I've also added to RPMs (java and apache modules) the MultiPart Request patch from Dan Milstein. And now Multipart examples from OReilly works (http://www.servlets.com/resources/com.oreilly.servlet/MultipartRequest.html ) "Pour la plupart des hommes,

RE: [ANNOUNCEMENT] Security Related Updates - Tomcat 3.1.1 and Tomcat 3.2.1

2000-12-14 Thread GOMEZ Henri
>* This release fixes ***only*** the identified security >vulnerabilities. > It does not address any of the other bugs, or feature >requests, related > to Tomcat 3.2 final. These issues will be dealt with in future > maintenance releases of Tomcat 3.2 as appropriate. > Not totally true sinc

Suggestion for Mailing list page

2000-12-14 Thread Kief Morris
I'd like to suggest that the mailing list page http://jakarta.apache.org/site/mail.html should be modified so tomcat-users appears before tomcat-dev. I suspect many people with usage related questions jump on tomcat-dev to post because it's the first list under Tomcat, and "The Tomcat Developer

Re: [tomcat-4.0] building is hard

2000-12-14 Thread Pier P. Fumagalli
Stuart Roebuck <[EMAIL PROTECTED]> wrote: > Jon, > > I *absolutely* agree with the need to make the Tomcat build environment easier > to setup. The current situation is a *serious* barrier to encouraging wider > participation. There's no rocket science required at present, but few of us > have

RE: Ajp13 Patches for Tomcat 3.2

2000-12-14 Thread GOMEZ Henri
Fine patches. Since I've adapted your patch on multiple cookies, we could have a more clean ajp13 on TC 3.2.1 and TC 3.3. I'll apply your patches to the RPM I'll release for 3.2.1 "Pour la plupart des hommes, se corriger consiste à changer de défauts." -- Voltaire

Re: [tomcat-4.0] building is hard

2000-12-14 Thread Stuart Roebuck
Jon, I *absolutely* agree with the need to make the Tomcat build environment easier to setup. The current situation is a *serious* barrier to encouraging wider participation. There's no rocket science required at present, but few of us have time to mess about and I for one gave up at least t

[ANNOUNCEMENT] Tomcat 4.0 Milestone 5

2000-12-14 Thread Craig R. McClanahan
The latest milestone release of Tomcat 4.0, milestone 5, has just been made available at: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-m5/ This release includes two major new areas of functionality (the initial release of a web connector for Apache, and a JNDI naming cont

Tomcat 4.0 m4 filter impl.

2000-12-14 Thread Geoff Soutter
Hi there, I've got some questions about Servlet API 2.3 Filters and the Tomcat 4.0 m4 implementation of them. I've been thinking about implementing one of those new-fangled Filter things. I've been reading the spec, and I've found a few things which are unclear. I've also read the source for Tom