Re: Bug in ServletResponse.flushBuffer() in Tomcat 4.0b7?

2001-08-21 Thread Pier P. Fumagalli
Jonathan Eric Miller at [EMAIL PROTECTED] wrote: I originally posted this to the tomcat-user list, but, I received no response. As far as I can tell, it's a bug, so, I'm now forwarding this to the developer list in hopes that someone here might be able to confirm whether this is a bug or

FW: mod_webapp with Apache 2.0

2001-08-21 Thread Pier P. Fumagalli
PROTECTED] Date: Tue, 21 Aug 2001 09:17:25 -0700 To: Pier P. Fumagalli [EMAIL PROTECTED], Ian Kallen [EMAIL PROTECTED] [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], Dirk-Willem van Gulik [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: mod_webapp with Apache 2.0 Pier, Here is the C code for mod_webapp

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

2001-08-21 Thread Pier P. Fumagalli
Aaron Bannert at [EMAIL PROTECTED] wrote: On Tue, Aug 21, 2001 at 04:24:37PM -, [EMAIL PROTECTED] wrote: pier01/08/21 09:24:37 Modified:webapp/lib wa_config.c Log: Allow web-applications to be deployed as root of virtual hosts. Thanks to Philipp Richter

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

2001-08-21 Thread Pier P. Fumagalli
Justin Erenkrantz at [EMAIL PROTECTED] wrote: On Tue, Aug 21, 2001 at 06:51:52PM -, [EMAIL PROTECTED] wrote: craigmcc01/08/21 11:51:52 Modified:catalina/src/share/org/apache/catalina/core StandardServer.java Log: Fix for a DoS attack against the

Re: [TC4] error building tomcat-docs

2001-08-21 Thread Pier P. Fumagalli
Christopher Cain at [EMAIL PROTECTED] wrote: I have yet to be able to get jakarta-site2 to run using Craigs .xslt file (on OSX). Didn't have a single problem with it myself... LOL! That's your first problem, it's that damn that Mach kernel ;-) AAA!!! (just kidding, Mac

[WebApp Module] New Binaries up...

2001-08-21 Thread Pier P. Fumagalli
Thanks to Roberto B. [EMAIL PROTECTED] for contributing some GLIBC-2.1 binaries... Now we cover (and who contributed the bin): Linux GlibC 2.2 (Craig Mc. Clanahan) Linux GlibC 2.1 (Roberto B.) Solaris 8/sparc (Me) MacOS/X 10.0 (Me) Windows (Isabella Pighi) Thanks :) Pier

Re: cvs commit: jakarta-tomcat-service/docs service.cssservice.html

2001-08-20 Thread Pier P. Fumagalli
Jon Stevens at [EMAIL PROTECTED] wrote: Why is this a .html file and not a .xml file? Because the service code is not built using Java, 99.9% of it is C code, and I don't need ANT to build it... I don't want to rely on something JAVA to build the docs... It's plain unformatted HTML... All

Re: cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/confighttp11.xml server.xml service.xml warp.xml

2001-08-20 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: 1.1 jakarta-tomcat-4.0/webapps/tomcat-docs/config/warp.xml Whoha! :) Great work Craig... I'll patch it up tomorrow since I'm feeling documenty these days :) :) :) Pier

CGI wrapper in Tomcat 4.0 b7

2001-08-18 Thread Pier P. Fumagalli
Whoha... Just had my nightly report on the server, and thank god it was running TC40b7 when I had a NESSUS run :) I got a TON of reports on CGIs installed on the system, and freaked out AAAHHH someone broke into my server... UNTIL I didn't see a .exe CGI... What, is it a UNIX or a WINDOWS box?

Re: CGI wrapper in Tomcat 4.0 b7

2001-08-18 Thread Pier P. Fumagalli
Deacon Marcus at [EMAIL PROTECTED] wrote: Hi, -Original Message- From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 18, 2001 10:44 AM To: tomcat dev jakarta.apache.org Subject: CGI wrapper in Tomcat 4.0 b7 [...] (BTW, wouldn't it be wise to disable

Re: CGI wrapper in Tomcat 4.0 b7

2001-08-18 Thread Pier P. Fumagalli
Mark Castillo at [EMAIL PROTECTED] wrote: Right now we've integrated Acme server (and integrated https and login session support ourselves, which was a royal pain). So, I'm trying to figure out if we want to continue maintaining (fixing/rewriting?) the Acme server or scrap it and go to

Re: tomcat 4 request/response instrumentation

2001-08-17 Thread Pier P. Fumagalli
Kevin Seguin at [EMAIL PROTECTED] wrote: *) has anybody else considered this? Don't think so... *) does anybody else care about this? I would (but can't commit to it :) also, would it be possible to use a Valve to accomplish this? Yes... how are valves processed? are they stacked

