cvs commit: jakarta-tomcat/src/admin/test test.jsp

2001-07-18 Thread costin
costin 01/07/18 23:19:57 Modified:src/admin/test test.jsp Log: Removed the piece that needed trusted access, now it should work even with untrusted /admin. Revision ChangesPath 1.14 +0 -4 jakarta-tomcat/src/admin/test/test.jsp Index: test.jsp

cvs commit: jakarta-tomcat build.xml

2001-07-18 Thread costin
costin 01/07/18 23:18:48 Modified:.build.xml Log: The default builder will no longer use j-t-c, but the local copies. This is in preparation for feature freeze. Any new features will be added on top of "base" tc3.3 as modules. Revision ChangesPath 1.145

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/bufAscii.java B2CConverter.java Base64.java ByteChunk.java C2BConverter.javaCharChunk.java DateTool.java HexUtils.java MessageBytes.ja

2001-07-18 Thread cmanolache
> > Log: > > Copy of jakarta-tomcat-connectors. > > > > Since we plan a feature freeze and beta, we need the stable code > > checked into tomcat. > > > > ( this is based on the recent discussion on tomcat-dev about the role > > of j-t-c and the plans for 4.0 w.r.t j-t-c ). > > I don't

cvs commit: jakarta-tomcat/src/etc modules.xml server.xml

2001-07-18 Thread costin
costin 01/07/18 22:58:08 Modified:src/etc modules.xml server.xml Log: Ok, finally cleaned up modules.xml of all the extra stuff that was generated ( I initially created modules.xml using a doclet + xsl ) All the extra information will be handled separately, as part of an ad

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

2001-07-18 Thread costin
costin 01/07/18 22:56:00 Modified:src/share/org/apache/tomcat/modules/config LoaderInterceptor11.java Log: The loader is created only on init, when all classpath components have been added. Revision ChangesPath 1.16 +0 -2 jakarta-tom

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

2001-07-18 Thread costin
costin 01/07/18 22:55:30 Modified:src/share/org/apache/tomcat/core ContextManager.java Log: Load trusted apps first. Revision ChangesPath 1.184 +56 -21 jakarta-tomcat/src/share/org/apache/tomcat/core/ContextManager.java Index: ContextManager.java

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

2001-07-18 Thread costin
costin 01/07/18 22:54:52 Added: src/share/org/apache/tomcat/modules/config TrustedLoader.java Log: Moved the trusted app initialization out of ServerXmlReader, for more flexibility. TrustedLoader allows trusted apps to also load modules - which is a

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf Ascii.java B2CConverter.java Base64.java ByteChunk.java C2BConverter.java CharChunk.java DateTool.java HexUtils.java MessageBytes.java TimeStamp.java UDecoder.java UEncoder.java UTF8Decode

2001-07-18 Thread Remy Maucherat
> costin 01/07/18 22:49:02 > > Added: src/share/org/apache/tomcat/util/buf Ascii.java > B2CConverter.java Base64.java ByteChunk.java > C2BConverter.java CharChunk.java DateTool.java > HexUtils.java MessageBytes.ja

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

2001-07-18 Thread costin
costin 01/07/18 22:53:07 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: Removed the trusted loader. Revision ChangesPath 1.13 +4 -39 jakarta-tomcat/src/share/org/apache/tomcat/modules/config/ServerXmlReade

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/http/res LocalStrings.properties LocalStrings_es.properties LocalStrings_fr.properties

2001-07-18 Thread costin
costin 01/07/18 22:51:59 Added: src/share/org/apache/tomcat/util/http/res LocalStrings.properties LocalStrings_es.properties LocalStrings_fr.properties Log: Snapshot of j-t-c Revision ChangesPath 1.1 ja

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/http AcceptLanguage.java ContentType.java Cookies.java HttpMessages.java LocaleToCharsetMap.java MimeHeaders.java MimeMap.java Parameters.java ServerCookie.java

2001-07-18 Thread costin
costin 01/07/18 22:51:30 Added: src/share/org/apache/tomcat/util/http AcceptLanguage.java ContentType.java Cookies.java HttpMessages.java LocaleToCharsetMap.java MimeHeaders.java MimeMap.java Parameters.java Serv

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/collections EmptyEnumeration.java LRUCache.java MultiMap.java MultiMapNamesEnumeration.java MultiMapValuesEnumeration.java Queue.java SimpleHashtable.java SimplePool.java

