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

[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

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

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 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 time

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

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

[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 @@ h1Tomcat Documentation*/h1 ul -li a

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 since

RPMANNtomcat-3.2.1 RPM available/RPMANN

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

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

RPMANNtomcat4-4.0-m5-1 RPM available/RPMANN

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: [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

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 ALWAYS

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 libraries that

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 14,

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: http://znutar.cortexity.com/BugRatViewer/ShowReport/591 REPORT #591 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: low Severity: non-critical

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 post

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 +29,7 @@

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 because if your

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 required

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 The

[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: [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), which

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 the

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 Intel

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 variables

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: http://znutar.cortexity.com/BugRatViewer/ShowReport/592 REPORT #592 Details. Project: Tomcat Category: Feature Requests SubCategory: Enhancement Class: suggest State: received Priority: low Severity:

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 #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)

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

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)

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

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 Programmer Analyst

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: [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 "easy" whereas

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

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

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

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

*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

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

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.xml

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

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 appropriate.

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: http://znutar.cortexity.com/BugRatViewer/ShowReport/593 REPORT #593 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical

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

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, was

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 web application.

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.

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

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

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