FW: Tomcat before Apache

2001-08-17 Thread Pier P. Fumagalli
FYI... The next one I see on any mailing list suggesting to start tomcat (any version) from the RC files without changing user id will understand what it means to be flamed... :-/ Pier -- Forwarded Message From: Pier P. Fumagalli [EMAIL PROTECTED] Organization: Apache Software

Re: tomcat 4 request/response instrumentation

2001-08-17 Thread Pier P. Fumagalli
Kevin Seguin at [EMAIL PROTECTED] wrote: thanks for the info :) Read what Craig wrote... As always he's way more explanatory than I am :) Pier

Re: Tomcat before Apache

2001-08-17 Thread Pier P. Fumagalli
Christopher Cain at [EMAIL PROTECTED] wrote: I'm attaching a little C script that degradates the process to a specified user before execuing it. To compile do gcc -O2 safexec.c -o safexec and to run, (for example catalina) do: safexec username $CATALINA_HOME/bin/catalina.sh start It's

Re: Tomcat before Apache

2001-08-17 Thread Pier P. Fumagalli
Christopher Cain at [EMAIL PROTECTED] wrote: This is I believe Bergstein's daemontools? To be honest, I'm not sure. It's how alot of the standard init.d scripts are coded in Linux, so that's how I've also done mine. Whatever it is, it's installed by default on every Linux distro I've ever

Re: Tomcat before Apache

2001-08-17 Thread Pier P. Fumagalli
Martin van den Bemt at [EMAIL PROTECTED] wrote: Pier, I won't make commercials anymore for running as root, just to keep you happy.. Just to make _me_ happy? Probably you don't realize what you are saying when you give hints on running something as root. Maybe adding some extra info to

Re: Exception when hitting stop on slow servlet..

2001-08-16 Thread Pier P. Fumagalli
Martin van den Bemt at [EMAIL PROTECTED] wrote: Hi, Just got an exception on a slow servlet and probably hit stop on the right moment, because it didn't happen anymore after that, so this one is easy to mis.. (sorry I cannot copy and paste so bear with me..) Ajp13Interceptor:

FW: catalina SSL