2001-07-18 Thread costin
costin 01/07/18 22:50:46 Added: src/share/org/apache/tomcat/util/collections EmptyEnumeration.java LRUCache.java MultiMap.java MultiMapNamesEnumeration.java MultiMapValuesEnumeration.java Queue.java

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/res StringManager.java

2001-07-18 Thread costin
costin 01/07/18 22:50:17 Added: src/share/org/apache/tomcat/util/res StringManager.java Log: Snapshot of j-t-c. Revision ChangesPath 1.5 +26 -13 jakarta-tomcat/src/share/org/apache/tomcat/util/res/StringManager.java

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf/res LocalStrings.properties LocalStrings_es.properties LocalStrings_fr.properties

2001-07-18 Thread costin
costin 01/07/18 22:49:34 Added: src/share/org/apache/tomcat/util/buf/res LocalStrings.properties LocalStrings_es.properties LocalStrings_fr.properties Log: Snapshot of j-t-c Revision ChangesPath 1.1 jak

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf Ascii.java B2CConverter.java Base64.java ByteChunk.java C2BConverter.java CharChunk.java DateTool.java HexUtils.java MessageBytes.java TimeStamp.java UDecoder.java UEncoder.java UTF8Decoder.java

2001-07-18 Thread costin
costin 01/07/18 22:49:02 Added: src/share/org/apache/tomcat/util/buf Ascii.java B2CConverter.java Base64.java ByteChunk.java C2BConverter.java CharChunk.java DateTool.java HexUtils.java MessageBytes.java TimeStam

Re: cvs commit: jakarta-tomcat-4.0 build.xml tomcat.nsi

2001-07-18 Thread Remy Maucherat
> Remy Maucherat at [EMAIL PROTECTED] wrote: > > > > Guess what, I needed that too for the NT service ;-) > > Boom :) We're game, so... All we need, then, is to extend load() up to the > connectors so that under UNIX we can bind to ports < 1024 (as load() is > called as root :) There's no load()

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf/res - New directory

2001-07-18 Thread costin
costin 01/07/18 22:45:47 jakarta-tomcat/src/share/org/apache/tomcat/util/buf/res - New directory

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/http/res - New directory

2001-07-18 Thread costin
costin 01/07/18 22:45:33 jakarta-tomcat/src/share/org/apache/tomcat/util/http/res - New directory

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

2001-07-18 Thread pier
pier01/07/18 21:25:24 Modified:webapp/lib pr_warp_config.c Log: Now web-applications are correctly deployed from the configuration data contained in the web-server config file. Revision ChangesPath 1.3 +38 -1 jakarta-tomcat-connectors/webapp/lib/pr_warp_c

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

2001-07-18 Thread pier
pier01/07/18 21:24:15 Modified:webapp/lib pr_warp_network.c Log: Fixed bug preventing to read a zero-length WARP packet. Revision ChangesPath 1.3 +18 -11jakarta-tomcat-connectors/webapp/lib/pr_warp_network.c Index: pr_warp_network.c =

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

2001-07-18 Thread pier
pier01/07/18 21:23:07 Modified:webapp/lib pr_warp_packet.c Log: Fixed bug preventing to successfully load the last entry in a WARP packet. Revision ChangesPath 1.3 +7 -4 jakarta-tomcat-connectors/webapp/lib/pr_warp_packet.c Index: pr_warp_packet.c =

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

2001-07-18 Thread pier
pier01/07/18 21:22:13 Modified:webapp/lib pr_warp.h Log: New WARP packet types. Revision ChangesPath 1.3 +5 -3 jakarta-tomcat-connectors/webapp/lib/pr_warp.h Index: pr_warp.h === RCS

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

2001-07-18 Thread pier
pier01/07/18 21:21:38 Modified:webapp/lib wa_request.c wa_config.c Log: Handle the deployed flag at library level. Revision ChangesPath 1.13 +3 -2 jakarta-tomcat-connectors/webapp/lib/wa_request.c Index: wa_request.c =

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

