cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/factory TyrexDataSourceFactory.java

2001-07-12 Thread remm
remm01/07/12 01:07:33 Modified:catalina/src/share/org/apache/naming/factory TyrexDataSourceFactory.java Log: - Support for Tyrex 0.9.7, which doesn't register the JDBC driver automatically. Revision ChangesPath 1.3 +16 -10

[PATCH] - Changes to /jakarta-tomcat-4.0/webapps/examples/jsp/index.html file

2001-07-12 Thread hiten pandya
I am writing this mail for the fifth time and i think the committers think its not a big change, but i think it is, so please have a look and change the file if possible, I will be very greatful cause this is my first patch sent for the fifth time to the TC project. Thanx in advance.. START OF

cvs commit: jakarta-tomcat-4.0/catalina build.xml

2001-07-12 Thread remm
remm01/07/12 01:35:14 Modified:catalina build.xml Log: - Don't skip building the standard object factories (they had been modified to dynamically load the other factories, instead of relying on static linking). Revision ChangesPath 1.47 +0 -5

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

2001-07-12 Thread remm
remm01/07/12 02:25:02 Modified:webapps/examples/jsp index.html Log: - Fix links in the jsp examples HTML page. Patch submitted by Hiten Pandya h_pandya5 at hotmail.com Revision ChangesPath 1.2 +3 -3 jakarta-tomcat-4.0/webapps/examples/jsp/index.html

Re: StandardContext.getNamingContextName returns non unique name

2001-07-12 Thread Remy Maucherat
StandardContext.getNamingContextName() returns name of the form /host/context no matter which engine the context is part of. This will create a problem for running multiple services serving the same webapp. It should be returning the name of the form /engine/host/context Let me know if

RE: [PRE-PROPOSAL] jakarta-tomcat-doc sub-project : WAS: [TomcatD ocumentation Redactors To Hire]

2001-07-12 Thread GOMEZ Henri
Assume a change to class Abc.java and a corresponding change to Abc-doc.html. Did we speak of user documentation or developper documentation ? You can change all the code you want til the user see no difference in configuration and usage. The user (and the developper of servlets/JSP) allready

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

2001-07-12 Thread GOMEZ Henri
on 7/10/01 4:08 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: public long getLastAccessedTime() { -checkValid(); -return realSession.getTimeStamp().getLastAccessedTime(); +checkValid(); +return realSession.getTimeStamp().getLastAccessedTime(); } I

RE: Tomcat 3.2 freezing on .....initializing service: ResourcesServ ice.