2001-08-15 Thread Pier P. Fumagalli
OH SSL GURU! :) :) Do you have any clue (Reply to all so it'll go in tomcat-users too!) Pier -- Forwarded Message From: cib [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Wed, 15 Aug 2001 20:17:58 +0200 To: Tomcat User Mail list [EMAIL PROTECTED] Subject: catalina SSL Hi I'm

Re: catalina SSL

2001-08-15 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: OH SSL GURU! :) :) Do you have any clue (Reply to all so it'll go in tomcat-users too!) Darn, I placed tomcat-dev instead of tomcat user... :) Me big dope :) Pier

Re: [PATCHES] SSL Sockets

2001-08-14 Thread Pier P. Fumagalli
Christopher Cain at [EMAIL PROTECTED] wrote: Pier P. Fumagalli wrote: Err... Warp doesn't (yet) support TLS sockets, but, since you changed the signature, I believe it needs to go in :) :) :) I figured that you are already answering enough mail on how to build Warp, so I best

Re: Nightly builds for 3.3

2001-08-14 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: Nightly builds for 3.3 are out, it seems somehow they are destabilising the system and Pier asked me to find a different machine. Since Tomcat 3.3 is opening 8500 file descriptors per process (how can that be, I don't know, but I just audited it

Re: cvs commit:jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/runtimeJspRuntimeLibrary.java PageContextImpl.java

2001-08-14 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: Fix a spec-compliance bug in the implementation of PageContext.include(), which was not flushing the output stream even though this is explicitly required in the Javadocs. Congrats (I know it gave you some headaches!) Pier

Re: [Fwd: J2EE 1.3 Final Approval Ballot starts in 7 days]

2001-08-14 Thread Pier P. Fumagalli
On another mailing list, Jon fairly asked (since pretty soon, there will be a final release of 4.0) and I like to inform also the Tomcat developers on what my thoughts are: Jon Stevens at [EMAIL PROTECTED] wrote: Does mod_warp really have the level of testing and stability in order to

Bugzilla items...

2001-08-14 Thread Pier P. Fumagalli
Doing some cleansweep on bugzilla... I found several related to the WebApp module assigned to wrong categories... Pier

Re: [TC3.2.3][PATCH] mod_jk / mod_rewrite bug fix

2001-08-14 Thread Pier P. Fumagalli
Justin Erenkrantz at [EMAIL PROTECTED] wrote: I wonder how Pier is addressing this in mod_webapp. I'll have to look. -- justin Easy as 1.2.3... WARP has a concept of URI and QUERY STRING... Very separate things... All I do is req-ruri=apr_pstrdup(req-pool,r-uri);

Re: [TC3.2.3][PATCH] mod_jk / mod_rewrite bug fix

2001-08-14 Thread Pier P. Fumagalli
Justin Erenkrantz at [EMAIL PROTECTED] wrote: On Wed, Aug 15, 2001 at 03:41:30AM +0100, Pier P. Fumagalli wrote: Justin Erenkrantz at [EMAIL PROTECTED] wrote: I wonder how Pier is addressing this in mod_webapp. I'll have to look. -- justin Easy as 1.2.3... WARP has a concept of URI

Re: CATALINA_HOME vs. TOMCAT_HOME

2001-08-14 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: Correct... And I found it also in other places: webapps, documentation and so on... Should we change them? All the references to TOMCAT_HOME in Tomcat 4 docs should be changed. 'k... Will take care of it today... Also, for the release

Re: CATALINA_HOME vs. TOMCAT_HOME

2001-08-14 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: Agreed... So, I'm going to change it in RELEASE_NOTES_B8.txt, leave the old as is, (mention it in RELEASE notes, of course), then update all docs and whops! done :) Done :) Thanks Dennis Pier

Re: [t4] build problem

2001-08-13 Thread Pier P. Fumagalli
Mykola A. Nickishov at [EMAIL PROTECTED] wrote: Hi! How can I fix this problem? It works for me with the latest CVS checkout AND update -Pd Pier

Re: [PATCHES] SSL Sockets

2001-08-13 Thread Pier P. Fumagalli
Christopher Cain at [EMAIL PROTECTED] wrote: The attached 5-pack is stage one of a three-step process working toward a fix for TC4 Bug #1400: proper handling of a keystore with multiple entries. This round is simply a cleanup of the exception handling/logging. The initial implementation

Re: 4.0b7 war/context Base Directory problem

2001-08-13 Thread Pier P. Fumagalli
Jonathan Pierce at [EMAIL PROTECTED] wrote: In 4.0b7, I can't get war files to expand at startup in time for a context in the server.xml directory to not complain. I'm trying to put a war file in the webapps directory and define a context that references the expanded version of the war

Re: Missing pr_warp_defs.h

2001-08-13 Thread Pier P. Fumagalli
Vishy Kasar at [EMAIL PROTECTED] wrote: Pier, I have downloaded the Tomcat b7 source and the associated webap connector sources. When I tried to build mod_webapp, I get a compile time error stating that pr_warp_defs.h referenced in pr_warp.h is not found. I tried to get that file from the

Re: Can't get mod_webapp.c to compile

2001-08-09 Thread Pier P. Fumagalli
Well, it's clear that the baby is not finding all apache 1.3 headers... Did you follow what's described in the README.txt file? Can you send me your apache-1.3/Makefile file? Pier Paul Smyth at [EMAIL PROTECTED] wrote: If there is something really obvious I'm missing please let me know.

Re: Web server integration / NameTrans stage

2001-08-09 Thread Pier P. Fumagalli
Colin Wilson-Salt at [EMAIL PROTECTED] wrote: I've been looking at the existing web server integration stuff (both mod_jk and mod_webapp), and it seems to me that there is one significant piece missing - a NameTrans directive that takes its configuration from a separate file. I know I'm

Re: cvs commit: jakarta-tomcat-service/winnt - New directory

2001-08-09 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: jfclere 01/08/09 09:06:56 jakarta-tomcat-service/winnt - New directory Jean-Frederic... I'm going to move stuff around next week :) So, when you get back from vacation, be sure to make a brand new checkout :) :) :) Pier

Re: Web server integration / NameTrans stage

2001-08-09 Thread Pier P. Fumagalli
Colin Wilson-Salt at [EMAIL PROTECTED] wrote: But... you still need to edit the web server configuration file to deploy a web app. If the file that describes how the two pieces integrate is owned by the tomcat user, then the Java guys can look after that and the only thing that they need to

Re: cvs commit: jakarta-watchdog-4.0/src/conf jsp-gtest.xml

2001-08-09 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: FYI, I have modified the Watchdog 4.0 management scripts to deal with the fact that we fixed Tomcat to return HTTP/1.1 (per RFC 2616, Section 3.1). The JSP tests really care about the *content* of the response anyway, so the check for protocol

Re: [PROPOSAL] Deprecation of committers...

2001-08-09 Thread Pier P. Fumagalli
Kief Morris at [EMAIL PROTECTED] wrote: Pier P. Fumagalli typed the following on 10:59 PM 8/8/2001 +0100 There are others that, from time to time, pop around on this mailing list, but I never saw one commit coming from them (although I have only a 6-months old archive, I would repropose

Re: [VOTE] Tomcat 4.0-beta-7 Release Tonight ?

2001-08-09 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: Just fixed this security vulnerability in 4.0 (3.2.3 isn't vulnerable, at least on Win98, but I didn't check 3.3). Therefore, I would propose to do a Beta 7 release tonight that picks up this change (and other bugfixes since Beta 6). I'm cool

Re: [VOTE] Tomcat 4.0-beta-7 Release Tonight ?

2001-08-09 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: On Thu, 9 Aug 2001, Pier P. Fumagalli wrote: Craig R. McClanahan at [EMAIL PROTECTED] wrote: Just fixed this security vulnerability in 4.0 (3.2.3 isn't vulnerable, at least on Win98, but I didn't check 3.3). Therefore, I would propose

Re: [VOTE] Tomcat 4.0-beta-7 Release Tonight ?

2001-08-09 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: Craig R. McClanahan at [EMAIL PROTECTED] wrote: On Thu, 9 Aug 2001, Pier P. Fumagalli wrote: Craig R. McClanahan at [EMAIL PROTECTED] wrote: Just fixed this security vulnerability in 4.0 (3.2.3 isn't vulnerable, at least on Win98

Re: mod_webapp.so

2001-08-09 Thread Pier P. Fumagalli
aleksandre tartchinski at [EMAIL PROTECTED] wrote: Hello I have Debian unstable 2.4.7 Tomcat 4.0b6 Apache 2.0.16 I have followed the instraction on how to integrate apache + tomcat, i have build mod_webapp.so with no errors. i have added this lines to the httpd.conf LoadModule

Re: Patching GTest

2001-08-09 Thread Pier P. Fumagalli
Christopher Cain at [EMAIL PROTECTED] wrote: Pier P. Fumagalli wrote: [pier@bubbles] ... Thanks for the visual ;-) On my terminal is all in colors... Pretty nice rainbow blue and pink :) Pier

FW: [Bug 3039] New: - Can't get the correct request parameterunder the none ISO-8859-1 platform

2001-08-08 Thread Pier P. Fumagalli
This got fed up in my bag... But I believe that this is more a HTTP /vs/ Servlet spec issue... Anyone wishes to comment? Pier -- Forwarded Message From: [EMAIL PROTECTED] Date: 8 Aug 2001 07:29:57 - To: [EMAIL PROTECTED] Subject: [Bug 3039] New: - Can't get the correct request

Re: Is anyone working on iPlanet integration?

2001-08-08 Thread Pier P. Fumagalli
jean-frederic clere at [EMAIL PROTECTED] wrote: Colin Wilson-Salt wrote: I hope this is an appropriate place to ask this question - I've just joined this list because I've not been able to find the answer or a better place to ask it. Is anybody working on an iPlanet / NSAPI equivalent

Re: Is anyone working on iPlanet integration?

2001-08-08 Thread Pier P. Fumagalli
Colin Wilson-Salt at [EMAIL PROTECTED] wrote: I hope this is an appropriate place to ask this question - I've just joined this list because I've not been able to find the answer or a better place to ask it. Is anybody working on an iPlanet / NSAPI equivalent of the mod_webapp / warp

Re: Is anyone working on iPlanet integration?

2001-08-08 Thread Pier P. Fumagalli
Colin Wilson-Salt at [EMAIL PROTECTED] wrote: What are the differences between mod_jk and mod_webapp? They do the same stuff, but they are completely different... And the WebApp module is targeted towards Tomcat 4.x integration. I've looked at the code for mod_webapp but not mod_jk, though

Re: Is anyone working on iPlanet integration?

2001-08-08 Thread Pier P. Fumagalli
Thom Park at [EMAIL PROTECTED] wrote: Nice if you absolutely must use manage both tomcat apache. mod_jk has the ability to allow apache to serve the static content and have tomcat serve the dynamic (servlet jsp) content. - it uses a pattern matching trick to determine which request

Re: Is anyone working on iPlanet integration?

2001-08-08 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: Well, most of the complexity comes from the fact that it abstracts the interface with the server - it was designed from the beginning with the idea that it should support multiple servers. Right now the list is: Apache1.3, Apache2.0, IIS, NES,

Re: Is anyone working on iPlanet integration?

2001-08-08 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: I don't know anything about how mod_webapp was thought - I don't remember any design discussion, requirements, or anything like that. Well, look at the archives, because in the early stages of development, I tried to keep you guys involved,

Re: Is anyone working on iPlanet integration?

2001-08-08 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: On Wed, 8 Aug 2001 [EMAIL PROTECTED] wrote: I never said it's a piece of crap - I am not happy with (what seems to be) the design, I am very unhappy with the development model, and of course I'm unhappy with reinventing the wheel and

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

2001-08-08 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: Log: - A HT (tab) is also considered a leading white space. It was a bit hidden in the HTTP spec, so I had missed it. Told you it was something regarding tabs/spaces on the second line of the header :) :) :) Great job for hunting that down :)

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