2001-07-18 Thread pier
pier01/07/18 21:20:42 Modified:webapp/lib pr_info.c Log: Display the status of the "deployed" flag. (This might cause some troubles under MacOS/X with the Cisco VPN-5000 client installed. I don't know why but I get a kernel error) Revision ChangesPath 1.3 +

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

2001-07-18 Thread pier
pier01/07/18 21:19:02 Modified:webapp/java WarpConfigurationHandler.java WarpConnection.java Log: Shutdown socket only in case of errors. Revision ChangesPath 1.8 +4 -0 jakarta-tomcat-connectors/webapp/java/WarpConfigurationHandler

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

2001-07-18 Thread pier
pier01/07/18 21:18:22 Modified:webapp/include wa_config.h Log: Added a "deployed" flag to the wa_application structure. Revision ChangesPath 1.4 +2 -1 jakarta-tomcat-connectors/webapp/include/wa_config.h Index: wa_config.h ==

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

2001-07-18 Thread pier
pier01/07/18 19:45:33 Modified:webapp/java WarpConfigurationHandler.java WarpConnector.java Log: Added support for automatic host/application deployment. Revision ChangesPath 1.7 +130 -15 jakarta-tomcat-connectors/webapp/java/WarpConfigurationHandler.java

Re: BugRat Report #713 - Cannot Start Tomcat (Resource Bundle notfound)

2001-07-18 Thread Pier P. Fumagalli
SHIT!... Can someone _REMOVE_ bugrat? Otherwise we get bugs filed in the wrong database Pier BugRat Mail System at [EMAIL PROTECTED] wrote: > - Sender's Comment - > http://znutar.cortexity.com/BugRatViewer/ShowReport/713 > - End Of Sender's Comment --

Re: mod_webapp

2001-07-18 Thread Pier P. Fumagalli
Klaus Sonnenleiter at [EMAIL PROTECTED] wrote: > > Pier, > > I just ran into that problem myself: I think you can't get the older > version of APR anymore (or rather: I wasn't able to find it). I was able to > get everything to compile by just adding the parameter in the function > call. However

re: BugRat Report #713 - Cannot Start Tomcat (Resource Bundle notfound)

2001-07-18 Thread David Bullock
Um ... different locales on the two different machines? Description: This is the error I get when I tried to start tomcat. I have no idea why. The same exact installation on another machine starts fine. What could cause this? Exception in thread "main" java.lang.Excep

BugRat Report #713 - Cannot Start Tomcat (Resource Bundle not found)

2001-07-18 Thread BugRat Mail System
- Sender's Comment - http://znutar.cortexity.com/BugRatViewer/ShowReport/713 - End Of Sender's Comment --- Report URL: Report #713 Details Project: Tomcat Category: Bug Report SubCategory: New Bug Repor

Re: mod_webapp

2001-07-18 Thread Klaus Sonnenleiter
At 04:43 PM 7/18/01 +0100, you wrote: >jean-frederic clere at [EMAIL PROTECTED] wrote: > > > >> Nope... The official _stable_ WARP code is distributed with Tomcat > 4.0, and > >> resides in that CVS... The one you download from jakarta-tomcat-connectors > >> is the "working copy"... As soon as

Re: [TC4.0] Disabling debug output...

2001-07-18 Thread Justin Erenkrantz
On Thu, Jul 19, 2001 at 12:16:27AM +0100, Pier P. Fumagalli wrote: > Checking out the source code, I see a lot of // (commented out lines) when > debug() is supposed to be called... > Can't we have a global constant boolean called DEBUG and replace the // with > if (DEBUG), so that we can simply c

[FAQ] jGuru FAQ Update

2001-07-18 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

Re: [DOC] RS-INSTALL.txt

2001-07-18 Thread Pier P. Fumagalli
Rob S. at [EMAIL PROTECTED] wrote: > Here's a new version with *nix stuff appropriately entered. Any TC4 ppl > care to comment on accuracy, etc? It's not that long ;) Seems OK for me (off of my head, didn't check it step-by-step, though!) Pier

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

2001-07-18 Thread horwat
horwat 01/07/18 16:53:49 Modified:jasper/src/share/org/apache/jasper/compiler JspUtil.java Log: When converting an expression into XML, escape out the quotation characters. Bugzilla #2671 Revision ChangesPath 1.10 +4 -4 jakarta-tomcat-4.0/jasper/src/shar

Re: [TC4.0] Disabling debug output...

2001-07-18 Thread Pier P. Fumagalli
Rob S. at [EMAIL PROTECTED] wrote: >> Check out org.apache.catalina.connector.warp.Constants and >> WarpLogger... Old >> trick we used in JServ. :) > > Is Log4j not a good idea? I've used it for a couple of months, seems pretty > cool =) Too much for TC? I believe the integration with Log4J i

RE: [DOC] RS-INSTALL.txt

2001-07-18 Thread Rob S.
Uhm, that sounds insulting! =) What I *meant* was that I removed the separators Adam put in to denote his new additions, and took out the questions I left in there. - r > -Original Message- > From: Rob S. [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 18, 2001 7:47 PM > To: Tomcat-D

[DOC] RS-INSTALL.txt

2001-07-18 Thread Rob S.
Here's a new version with *nix stuff appropriately entered. Any TC4 ppl care to comment on accuracy, etc? It's not that long ;) - r Apache Tomcat Version 4.0 Beta 6 Install Guide

