Re: Implementation of the sessions

2002-05-21 Thread Rolf Veen
Benjamin Fonzé [benja.be] wrote: > What is that mechanism ? See http://www.mozilla.org/projects/security/pki/nss/ssl/ for links to SSL and TLS specs and other related information. For sessions thru cookies, see RFC-2965 (at rfc-editor.org, for example). Regards. Rolf. -- To unsubscribe, e-m

Re: MinTC, "terrible rudeness", persistence

2002-04-19 Thread Rolf Veen
Remy Maucherat wrote: > I will veto this (or vote against, if it's a majority vote). It has been > very clear for a while that the Tomcat project has to provide one and only > one servlet container for a particular version of the specifications. That would have been the best. But right now ther

Re: MinTC, "terrible rudeness", persistence

2002-04-19 Thread Rolf Veen
Remy Maucherat wrote: > If many people want to see MinTC here, then it will happen even if I may not > like it. +1 to MinTC here. Lets be friendly. And open. [ +1 * notCommiter == 0, I know ] Rolf. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Alternative to NSI

2001-07-16 Thread Rolf Veen
The Windows installer I like most is InnoSetup (www.innosetup.org). It's free, but not MSI based. Rolf.

[TC 3.3] Some tests on Linux

2001-03-02 Thread Rolf Veen
Hi all. I did the tomcat self-tests on my machine (thru /admin) and the watchdog tests (jsp/servlet) are all ok, in both standalone and with Apache. Found some minor errors in the sanity check in the tests labeled tomcat-standalone and tomcat-apache respectively (see attached files), but that

Re: Some benchmarks

2001-02-27 Thread Rolf Veen
Hi, Costin. [EMAIL PROTECTED] wrote: > Could you try again to run the test with 3.3 ( the next nightly build > ) and Ajp13 ? > >> 3.3.m1 Ajp13 (952/488) > > > I did few changes and at least on my machine is now 30..50% better, > but it would be great if you could check. Here it is (stil

Re: Some benchmarks

2001-02-23 Thread Rolf Veen
GOMEZ Henri wrote: > > It wasn't clear that Apache handled direclty the /test.html or forward > that to tomcat. Could you do so something like test to > /examples/test.html ? > Something passed via ajp12/13 to tomcat and handled by tomcat ? Here it is. Targets are /test.html and /examples/te

Re: Some benchmarks

2001-02-22 Thread Rolf Veen
GOMEZ Henri wrote: > Could you play the static test only, on the same box, against Apache only ? > >> 3.2.1 Ajp12 (940/407) >> 3.3.m1 Ajp12 (960/421) >> 3.3.m1 Ajp13 (952/488) > You already have the results of Apache standalone: 940 - 960 req/s. The test target in the Ajp12 an

Re: Tomcat file locations on Unix

2001-02-21 Thread Rolf Veen
Guillaume Rousse wrote: > On 2001.02.21 13:18:00 +0400 Rolf Veen wrote: > >>> So, what can we do for Tomcat ? >> >> I'm tired of trying to find files that belong to a package and that >> 'make install' spreads all over the system. My proposa

Re: Tomcat file locations on Unix

2001-02-21 Thread Rolf Veen
Hola. Guillaume Rousse wrote: > From what i'm seeing on my own system (Mandrake 7.2), general services > (ftp, www, etc) have their own > /var/name dir, while specific applications (postgres, wine, etc...) have > their /var/lib/name dir. I don't see what /var/lib has to do with Tomcat. Tomcat i

Re: Some benchmarks

2001-02-21 Thread Rolf Veen
Matthew Dornquast wrote: > Put a "-server" in the command line for running tomcat when using the sun > jdk. Costin Manolache wrote: > Yes, I would be very interested in the results with a simple JSP. Thanks, Matthew and Costin. I take note for the next batch of tests. Rolf.

Re: Some benchmarks

2001-02-20 Thread Rolf Veen
Hola, Alex. Alex Fernández wrote: > Why don't you run those same tests with other example pages included in the > distribution. (At least the ones included in *some* distribution, probably > they're different across releases.) They should be more complex, and exploit > most features of servlets.

Some benchmarks

2001-02-20 Thread Rolf Veen
Hi all. Here are the results of some measurements made with ab on Tomcat versions 3.2.1, 3.3.m1 and 4.0.b1 with different JDKs. System characteristics: - Pentium III, 450 MHz / 128 MB RAM. - Redhat Linux 6.2 - hdparm -T gives 170 MB/s Software versions: - 3.2.1 - 3.3 milestone 1 - 4.0 beta 1 -

Re: JDBCRealm - can't make it work

2001-01-26 Thread Rolf Veen
Hi. Maybe your problem is that you are using a recent MySQL with an old JDBC driver. Get the latest MM driver (2.0.4 at the moment) from http://mmmysql.sourceforge.net/ I use Mysql for my applications and just drop the MM binary in the corresponding /WEB-INF/lib directory, and that's all. Re

Re: Call for volunteers

2001-01-19 Thread Rolf Veen
Hi, Costin. As a user I will do 5, including mod_jk (platform: Linux). Kind regards. Rolf. [EMAIL PROTECTED] wrote: > Hi, > > As you know, a number of people expressed interest on releasing a new dot > version of tomcat3. They believe that the changes made so far to the main > branch are maki

Re: classreloading and 4.x

2001-01-08 Thread Rolf Veen
Craig R. McClanahan wrote: > (...) > We can certainly decide that the "$CATALINA_HOME/webapps/scarab" directory has >already > been deployed under *some* context path, and not deploy it again. But that means you > would not be allowed to deploy the same directory under two context paths, even

Re: classreloading and 4.x

2001-01-04 Thread Rolf Veen
Hi (feliz año nuevo). Craig R. McClanahan wrote: > First, your web.xml file defines the root webapp like so: > > className="org.apache.catalina.loader.StandardLoader"/> > > so Catalina initializes a nice webapp for you, including reloading support. > > Next, Catalin