2001-08-08 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: Log: Fixed problem of HTTP/1.1 container returning the same version of the HTTP protocol used in the request. As Justyn Erkerantz said, Section 3.1 Correction: Justin Erenkrantz :) (Damn,

Re: [PROPOSAL] Deprecation of committers...

2001-08-08 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: Can you send a list with the commiters that will become deprecated ? Does this include 3.x commiters as well ? ( from the proposal it seems you are talking about 4.0 commiters ). I'm talking about ANY committer who hasn't been active for the

Re: how to reload a getResourceAsStream() object

2001-08-08 Thread Pier P. Fumagalli
Thom Park at [EMAIL PROTECTED] wrote: hello, I have a requirement where i need to make multiple passes over a resource stream obtained via ServletContext.getResourceAsStream(). My problem is that as follows: InputStream is = sc.getResourceAsStream(/my_resource_name); do 1st

Re: [PROPOSAL] Deprecation of committers...

2001-08-08 Thread Pier P. Fumagalli
Kanan Khokhani at [EMAIL PROTECTED] wrote: Hi, I am a meber of the list but not a commiter. I have never posted any messages so far, but i regularly(almost everyday)check messages from this list. Do you plan to deprecate members like me too?? Go and read this one

Tomcat-Users mailing list...

2001-08-07 Thread Pier P. Fumagalli
Folks... We need someone from the Tomcat 3.x developers to monitor and answer questions on the tomcat-user mailing list. There are tons of questions related to mod_jk, tons of questions related to bugs that seem to be fixed in bugzilla but are constantly reappearing in later builds. I and Craig

Re: Tomcat-Users mailing list...

2001-08-07 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: If someone can tell me how to tell list server to subscribe in write only mode ( many list servers allow this option ) - I could help a bit. ( I suppose you may have 4-5 mails from [EMAIL PROTECTED] in your spam list, I tried to answer few

Re: [Fwd: GTest in watchdog fails with Apache...]

2001-08-06 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: Thanks Justin ... my initial assumption was that Apache would be doing this right, considering all the people involved ... :-) I'll fix the Watchdog test so that it reacts to this correctly. We also need to fix the HTTP/1.1 connector in

Re: Velocity and JSP speed testing...

2001-08-06 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: -jon Craig (who is actually quite happy with Catalina at this point :-) Never been a fan of JSPs myself, but seeing Velocity (lately I had to install it for EyeBrowse on Nagoya, and it was painful) I'm not a big fan of that thing either. But

GTest in watchdog fails with Apache...

2001-08-05 Thread Pier P. Fumagalli
There's a small bug in the WatchDog GTest. Simply what it does is that it's sending TWO Content-Length headers in the same request, and Apache correctly translates those two headers into one single headers like: Content-Length: firstval, secondval This small patch fixes the problem, but

Re: GTest in watchdog fails with Apache...

2001-08-05 Thread Pier P. Fumagalli
Another small issue with watchdog (coming out of the JSP tests this time) is that Apache always replies with HTTP/1.1 also to an HTTP/1.0 request For example: # telnet localhost 80 Trying 127.0.0.1... Connected to localhost.betaversion.org. Escape character is '^]'. GET / HTTP/1.0 HTTP/1.1 200

Re: [VOTE] Sources in Binary Distributions

2001-08-03 Thread Pier P. Fumagalli
Loïc Lefèvre at [EMAIL PROTECTED] wrote: [X] - +1 Remove the sources [I will help in the process, meaning do the job] [ ] - +0 Remove the sources [I can't help, won't help] [ ] - -0 Leave the sources [But since I don't volunteer this is not binding] [ ] - -1 Are you nuts? Sources are there

Re: [VOTE] Sources in Binary Distributions

2001-08-03 Thread Pier P. Fumagalli
Loïc Lefèvre at [EMAIL PROTECTED] wrote: I think you don't read ALL the mails you receive, if you look carfully, you'll see I wanted to keep the sources in the package... The answer I give here is IRONIC ;) Oh :) Sorry :) My bad this time :) :) :) Yeah, I don't read ALL emails, especially in