cvs commit: jakarta-tomcat-connectors/jk/native/netscape Makefile.nw

2001-07-18 Thread mmanders
mmanders01/07/18 16:38:12 Modified:jk/native/netscape Makefile.nw Log: Added -DUSE_SPRINTF to compile flags since there isn't an snprintf currently available on NetWare. Revision ChangesPath 1.6 +1 -0 jakarta-tomcat-connectors/jk/native/netscape/Makefile.nw

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 Makefile.nw

2001-07-18 Thread mmanders
mmanders01/07/18 16:35:37 Modified:jk/native/apache-1.3 Makefile.nw Log: Added -DUSE_SPRINTF to compile flags since there isn't an snprintf currently available on NetWare. Revision ChangesPath 1.7 +1 -0 jakarta-tomcat-connectors/jk/native/apache-1.3/Makefile.

RE: [TC4.0] Disabling debug output...

2001-07-18 Thread Rob S.
> Check out org.apache.catalina.connector.warp.Constants and > WarpLogger... Old > trick we used in JServ. :) Is Log4j not a good idea? I've used it for a couple of months, seems pretty cool =) Too much for TC? - r

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

2001-07-18 Thread horwat
horwat 01/07/18 16:16:20 Modified:jasper/src/share/org/apache/jasper/runtime JspRuntimeLibrary.java Log: Fix the class comparison when converting property values. Bugzilla #2655 Revision ChangesPath 1.7 +5 -5 jakarta-tomcat-4.0/j

[TC4.0] Disabling debug output...

2001-07-18 Thread Pier P. Fumagalli
Checking out the source code, I see a lot of // (commented out lines) when debug() is supposed to be called... Can't we have a global constant boolean called DEBUG and replace the // with if (DEBUG), so that we can simply compile in and out the debugging information without touching the sources?

cvs commit: jakarta-tomcat-4.0 tomcat.nsi

2001-07-18 Thread remm
remm01/07/18 16:14:04 Modified:.tomcat.nsi Log: - Don't install the system service by default. Revision ChangesPath 1.12 +2 -2 jakarta-tomcat-4.0/tomcat.nsi Index: tomcat.nsi ===

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

2001-07-18 Thread pier
pier01/07/18 16:12:49 Modified:webapp/java WarpConfigurationHandler.java WarpConnection.java WarpConnector.java Added: webapp/java WarpLogger.java Log: Improved logging/debugging output of private components within the WARP connector. Revis

Re: cvs commit: jakarta-tomcat-4.0 build.xml tomcat.nsi

2001-07-18 Thread Pier P. Fumagalli
Remy Maucherat at [EMAIL PROTECTED] wrote: > > Guess what, I needed that too for the NT service ;-) Boom :) We're game, so... All we need, then, is to extend load() up to the connectors so that under UNIX we can bind to ports < 1024 (as load() is called as root :) > So I did it. It's BootstrapS

Re: cvs commit: jakarta-tomcat-4.0 build.xml tomcat.nsi

2001-07-18 Thread Remy Maucherat
Quoting "Pier P. Fumagalli" <[EMAIL PROTECTED]>: > Remy Maucherat at [EMAIL PROTECTED] wrote: > > > > No, I'm bundling a binary of JavaService (a BSD licensed open-source > project) > > until the official JSR 96 (or your interpretation of it) runs on > Windows (is > > it possible to build it no

cvs commit: jakarta-tomcat-4.0 tomcat.nsi

2001-07-18 Thread remm
remm01/07/18 15:49:02 Modified:.tomcat.nsi Log: - Use BootstrapService class instead of Bootstrap. Revision ChangesPath 1.11 +3 -3 jakarta-tomcat-4.0/tomcat.nsi Index: tomcat.nsi ===

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

2001-07-18 Thread remm
remm01/07/18 15:47:29 Modified:catalina build.xml Log: - Bundle the BootstrapService class in bootstrap.jar. Revision ChangesPath 1.49 +2 -2 jakarta-tomcat-4.0/catalina/build.xml Index: build.xml ==

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