2001-07-12 Thread GOMEZ Henri
I am currently doing a proof-of-concept project using Jetspeed for Enterprise-wide Corporate Portal development. We are using...SuSe 7.1 Linux, Apache Web Server 1.3.14, Tomcat 3.2.2, Jetspeed 1.3a1, Ant, JDK1.3.1, JRE 1.3.1 I have been frustrated with the build and configuration process. (I

RE: hello everyone (regarding documentation)

2001-07-12 Thread GOMEZ Henri
BTW, I didn't recall there was a vote on the list to decide if we should use DocBook or Anakia to produce documentation ? Not yet. Another reason why nobody should jump the gun with a complicated format that might end up having to be ported to XHTML. :) My advice for potential authors

Re: cvs commit: jakarta-tomcat-4.0/webapps/examples/jsp index.html

2001-07-12 Thread hiten pandya
Thank you very much [EMAIL PROTECTED] i am very greatful of u... thanx in advance hiten pandya [EMAIL PROTECTED] _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

RE: hello everyone (regarding documentation)

2001-07-12 Thread hiten pandya
hello u r right.. the vote counts, i will use wotever the vote says, and in the meantime, i will adjust myself with Anakia and XHTML, thanx Gomez Henri thanx in advance, hiten pandya [EMAIL PROTECTED] _ Get Your

Hello !

2001-07-12 Thread Stephane Grialet
I am a new user in this list, and i'm French so please forgive my mistakes ! I am developing a project with Tomcat and servlets technology, and i have the following problem i would like to submit to you: I have a basic servlet S1 who includes several methods useful for all the other servlets.

Re: Jasper and parsed tree

2001-07-12 Thread Craig R. McClanahan
On Thu, 12 Jul 2001, John Yu wrote: Thanks for the explanation, Craig. JCCSP is JavaCC grammar based. (See http://home.earthlink.net/~shemnon/ ) Would there be any opportunity to merge this into Jasper? (While it's currently GPL, Donno has no problem to place it under BSD.) Well,

Re: Hello !

2001-07-12 Thread Craig R. McClanahan
Stephane, I have three suggestions for you. - These kinds of questions are much more appropriate on the TOMCAT-USER mailing list. The TOMCAT-DEV list is for discussions about building Tomcat itself. - You should download and read the servlet specification

Re: Jasper and parsed tree

2001-07-12 Thread Jon Stevens
on 7/11/01 8:19 PM, John Yu [EMAIL PROTECTED] wrote: Thanks for the explanation, Craig. JCCSP is JavaCC grammar based. (See http://home.earthlink.net/~shemnon/ ) Would there be any opportunity to merge this into Jasper? (While it's currently GPL, Donno has no problem to place it under

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

2001-07-12 Thread Jon Stevens
on 7/12/01 3:46 AM, GOMEZ Henri [EMAIL PROTECTED] wrote: on 7/10/01 4:08 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: public long getLastAccessedTime() { -checkValid(); -return realSession.getTimeStamp().getLastAccessedTime(); +checkValid(); +return

RE: Hello !

2001-07-12 Thread Deacon Marcus
Hi, -Original Message- From: Stephane Grialet [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 2:50 PM To: [EMAIL PROTECTED] Subject: Hello ! I am a new user in this list, and i'm French so please forgive my mistakes ! I am developing a project with Tomcat and servlets

RE: Vote on oustanding doc issues?

2001-07-12 Thread Robert Slifka
Anyway, I agree with Rob. I would like to see a committer bring at least #1 to a vote at this point. That way we can at least get the From Craig and Pier, we have a negative on the applicability of TC3-TC4 docs. I believe Henri thinks otherwise. Would any other knowledgeable parties care

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session LocalStrings.properties StandardManager.java

2001-07-12 Thread craigmcc
craigmcc01/07/12 12:42:13 Modified:catalina/src/share/org/apache/catalina/session LocalStrings.properties StandardManager.java Log: Log exception messages (with stack traces) when IOException or ClassNotFound- Exception is encountered when unloading

RE: [DOC] Vote on oustanding doc issues?

2001-07-12 Thread Robert Slifka
I was off the list for a while. I tried to read through the archives but all the vitriol gave me a headache. Did they just agree to disagree? Do you think there'll be a problem with proposing to remove the 3.2 docs from the site? From what I remember, 3.3 is a major refactoring of

cvs commit: jakarta-tomcat-connectors/webapp/java WarpConnection.java WarpConnectionHandler.java WarpConnector.java WarpConstants.java WarpContext.java WarpDebug.java WarpEngine.java WarpEngineMapper.java WarpHandler.java WarpHandlerTable.java WarpHost.java WarpInputStream.java WarpOutputStream.java WarpPacket.java WarpReader.java WarpRequest.java WarpRequestHandler.java WarpResponse.java WarpTable.java

2001-07-12 Thread pier
pier01/07/12 12:50:51 Removed: webapp/java WarpConnection.java WarpConnectionHandler.java WarpConnector.java WarpConstants.java WarpContext.java WarpDebug.java WarpEngine.java WarpEngineMapper.java

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

2001-07-12 Thread remm
remm01/07/12 14:22:32 Modified:catalina/src/share/org/apache/catalina/loader WebappClassLoader.java Log: - The addRepository call will now add the specified repository (if it's a valid URL) to the superclass (URLClassLoader) so that repositories

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

2001-07-12 Thread remm
remm01/07/12 14:24:15 Modified:catalina/src/share/org/apache/catalina/loader WebappLoader.java Log: - Cleanup of the classpath generation. - Implemented addRepository the way it was implemented in StandardLoader. - Should fix integration issues with

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources messages.properties

2001-07-12 Thread horwat
horwat 01/07/12 14:41:36 Modified:jasper/src/share/org/apache/jasper/compiler ServletWriter.java JakartaCommentGenerator.java Compiler.java Mark.java UninterpretedTagEndGenerator.java

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources messages.properties

2001-07-12 Thread horwat
horwat 01/07/12 16:29:35 Modified:jasper/src/share/org/apache/jasper/compiler Parser.java jasper/src/share/org/apache/jasper/resources messages.properties Log: Include and forward do not take params tag. Clear up error message and make sure

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

2001-07-12 Thread remm
remm01/07/12 16:42:59 Modified:catalina/src/share/org/apache/catalina/loader WebappLoader.java Log: - Fix classpath generation problem on Unix. Revision ChangesPath 1.9 +4 -6

cvs commit: jakarta-tomcat-4.0/tester/web JspBeans01.jsp JspBeans02.jsp JspBeans03.jsp

2001-07-12 Thread craigmcc
craigmcc01/07/12 17:49:00 Modified:tester/src/bin tester.xml Added: tester/web JspBeans01.jsp JspBeans02.jsp JspBeans03.jsp Log: Add unit tests to verify that bean classes can be read from /WEB-INF/classes, a JAR file in /WEB-INF/lib, and a parent class loader.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core ApplicationDispatcherContext.java ApplicationDispatcher.java ApplicationHttpRequest.java ApplicationHttpResponse.java ApplicationRequest.java ApplicationResponse.java

2001-07-12 Thread craigmcc
craigmcc01/07/12 17:51:52 Modified:catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java ApplicationHttpRequest.java ApplicationHttpResponse.java ApplicationRequest.java

cvs commit: jakarta-tomcat-connectors/webapp/apache-1.3 mod_webapp.c

2001-07-12 Thread pier
pier01/07/12 18:12:49 Modified:webapp/apache-1.3 mod_webapp.c Log: Added a generic per-server callback for the WebApp Library to enable proper logging. Fixed port-number translation (Thanks to Thom Park at Borland for noticing) Revision ChangesPath 1.18 +19

cvs commit: jakarta-tomcat-connectors/webapp/lib wa_main.c

2001-07-12 Thread pier
pier01/07/12 18:15:39 Modified:webapp/lib wa_main.c Log: Removed forced debugging from library (moving to configure option --enable-debug) Revision ChangesPath 1.8 +1 -5 jakarta-tomcat-connectors/webapp/lib/wa_main.c Index: wa_main.c

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

2001-07-12 Thread remm
remm01/07/12 18:47:50 Modified:catalina/src/share/org/apache/catalina/loader WebappLoader.java Log: - Cleanup of the permission generation in the new WebappLoader. Revision ChangesPath 1.10 +85 -37

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/runtime JspException.java

2001-07-12 Thread remm
remm01/07/12 18:49:32 Added: jasper/src/share/org/apache/jasper/runtime JspException.java Log: - Add new runtime JspException, which extends JasperException, to allow setting tougher security restrictions. - (Justy, if it's not ok to do that, let me know) Revision

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

2001-07-12 Thread remm
remm01/07/12 18:50:57 Modified:jasper/src/share/org/apache/jasper/compiler JspParseEventListener.java Log: - Generate code with JspException instead of JasperException, which fixes an instantiation problem when running with a security manager.

cvs commit: jakarta-tomcat-connectors/webapp buildconf.sh

2001-07-12 Thread pier
pier01/07/12 19:04:01 Removed: webapp buildconf.sh Log: Moved in the support directory.

cvs commit: jakarta-tomcat-connectors/webapp/support - New directory

2001-07-12 Thread pier
pier01/07/12 19:04:13 jakarta-tomcat-connectors/webapp/support - New directory

cvs commit: jakarta-tomcat-connectors/webapp/support apjava.m4 buildconf.sh

2001-07-12 Thread pier
pier01/07/12 19:05:12 Added: webapp/support apjava.m4 buildconf.sh Log: Added support file for building Java code. Moved buildconf in the support directory. Revision ChangesPath 1.1 jakarta-tomcat-connectors/webapp/support/apjava.m4 Index:

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

2001-07-12 Thread pier
pier01/07/12 19:05:45 Modified:webapp README.txt Log: Modified description of how to build. Revision ChangesPath 1.6 +13 -1 jakarta-tomcat-connectors/webapp/README.txt Index: README.txt

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

2001-07-12 Thread pier
pier01/07/12 19:06:33 Modified:webapp Makedefs.in Makefile.in configure.in Log: Modified build procedure (now building also Java files). Revision ChangesPath 1.6 +3 -3 jakarta-tomcat-connectors/webapp/Makedefs.in Index: Makedefs.in

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

2001-07-12 Thread pier
pier01/07/12 19:08:04 Modified:webapp/apache-1.3 Makefile.in Log: Build now depends on Makedefs (if we change the file, we rebuild the module) Revision ChangesPath 1.5 +2 -2 jakarta-tomcat-connectors/webapp/apache-1.3/Makefile.in Index: Makefile.in

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

2001-07-12 Thread pier
pier01/07/12 19:08:45 Modified:webapp/lib Makefile.in Log: Build now depends on Makedefs (if we change the file, we rebuild the module) Revision ChangesPath 1.11 +2 -2 jakarta-tomcat-connectors/webapp/lib/Makefile.in Index: Makefile.in

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

2001-07-12 Thread pier
pier01/07/12 19:10:25 Modified:webapp Makefile.in Log: Little forgotted file that needed to be deleted when we call make distclean Revision ChangesPath 1.9 +3 -2 jakarta-tomcat-connectors/webapp/Makefile.in Index: Makefile.in

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

2001-07-12 Thread pier
pier01/07/12 19:11:23 Added: webapp/java Makefile.in Log: Rules for compiling Java (bare - no ANT) Revision ChangesPath 1.1 jakarta-tomcat-connectors/webapp/java/Makefile.in Index: Makefile.in

cvs commit: jakarta-tomcat-connectors/webapp/java Constants.java

2001-07-12 Thread pier
pier01/07/12 19:12:01 Added: webapp/java Constants.java Log: Constants for WARP Revision ChangesPath 1.1 jakarta-tomcat-connectors/webapp/java/Constants.java Index: Constants.java

cvs commit: jakarta-tomcat-connectors/webapp/java WarpPacket.java

2001-07-12 Thread pier
pier01/07/12 19:13:17 Added: webapp/java WarpPacket.java Log: Final structure of a WARP packet. Revision ChangesPath 1.7 +154 -109 jakarta-tomcat-connectors/webapp/java/WarpPacket.java

cvs commit: jakarta-tomcat-connectors/webapp/java WarpConnector.java

2001-07-12 Thread pier
pier01/07/12 19:14:27 Added: webapp/java WarpConnector.java Log: Re-added WARP connector for Catalina in its final stage. Revision ChangesPath 1.10 +391 -266 jakarta-tomcat-connectors/webapp/java/WarpConnector.java

cvs commit: jakarta-tomcat-connectors/webapp/java WarpConfigurationHandler.java WarpConnection.java

2001-07-12 Thread pier
pier01/07/12 19:15:43 Added: webapp/java WarpConfigurationHandler.java WarpConnection.java Log: Partial implementation of Configuration handler and Connection (to avoid build breaks) Revision ChangesPath 1.1

cvs commit: jakarta-tomcat-connectors/webapp/include wa_main.h

2001-07-12 Thread pier
pier01/07/12 19:18:21 Modified:webapp/include wa_main.h Log: Now a module _MUST_ provide a wa_log(...) call to log messages outside request-processing. Revision ChangesPath 1.6 +14 -1 jakarta-tomcat-connectors/webapp/include/wa_main.h Index:

cvs commit: jakarta-tomcat-connectors/webapp/lib pr_warp.c

2001-07-12 Thread pier
pier01/07/12 19:19:48 Modified:webapp/lib pr_warp.c Log: Reenabling connection handling. Revision ChangesPath 1.5 +15 -1 jakarta-tomcat-connectors/webapp/lib/pr_warp.c Index: pr_warp.c

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loaderWebappClassLoader.java

2001-07-12 Thread Jon Stevens
on 7/12/01 2:22 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: - Implementation note : class and JAR reloading is not supported in non standard class repositories. Define non standard. -jon -- If you come from a Perl or PHP background, JSP is a way to take your pain to new levels.

Mailing list delays?

2001-07-12 Thread Pier P. Fumagalli
Am I the only one receiving messages after 2/3 hours? (Darn!) Pier

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

2001-07-12 Thread pier
pier01/07/12 19:27:50 Modified:webapp Makefile.in Log: Wrong compilation order. Revision ChangesPath 1.10 +17 -14jakarta-tomcat-connectors/webapp/Makefile.in Index: Makefile.in ===

cvs commit: jakarta-tomcat-connectors/webapp/lib .cvsignore

2001-07-12 Thread pier
pier01/07/12 19:33:29 Modified:webapp .cvsignore webapp/apache-1.3 .cvsignore webapp/java .cvsignore webapp/lib .cvsignore Log: Sorted cvsignore entries. Revision ChangesPath 1.3 +3 -3

cvs commit: jakarta-tomcat build.xml

2001-07-12 Thread larryi
larryi 01/07/12 19:42:10 Modified:.build.xml Log: I believe a classloader bug made building tomcat_test_util.jar necessary. Removing since the bug has been fixed and tomcat_test_util.jar is no longer needed. Revision ChangesPath 1.141 +0 -11

cvs commit: jakarta-tomcat-connectors/webapp/java WarpConfigurationHandler.java WarpConnection.java WarpConnector.java WarpPacket.java

2001-07-12 Thread pier
pier01/07/12 19:51:52 Modified:webapp configure.in webapp/java WarpConfigurationHandler.java WarpConnection.java WarpConnector.java WarpPacket.java Log: Sources cleanup (don't even want to _touch_ the issue of tab

cvs commit: jakarta-tomcat-connectors/webapp/support formatfile.c

2001-07-12 Thread pier
pier01/07/12 19:59:29 Added: webapp/support formatfile.c Log: Added a simple and stupid proggie that: - Reads your source file - Trims all the white-space on the right of each line - Converts tabs-to-spaces (1 tab = 4 spaces) on the left of each line - Tells you if

cvs commit: jakarta-tomcat-connectors/webapp/support formatfile.c

2001-07-12 Thread pier
pier01/07/12 20:00:40 Modified:webapp/support formatfile.c Log: Donated to the ASF. :) Revision ChangesPath 1.2 +58 -0 jakarta-tomcat-connectors/webapp/support/formatfile.c Index: formatfile.c

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loaderWebappClassLoader.java

2001-07-12 Thread Remy Maucherat
on 7/12/01 2:22 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: - Implementation note : class and JAR reloading is not supported in non standard class repositories. Define non standard. Not in the webapp repositories. Remy

cvs commit: jakarta-tomcat-connectors/webapp/java Constants.java WarpConfigurationHandler.java WarpConnection.java WarpConnector.java WarpPacket.java

2001-07-12 Thread pier
pier01/07/12 20:01:20 Modified:webapp/java Constants.java WarpConfigurationHandler.java WarpConnection.java WarpConnector.java WarpPacket.java Log: Forgot to put license stuff. Revision ChangesPath 1.2 +56 -0

cvs commit: jakarta-tomcat-connectors/webapp/java Constants.java WarpConfigurationHandler.java WarpConnection.java WarpConnector.java WarpPacket.java

2001-07-12 Thread pier
pier01/07/12 20:05:36 Modified:webapp/java Constants.java WarpConfigurationHandler.java WarpConnection.java WarpConnector.java WarpPacket.java Log: Fixed Copyright(C) dates, before Jon calls me a moron publically on the ML :)

Re: [DOC] TOC - thoughts

2001-07-12 Thread Adam Fowler
Putting little notes about things like the JDK 1.3.1 linux issue are VERY useful. I hate it when M$ have docs that don't mention things such as none of your data is encrypted, by the way Not that I'm bitter 8o) Adam. On Wednesday 11 July 2001 14:58, you wrote: Christopher Cain wrote: Rob

Re: [DOC] Vote on oustanding doc issues?

2001-07-12 Thread Adam Fowler
*being random* The RPM of tc4 worked great on Mandrake 8.0 beta 3. Incidentally, the tc4 docs suck. I had to read deeply into the config files to find out how to get it working with apache. This is fine for a seasoned admin, but the general web community wouldn't have a clue (By that I refer

Tomcat 4.0 (7/11) nightly build

2001-07-12 Thread Prasad Subramanian [Contractor]
Hi , I was trying to get the latest nightly build for Tomcat 4.0 from the website and I found that there are two files a tar.Z and a tar.gz with a size of 1 k. I am unable to get the build from these. I would appreciate any help in getting the latest (07/11) nightly build. Thnaks Prasad

Re: Servlet instance variables .. (was Hello!)

2001-07-12 Thread ken . horn
Hi, Two things. 1) Your servlet implements SingleThreadModel -- which means Tomcat *may* create multiple instances of your class -- how do other servlets get hold of the instance? The public method is not static - did you mean it to be? 2) In order to flush the (instance) variables to other

Re: [DOC] Vote on oustanding doc issues?

2001-07-12 Thread Pier P. Fumagalli
Adam Fowler at [EMAIL PROTECTED] wrote: *being random* The RPM of tc4 worked great on Mandrake 8.0 beta 3. Incidentally, the tc4 docs suck. I had to read deeply into the config files to find out how to get it working with apache. This is fine for a seasoned admin, but the general web

Re: Tomcat 4.0 (7/11) nightly build

2001-07-12 Thread Pier P. Fumagalli
Prasad Subramanian [Contractor] at [EMAIL PROTECTED] wrote: Hi , I was trying to get the latest nightly build for Tomcat 4.0 from the website and I found that there are two files a tar.Z and a tar.gz with a size of 1 k. I am unable to get the build from these. I would appreciate any

Re: Jasper and parsed tree

2001-07-12 Thread John Yu
Well, assuming that the JavaCC grammar is capable of dealing with all the intricacies of JSP syntax (and the license issues dealt with), it's certainly possible. But I'd be really hesitant to say let's go replace the parser without discussing and agreeing on an overall architecture first.

Re: Tomcat 4.0 (7/11) nightly build

2001-07-12 Thread Craig R. McClanahan
On Wed, 11 Jul 2001, Prasad Subramanian [Contractor] wrote: Hi , I was trying to get the latest nightly build for Tomcat 4.0 from the website and I found that there are two files a tar.Z and a tar.gz with a size of 1 k. I am unable to get the build from these. I would appreciate any

cvs commit: jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes SnoopServlet.java

2001-07-12 Thread remm
remm01/07/12 22:06:02 Modified:webapps/examples/WEB-INF/classes SnoopServlet.java Log: - If there are no cookies, getCookies will return null. Revision ChangesPath 1.2 +7 -4 jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes/SnoopServlet.java

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http HttpRequestLine.java

2001-07-12 Thread remm
remm01/07/12 22:09:38 Modified:catalina/src/share/org/apache/catalina/connector/http HttpRequestLine.java Log: - Raise the maximum size of the buffers, which was a bit too restrictive. Revision ChangesPath 1.4 +7 -7

Re: Tomcat 4.0 (7/11) nightly build

2001-07-12 Thread Remy Maucherat
Prasad Subramanian [Contractor] at [EMAIL PROTECTED] wrote: Hi , I was trying to get the latest nightly build for Tomcat 4.0 from the website and I found that there are two files a tar.Z and a tar.gz with a size of 1 k. I am unable to get the build from these. I would appreciate

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

2001-07-12 Thread costin
costin 01/07/12 23:04:35 Modified:src/share/org/apache/tomcat/core Context.java ContextManager.java Log: Added back the context's name. It was removed during the initial refactoring, as many apps used it in a wrong way ( it was not unique, but based only

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

2001-07-12 Thread costin
costin 01/07/12 23:13:59 Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java Log: One more improvement in the generated config. As mentioned, the default is the stupid mode where all requrest are forwarded to tomcat. There is nothing we can do about this,

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

2001-07-12 Thread costin
costin 01/07/12 23:22:17 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: Make sure modules.xml file is configurable. Another small optimization in startup time, by caching the information we need in modules.xml and