Who are those people (Was: [VOTE] Sources in...)

2001-08-03 Thread Pier P. Fumagalli
Christopher Cain at [EMAIL PROTECTED] wrote: duncan jon stefano pier costin rubys akv jhunter preston shemnon shachor bergsten gonzo mode harishp arun craigmcc jluc nacho ariedel horwat remm ed alex gaburici jiricka pierred glenn larryi arieh hgomez marcsaeg danmil shai keith kief melaquias

Re: [VOTE] Sources in Binary Distributions

2001-08-02 Thread Pier P. Fumagalli
Paul Speed at [EMAIL PROTECTED] wrote: Everyone who? jakarta/apache? I would agree with that. Since I've been on the ASF, all project I saw always included SRCs in BINs (now, someone of us might not do it, but that's not a project I use, then). Discussion pointless... Clogging my inbox when

Re: [VOTE] Sources in Binary Distributions

2001-08-02 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: [ ] - +1 Remove the sources [I will help in the process, meaning do the job] [ ] - +0 Remove the sources [I can't help, won't help] [X] - -0 Leave the sources [But since I don't volunteer this is not binding] [ ] - -1 Are you nuts? Sources

Re: [VOTE] Sources in Binary Distributions

2001-08-02 Thread Pier P. Fumagalli
Paul Speed at [EMAIL PROTECTED] wrote: As another example, I've never tried to compile the JDK .java sources, but I always have at least a few of the files loaded into my editor at any given time. That's a nice point :) I check out the JDK sources at least 3 times/day... But never built