2001-07-18 Thread remm
remm01/07/18 15:46:50 Added: catalina/src/share/org/apache/catalina/startup BootstrapService.java CatalinaService.java Log: - Add a Bootstrap and a Catalina class which do a synchronous stop operation without using a socket (which is a lot more secu

[DOC] INSTALL.txt and Init Script...

2001-07-18 Thread Adam Fowler
Hey all, I've updated my initialisation script. Installation details are in the file. I also forgot to mention in my last post with regards to the nice INSTALL.txt 8o) that a symbolic link should be made like:- ln -s /var/jakarta-tomcat-4.0-b5/ /var/jakarta-tomcat So to allow easy upgrades. T

Re: [DOC] INSTALL.txt

2001-07-18 Thread Adam Fowler
Wow, that was quick 8o) Always a good thing with install instructions! Here's the update INSTALL.txt Adam. Adam Fowler Help Desk Live Project Information Services University of Wales, Aberystwyth Web guy+author on the TomcatBook Project http://tomcatbook.sourceforge.net e-mail: [EMA

Re: cvs commit: jakarta-tomcat-4.0 build.xml tomcat.nsi

2001-07-18 Thread Pier P. Fumagalli
Remy Maucherat at [EMAIL PROTECTED] wrote: > > No, I'm bundling a binary of JavaService (a BSD licensed open-source project) > until the official JSR 96 (or your interpretation of it) runs on Windows (is > it possible to build it now ? I thought it wasn't). As per our conversation of yesterday

Re: cvs commit: jakarta-tomcat-4.0 build.xml tomcat.nsi

2001-07-18 Thread Remy Maucherat
Quoting "Pier P. Fumagalli" <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > > > > - Add an installation taget for a Windows system service (should work > on > > WinNT, Win2k, WinXP). It shouldn't hurt to run that under 9x / Me, > but it > > shouldn't do anything. The s

RE: [DOC] INSTALL.txt

2001-07-18 Thread Rob S.
Heyya Adam, > I'm gonna follow your doc to install tomcat 4 on mandrake > tonight. I'll make > change to it for *nix platforms and highlight them then e-mail you the > revised copy 8o) Cool, thanks =) Hopefully after that, one of the TC4 committers will check it out and give it the 'ok' for inc

RE: [PATCH] Ajp13 wrong Response

2001-07-18 Thread Mike Anderson
Henri, Check what I just checked in to TC3.3. I'm pretty sure it is a more comprehensive fix for the same issue. We had seen this internally and needed a fix for it and so I just committed my fix. Mike Anderson >>> [EMAIL PROTECTED] 07/10/01 01:58AM >>> I'll study carefully this one to see

cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_ajp13_worker.c

2001-07-18 Thread mmanders
mmanders01/07/18 14:36:35 Modified:src/native/mod_jk/common jk_ajp13_worker.c Log: This fixes a problem with the new recovery handling in ajp13. The problem occurs when the user requests a page and presses stop before it is all back, and the protocol retries the request to the ja

cvs commit: jakarta-tomcat/src/tests/webpages/jsp ShowPathInfo.jsp

2001-07-18 Thread larryi
larryi 01/07/18 14:20:06 Modified:src/tests/webpages/WEB-INF test-tomcat.xml Added: src/tests/webpages/jsp ShowPathInfo.jsp Log: Add a JSP to show path information. Update tests per newly implemented DecodeInterceptor behavior. Revision ChangesPath 1.37

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/mappers DecodeInterceptor.java

2001-07-18 Thread larryi
larryi 01/07/18 14:18:07 Modified:src/share/org/apache/tomcat/modules/mappers DecodeInterceptor.java Log: Updated to implement rejection of unsafe escapes, i.e. %25, %2E, %2F, and %5C which are '%','.','/', and '\' respectively. Note that the escape check

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session SessionId.java

2001-07-18 Thread larryi
larryi 01/07/18 14:06:38 Modified:src/share/org/apache/tomcat/modules/session SessionId.java Log: Fix postReadRequest() to remove ";jsessionid=" from unparsedURI too. Revision ChangesPath 1.11 +7 -0 jakarta-tomcat/src/share/org/apache/tomcat/modules/session/S

Re: [DOC] INSTALL.txt

2001-07-18 Thread Adam Fowler
Hi, I'm gonna follow your doc to install tomcat 4 on mandrake tonight. I'll make change to it for *nix platforms and highlight them then e-mail you the revised copy 8o) Adam. Adam Fowler Help Desk Live Project Information Services University of Wales, Aberystwyth Web guy+author on t

cvs commit: jakarta-tomcat/src/admin/test sanity-form.jsp

