tc-3.2.2/3.2.3 Little Bug in ContextAdmin.java

2001-07-18 Thread Bernd Koecke
Hi, with tomcat comes the admin-Context. When you use it and select the 'View All Context'-Button you get an IllegalArgumentException. The error arises because of the use of the class org.apache.tomcat.util.RequestUtil in the ContextAdmin-class which is used by the ContextAdmin-JSP. In tomcat

mod_webapp

2001-07-18 Thread jean-frederic clere
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 parameters: CC=/usr/bin/cc \ CFLAGS=-DXTI_SUPPORT \ ./configure --enable-static --disable-shared

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

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

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 some

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

[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

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 need? Normal

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

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

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 redistribute it in

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 need to

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 server by

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

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 tagged APR

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 plateforms

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_webapp and

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

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 to

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

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

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

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

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

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

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

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

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

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

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

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 if he

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

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 service is

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

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

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

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

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 now ? I thought

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

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.

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

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

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

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

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:

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 is

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

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

[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: 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 I tag a stable

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: http://znutar.cortexity.com/BugRatViewer/ShowReport/713 Report #713 Details Project: Tomcat Category: Bug Report SubCategory: New Bug Report

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

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

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

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/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 +5

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

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

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() yet,

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