Re: cvs commit: jakarta-tomcat-service/java/org/apache/serviceService.java

2001-08-02 Thread Pier P. Fumagalli
Incze Lajos at [EMAIL PROTECTED] wrote: As I see, e.g. in HP CSF there is nothing under the services - just the embeddor which is a the very thin special layer interfacing to the actual software environment. But I understand that missed the boat your service is not that service. (Anyway,

Re: [PROPOSAL] Standalone SSL

2001-07-31 Thread Pier P. Fumagalli
Christopher Cain at [EMAIL PROTECTED] wrote: First, just a quick follow-up on the previous thread. Using the keystore defaults for the TC4 SSL standalone config works as planned. Trying to override the keystoreFile and/or keystorePass defaults, unfortunately, does not work (different

Re: Apache 1.3.20 hangs when warp-connecting to Tomcat4b6

2001-07-31 Thread Pier P. Fumagalli
Thom Park at [EMAIL PROTECTED] wrote: Hi Pier, unfortunately my binary won't load unless you install Visibroker (that old black magic called iiop) sorry. You also would need to have build apache with SUN C instead of gcc to have a hope of using one of my binaries. I'll try to

Re: [PROPOSAL] Standalone SSL

2001-07-31 Thread Pier P. Fumagalli
Jim Seach at [EMAIL PROTECTED] wrote: One of the possible custom solutons is to encrypt the other information with your public key, then use the private key to decrypt the other sensitive information. Cool, are we going to use a private key to encrypt the password for the private key of

Re: RESOLVED: mod_webapp hanging/core-dumping on Solaris

2001-07-31 Thread Pier P. Fumagalli
YEAH! I know there was something wrong with your Apache installation... Now, we shouldn't have problems also with SHARED_CORE, but now at least I know what to tackle... Can you do me another favor and confirm (or not) bug # 2933? http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2933 Thanks :)

Re: RESOLVED: mod_webapp hanging/core-dumping on Solaris

2001-07-31 Thread Pier P. Fumagalli
Thom Park at [EMAIL PROTECTED] wrote: Hello! My tuppence worth on one comment here: 1. Always use gcc. Always use gcc. Always use gcc. Why? Because it's the lowest common denominator. Because the developers are building/testing with it. Because ./configure likes it. Always use

Re: TC4 + apache + warp - cookies = error

2001-07-31 Thread Pier P. Fumagalli
Ok... Gotcha... So, the session _IS_ correctly handled if going thru cookies, but if it's URLencoded, it's not... Will dig into that tomorrow first thing in the morning (bear with me, can you please post a bug in BugZilla so that we can keep track of what was found faulty and when it was fixed,

Re: cvs commit: jakarta-tomcat-service/java/org/apache/serviceService.java

2001-07-30 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: [...] public interface Service { public void load(ServiceContext context) throws Exception; public void start() throws Exception; public void stop() throws Exception; } I keep going back and forth between two ideas: the first

Re: cvs commit: jakarta-tomcat-service/java/org/apache/service Service.java

2001-07-30 Thread Pier P. Fumagalli
Kevin Seguin at [EMAIL PROTECTED] wrote: i kind of like the second approach. That's what I'm oriented for... i like the idea, for example, of being able to tweak a config file, then restart a service without having to restart the entire vm. Well, that's not _always_ true... For example,

Re: cvs commit: jakarta-tomcat-service/java/org/apache/serviceService.java

2001-07-30 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: +1 for the second approach. If the logic of your service allows for restarting without forcing an unload/reload of the entire JVM, the APIs should accomodate that. Again, it would not mean restart, but merely pause and continue, as most of the

Re: mod_webapp vs. multi-thread component.

2001-07-30 Thread Pier P. Fumagalli
Thom Park at [EMAIL PROTECTED] wrote: Pier et. al. I hope that someone more enlightened can assist me with this one as I'm totally flummoxed by this - this applies to Solaris threads being used within mod_webapp (but not directly)... Whoha... Looking for troubles, huh? :) I have

Re: Apache 1.3.20 hangs when warp-connecting to Tomcat4b6

2001-07-30 Thread Pier P. Fumagalli
Eryq at [EMAIL PROTECTED] wrote: Pier P. Fumagalli wrote: The CVS repo is jakarta-tomcat-connectors/webapp Build both the module and the java part... Follow the README. It didn't work. Same behavior: Catalina runs fine standalone, and the Warp port is definitely being listened

Re: Apache 1.3.20 hangs when warp-connecting to Tomcat4b6

2001-07-28 Thread Pier P. Fumagalli
Eryq at [EMAIL PROTECTED] wrote: webapp-module-1.0-tc40b6 SunOS clin5 5.8 Generic_108528-07 sun4u sparc SUNW,Ultra-60 Apache 1.3.20 gcc 2.95.2 -- My apache works great; I load mod_webapp, and I even get the info page. My standalone Tomcat4 works great, serving WebAppInfo my

Re: Funny thought about version numbering...

2001-07-28 Thread Pier P. Fumagalli
Deacon Marcus at [EMAIL PROTECTED] wrote: We're down to weeks now ... I personally consider Tomcat 4.0 to be in maintenance mode (with a need to improve the documentation that there are already volunteers working on, and continued work on the web connectors which are vital to many users).

Re: mod_webapp functionality issues...

2001-07-27 Thread Pier P. Fumagalli
Eric L. Anderson at [EMAIL PROTECTED] wrote: I finally have the apache connector compiled and talking to tomcat. Unfortunatley, whenever I try to make use of a deployed webapp, I get a WebApp: Error 500 page. The error in the apache error logs are as follows: [Fri Jul 27 09:50:15 2001]

Re: Separating Service code from Tomcat 4.0

2001-07-26 Thread Pier P. Fumagalli
GOMEZ Henri at [EMAIL PROTECTED] wrote: GOMEZ Henri at [EMAIL PROTECTED] wrote: I'm +1 for jakarta-service and -1 for jakarta-tomcat-service Still of this idea? I can't open jakarta-service as I have to get down to the PMC to do it, and I'd like to commit some code... Thanks...

Re: Different approach to TC as a service (was: SeparatingService code from Tomcat 4.0)

2001-07-26 Thread Pier P. Fumagalli
Andy Armstrong at [EMAIL PROTECTED] wrote: If there's interest I can investigate adding the same functionality to the other connectors. I would not want to see it in webapp... Autostart was the major headache back in JServ days... I wouldn't want to have to deal with the same thing again.

Re: Different approach to TC as a service (was: Separating Service code from Tomcat 4.0)

2001-07-26 Thread Pier P. Fumagalli
Twiggs, Glenn at [EMAIL PROTECTED] wrote: Not a safe assumption. My company is using Tomcat in standalone mode within a large project. I believe he's talking about when tomcat is ran standalone AND thru a connector... Pier

Re: Different approach to TC as a service (was: SeparatingService code from Tom

2001-07-26 Thread Pier P. Fumagalli
Dave Oxley at [EMAIL PROTECTED] wrote: With TC4 we could do with a JNI connector in mod_webapp (even though Pier probably doesn't want to do this). Actually, Pier is already writing that piece of thing... :) I got distracted because the only safe multithreaded environment I have was my Win32

Re: Different approach to TC as a service (was: SeparatingServicecode from Tomcat 4.0)

2001-07-26 Thread Pier P. Fumagalli
Andy Armstrong at [EMAIL PROTECTED] wrote: I only used JServ briefly before switching to Tomcat and it worked for me(tm). Can you recall any of the specific problems? It was back in 1997, and I remember several patches across 2 months from Ed Korthof just to make it work. But you should get

FW: todays cvs checkout with debug

2001-07-26 Thread Pier P. Fumagalli
About the latest CVS... I'm pretty happy... Thank you Brian for the excellent feedback you gave in the last few weeks/months... Pier -- Forwarded Message From: Brian P Millett [EMAIL PROTECTED] Date: Thu, 26 Jul 2001 14:17:32 -0500 To: Pier P. Fumagalli [EMAIL PROTECTED] Subject: Re

Re: Different approach to TC as a service (was:SeparatingServicecode from Tomcat 4.0)

2001-07-26 Thread Pier P. Fumagalli
Andy Armstrong at [EMAIL PROTECTED] wrote: Pier P. Fumagalli wrote: Andy Armstrong at [EMAIL PROTECTED] wrote: I only used JServ briefly before switching to Tomcat and it worked for me(tm). Can you recall any of the specific problems? It was back in 1997, and I remember several

Re: mod_webapp gives Invalid virtual host name

2001-07-26 Thread Pier P. Fumagalli
Eryq at [EMAIL PROTECTED] wrote: webapp-module-1.0-tc40b6 SunOS clin5 5.8 Generic_108528-07 sun4u sparc SUNW,Ultra-60 Apache 1.3.20 gcc 2.95.2 tomcat 4b6 Ok I built an Apache with dynamic loading, which is definitely working. I build mod_webapp, and try to start Apache. This:

Re: Problems Compiling mod_webapp and APR on Solaris

2001-07-25 Thread Pier P. Fumagalli
Klaus Sonnenleiter at [EMAIL PROTECTED] wrote: Has anybody successfully compiled mod_webapp and/or the APR library on Solaris? I was able to compile everything without any trouble on a RedHat 7.1 system. But when I tried the same version of the sources (tonight's CVS) on Solaris, it failed

Re: Separating Service code from Tomcat 4.0

2001-07-25 Thread Pier P. Fumagalli
jean-frederic clere at [EMAIL PROTECTED] wrote: [X] +1 - Do it, and I can help [ ] +0 - Do it, but I can't help [ ] -0 - Do it, even if [ ] -1 - Don't do it, because My comments: There are: jakarta-tomcat/src/native/mod_jk/nt_service/jk_nt_service.c

Re: Separating Service code from Tomcat 4.0

2001-07-25 Thread Pier P. Fumagalli
Kevin Seguin at [EMAIL PROTECTED] wrote: ME BIG DOPE :) :) :) There are TWO Win32 Service implementations... I thought Joe and Elijah were working on the same code :) :) :) But THEY'RE NOT! (Sometimes I'm just so fuckin' stupid! :) On a very rough analysis, Elijah's JavaService is better