2001-07-18 Thread larryi
larryi 01/07/18 13:39:40 Modified:src/admin/test sanity-form.jsp Log: Add missing tests to the list Revision ChangesPath 1.4 +5 -1 jakarta-tomcat/src/admin/test/sanity-form.jsp Index: sanity-form.jsp

cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF web.xml

2001-07-18 Thread craigmcc
craigmcc01/07/18 13:17:18 Modified:tester/src/bin tester.xml tester/src/tester/org/apache/tester UpperCaseResponse.java tester/web/WEB-INF web.xml Added: tester/src/tester/org/apache/tester CharArrayResponse.java CharArrayWri

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

2001-07-18 Thread pier
pier01/07/18 12:19:26 Modified:webapp/lib pr_warp.c Log: Whops... Symbols for the WARP configurations are static. Revision ChangesPath 1.9 +5 -10 jakarta-tomcat-connectors/webapp/lib/pr_warp.c Index: pr_warp.c

Re: Tomcat & Frames

2001-07-18 Thread Forrest R. Girouard
I could be wrong but I thought that if the server supports HTTP 1.1 and the client does not receive a 'connection: close' with the response that it will re-use the connection. This means that some of the multiple simultaneous requests might be handled by the same connection and if the server has

cvs commit: jakarta-tomcat-connectors/webapp/lib pr_warp.c pr_warp.h pr_warp_config.c pr_warp_network.c pr_warp_packet.c

2001-07-18 Thread pier
pier01/07/18 12:12:38 Modified:webapp/lib pr_warp.c pr_warp.h pr_warp_config.c pr_warp_network.c pr_warp_packet.c Log: Where the hack that "2" came from? Revision ChangesPath 1.8 +2 -2 jakarta-tomcat-connectors/webapp/lib/pr_warp.c

cvs commit: jakarta-tomcat-connectors/webapp/lib pr_warp.h pr_warp_config.c pr_warp_network.c pr_warp_packet.c .cvsignore Makefile.in pr_warp.c

2001-07-18 Thread pier
pier01/07/18 12:08:35 Modified:webapp/lib .cvsignore Makefile.in pr_warp.c Added: webapp/lib pr_warp.h pr_warp_config.c pr_warp_network.c pr_warp_packet.c Log: Splitting WARP provider into several separate files to enhance maintainability Rev

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

2001-07-18 Thread pier
pier01/07/18 11:45:05 Modified:webapp Makefile.in Log: Updated (local/apr)_(clean/all) to be (local/apr)-(clean/all) as APR does. Revision ChangesPath 1.13 +7 -7 jakarta-tomcat-connectors/webapp/Makefile.in Index: Makefile.in ==

Re: cvs commit: jakarta-tomcat-4.0 build.xml tomcat.nsi

2001-07-18 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > > - Add an installation taget for a Windows system service (should work on > WinNT, Win2k, WinXP). It shouldn't hurt to run that under 9x / Me, but it > shouldn't do anything. The service is based on JavaService, and a binary > is now needed t

cvs commit: jakarta-tomcat-4.0 build.xml tomcat.nsi

2001-07-18 Thread remm
remm01/07/18 11:32:49 Modified:.build.xml tomcat.nsi Log: - Additional tweaks to make the shorcuts command line shorter (it's limited to 255 chars - originally, with the default install, it was 231 chars, so using any long path for the JDK would have broken the

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

2001-07-18 Thread pier
pier01/07/18 11:31:51 Modified:webapp README.txt Log: Describing the modifications to the build process. Revision ChangesPath 1.9 +8 -11 jakarta-tomcat-connectors/webapp/README.txt Index: README.txt =

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

2001-07-18 Thread pier
pier01/07/18 11:31:29 Modified:webapp configure.in webapp/support apjava.m4 Log: Changed the behaviour of --with-java to specify wether to compile the Java sources or not. Revision ChangesPath 1.18 +11 -6 jakarta-tomcat-connectors/webapp/c

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

2001-07-18 Thread pier
pier01/07/18 11:28:43 Modified:webapp Makefile.in Log: BSD make should work now. Revision ChangesPath 1.12 +13 -5 jakarta-tomcat-connectors/webapp/Makefile.in Index: Makefile.in === R

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

2001-07-18 Thread pier
pier01/07/18 10:38:48 Modified:webapp/support buildconf.sh Log: Setting executable flag on buildconf.sh Revision ChangesPath 1.2 +0 -1 jakarta-tomcat-connectors/webapp/support/buildconf.sh Index: buildconf.sh

Re: mod_webapp

2001-07-18 Thread Pier P. Fumagalli
Justin Erenkrantz at [EMAIL PROTECTED] wrote: > On Wed, Jul 18, 2001 at 06:29:31PM +0200, jean-frederic clere wrote: >> I would advise to use a tagged version of APR in mod_webapp. Using the >> lastest >> one is/was not a good idea. >> >> I am using the APR tagged "APACHE_2_0_20" for testing mod

RE: Tomcat & Frames

2001-07-18 Thread Craig R. McClanahan
Servers don't know anything about frames. The only relevance it has in this context is the fact that your browser will typically do multiple requests (one per frame) simultaneously, up to some maximum -- typically 4. This is the same reason you see multiple images being downloaded simultaneously

Re: mod_webapp

2001-07-18 Thread Justin Erenkrantz
On Wed, Jul 18, 2001 at 06:29:31PM +0200, jean-frederic clere wrote: > I would advise to use a tagged version of APR in mod_webapp. Using the lastest > one is/was not a good idea. > > I am using the APR tagged "APACHE_2_0_20" for testing mod_webapp and it compiles > Ok at least on 2 of test plate

Re: mod_webapp

2001-07-18 Thread jean-frederic clere
Justin Erenkrantz wrote: > > On Wed, Jul 18, 2001 at 05:28:25PM +0200, jean-frederic clere wrote: > > The CVS I have does not compile because apr_socket_create()... It misses the > > inherit parameter! > > APR has added it to the apr_socket_create(). Should I fix it or just tell we > > need a tag

RE: Tomcat & Frames

2001-07-18 Thread Cory Powers
That is what I would have thought to but, as I noted in the bug report, I can reproduce the error in IE and Netscape on multiple platforms(different versions of Windows and Linux). Please take a look at this, I think there is a real issue here. I'm trying to investigate deeper but this is my first

RE: Problem starting latest nightly

2001-07-18 Thread Craig R. McClanahan
On Wed, 18 Jul 2001, Kevin Jones wrote: > lokoking at the nightly build for the 17th, you still have this code in > Catalina.java > > mapper.addRule(prefix + "/Loader", new CreateLoaderAction > ("org.apache.catalina.WebappLoader", "className")); > > so I can start the serv

Re: mod_webapp

2001-07-18 Thread Aaron Bannert
> > Nope... The official _stable_ WARP code is distributed with Tomcat 4.0, and > > resides in that CVS... The one you download from jakarta-tomcat-connectors > > is the "working copy"... As soon as I tag a "stable" version, that gets > > copied over into the official repository... > > So we will

Re: mod_webapp

2001-07-18 Thread Pier P. Fumagalli
Justin Erenkrantz at [EMAIL PROTECTED] wrote: > On Wed, Jul 18, 2001 at 04:43:57PM +0100, Pier P. Fumagalli wrote: >> I have an old pre-sms version of APR I'm using, and it seems it's working on >> most platforms "as-is"... I might ask the APR guys to tag it with >> "MOD_WEBAPP_1_0", or redistrib

Re: Tomcat & Frames

2001-07-18 Thread Craig R. McClanahan
First, because servlet containers (and web servers, for that matter) don't have a clue about frames, it's 99.9% sure to be either an application error, a browser bug, or else a harmless warning that the browser stopped downloading one frame because some JavaScript in the page told it to do so. Se

Re: mod_webapp

2001-07-18 Thread Justin Erenkrantz
On Wed, Jul 18, 2001 at 04:43:57PM +0100, Pier P. Fumagalli wrote: > I have an old pre-sms version of APR I'm using, and it seems it's working on > most platforms "as-is"... I might ask the APR guys to tag it with > "MOD_WEBAPP_1_0", or redistribute it in a nice tarball... Ha! -- justin

Re: mod_webapp

2001-07-18 Thread Justin Erenkrantz
On Wed, Jul 18, 2001 at 05:28:25PM +0200, jean-frederic clere wrote: > The CVS I have does not compile because apr_socket_create()... It misses the > inherit parameter! > APR has added it to the apr_socket_create(). Should I fix it or just tell we > need a tagged APR (like APACHE_2_0_20). I think

Re: mod_webapp

2001-07-18 Thread Pier P. Fumagalli
jean-frederic clere at [EMAIL PROTECTED] wrote: > >> Nope... The official _stable_ WARP code is distributed with Tomcat 4.0, and >> resides in that CVS... The one you download from jakarta-tomcat-connectors >> is the "working copy"... As soon as I tag a "stable" version, that gets >> copied over

Re: mod_webapp

2001-07-18 Thread jean-frederic clere
"Pier P. Fumagalli" wrote: > > jean-frederic clere at [EMAIL PROTECTED] wrote: > > "Pier P. Fumagalli" wrote: > >> jean-frederic clere at [EMAIL PROTECTED] wrote: > >>> Clere Jean-Frederic FSC EP LP COM 5 wrote: > > Hi, > > I have started to test mod_webapp I have some complai

TC4 URL BUG

2001-07-18 Thread Dongsheng, Song
Hi, I found TC4 can deal with "x-www-form-urlencoded" format (java.net.URLEncoder) url(GB2312), but can't deal with "UTF-8" format url(GB2312). By the way, mod_jk connecter(java side) displayed the same bug. Dongsheng Song

Re: mod_webapp

2001-07-18 Thread Pier P. Fumagalli
jean-frederic clere at [EMAIL PROTECTED] wrote: > "Pier P. Fumagalli" wrote: >> jean-frederic clere at [EMAIL PROTECTED] wrote: >>> Clere Jean-Frederic FSC EP LP COM 5 wrote: Hi, I have started to test mod_webapp I have some complains: - It needs gnu make but could have

Re: mod_webapp

2001-07-18 Thread jean-frederic clere
"Pier P. Fumagalli" wrote: > > jean-frederic clere at [EMAIL PROTECTED] wrote: > > Clere Jean-Frederic FSC EP LP COM 5 wrote: > >> > >> Hi, > >> > >> I have started to test mod_webapp I have some complains: > >> - It needs gnu make but could have used normal make. - Should I change it? - > >> - W

Re: mod_webapp

2001-07-18 Thread jean-frederic clere
"Pier P. Fumagalli" wrote: > > jean-frederic clere at [EMAIL PROTECTED] wrote: > > > > Hi, > > > > I have started to test mod_webapp I have some complains: > > Oh, well... > > > - It needs gnu make but could have used normal make. - Should I change it? - > > How about APR... Which one does it

[PATCH Suggestion] tc-3.2.3 Little bug in ContextAdmin.java

2001-07-18 Thread Bernd Koecke
Hi, I got a request for the diff of ContextAdmin.java. Subject of my original posting was: tc-3.2.2/3.2.3 Little Bug in ContextAdmin.java Its not to long, so I send it to the list. The orig-class is the one shipped with tomcat-3.2.3. But again, it solves the problem only for Java2-Systems. I

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

2001-07-18 Thread jfclere
jfclere 01/07/18 06:20:11 Modified:webapp README.txt Log: Add CLASSPATH and APR configure environment variables. Revision ChangesPath 1.8 +17 -2 jakarta-tomcat-connectors/webapp/README.txt Index: README.txt =

Re: Alternative to NSI

2001-07-18 Thread Pier P. Fumagalli
Gomez Henri at [EMAIL PROTECTED] wrote: >> Frankly, Apache (HTTPd) went on for ages without installers, and it >> just went great... I don't see the need for it. > > On Unixes world Apache is easy to build and install but it's not so > easy under Windows Boxes. More Windows users want to have su

Re: mod_webapp

2001-07-18 Thread Pier P. Fumagalli
jean-frederic clere at [EMAIL PROTECTED] wrote: > Clere Jean-Frederic FSC EP LP COM 5 wrote: >> >> Hi, >> >> I have started to test mod_webapp I have some complains: >> - It needs gnu make but could have used normal make. - Should I change it? - >> - When configuring APR I need to pass some para

Re: mod_webapp

2001-07-18 Thread Pier P. Fumagalli
jean-frederic clere at [EMAIL PROTECTED] wrote: > > Hi, > > I have started to test mod_webapp I have some complains: Oh, well... > - It needs gnu make but could have used normal make. - Should I change it? - How about APR... Which one does it need? > - When configuring APR I need to pass so

Re: Alternative to NSI

2001-07-18 Thread Gomez Henri
> Why the heck does it matter what installer software that we use? As usually Jon, you only see what you want in the thread. JF proposed to use a JAVA OpenSource Installer, something you should understand and be agree with it to install java software on many platforms > As long as people ca

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-18 Thread Bojan Smojver
OOPS! Sorry :-( jk.conf (called from httpd.conf) - ### # Apache JK Configuration File# ###

Re: Alternative to NSI

2001-07-18 Thread Gomez Henri
> Frankly, Apache (HTTPd) went on for ages without installers, and it > just went great... I don't see the need for it. On Unixes world Apache is easy to build and install but it's not so easy under Windows Boxes. More Windows users want to have such installer stuff and if you want to see Windows

  1   2   >