Re: Problems Compiling mod_webapp and APR on Solaris

2001-07-25 Thread Pier P. Fumagalli
Justin Erenkrantz at [EMAIL PROTECTED] wrote: FWIW, I'm definitely not seeing these sorts of errors on Solaris or Linux. Odd. This is with an updated (as of last night or this morning) CVS copy of APR? Did you use the same sources for building with Linux and Solaris? make clean was

Re: Problems Compiling mod_webapp and APR on Solaris

2001-07-25 Thread Pier P. Fumagalli
jean-frederic clere at [EMAIL PROTECTED] wrote: I have fixed it try again with the lastest CVS of APR. Would be cool to know WHAT you fixed... :) Pier

Re: Problems Compiling mod_webapp and APR on Solaris

2001-07-25 Thread Pier P. Fumagalli
jean-frederic clere at [EMAIL PROTECTED] wrote: Pier P. Fumagalli wrote: jean-frederic clere at [EMAIL PROTECTED] wrote: I have fixed it try again with the lastest CVS of APR. Would be cool to know WHAT you fixed... :) APR ;-) DD! :) I got that... But since I never had any

Re: Separating Service code from Tomcat 4.0

2001-07-25 Thread Pier P. Fumagalli
Elijah Roberts at [EMAIL PROTECTED] wrote: On Wednesday July 25, 2001 Remy Maucherat wrote: I want GOOD system integration; that means I want Tomcat to look like a native process, and to behave like a native process. This is one of the reasons I wrote with JNI in the first place. I wanted

Re: Separating Service code from Tomcat 4.0

2001-07-25 Thread Pier P. Fumagalli
GOMEZ Henri at [EMAIL PROTECTED] wrote: I'm +1 for jakarta-service and -1 for jakarta-tomcat-service Still of this idea? I can't open jakarta-service as I have to get down to the PMC to do it, and I'd like to commit some code... Thanks... Pier

  1   2   3   4   >