Re: Tomcat Snapshots

2005-10-12 Thread Yoav Shapira
Hi, I'm curious about the importance of nightly snapshots: who uses them? We have a nightly source tarball already available at http://cvs.apache.org/builds/jakarta-tomcat-5/nightly/, so this seems redundant. If neither you (Henri) nor I knew about it in the years we've been involved, it's proba

Re: Tomcat 5.5.12 / Jasper2 -> showstoppers ?

2005-10-05 Thread Henri Gomez
> > When using Jasper2 in JSP precompilation step, it load needed taglibs > > jars defined in web.xml, but didn't release all of them after build > > (here is how it's invoked) > > Does this mean JARs are locked ? yes, and since ant is running on the eclipse JVM, no other way to release the jar th

Re: Tomcat 5.5.12 / Jasper2 -> showstoppers ?

2005-10-05 Thread Remy Maucherat
Henri Gomez wrote: Hi to all, I don't know if they should be considered showstopper but while playing with 5.5.12 for some of our new applications, I see these problems : When using Jasper2 in JSP precompilation step, it load needed taglibs jars defined in web.xml, but didn't release all of the

Re: Tomcat Bugs?

2005-10-03 Thread sree kanth
Hi Schalk, coming to your problem of JSP recompiling, once refresh your browser or delete your page cache in explorer.This may solve ur problem. And coming to SQL server part,the SQL Server driver has some bugs which implements the queries in a very different way.You can see that clearly in SQL ser

Re: Tomcat 5.5.9, endorsed jars and classloader

2005-09-01 Thread Antti Rauramo
Yoav Shapira wrote: With older tomcats this has been works fine for years now, but with 5.5.9 an IllegalAccessException is thrown. Which older Tomcats? Specifically, does it work in 5.0.28 or 5.5.7? 4.x and 5.x tell a bit of a different story when it comes to classloading implementation

Re: Tomcat 5.5.9, endorsed jars and classloader

2005-08-31 Thread Yoav Shapira
Hi, > I ran into problems with Tomcat 5.5.9. We have xercesImpl.jar in > common/endorsed, and another jar (X-Hive's XML database's xhive.jar) in > common/lib, that includes a class that is put in the xerces package > (org.apache.xerces.dom) in order to access xerceses package protected > class

Re: tomcat build failed - makensis.exe

2005-08-28 Thread Yoav Shapira
Hola, After downloading NSIS, you need to install it as you would any other windows program, and update build.properties to reflect to the install location. BUT, Xingbo, you probably don't need to be doing this at all. It's only required if you're building a new Tomcat windows executable. For yo

RE: Tomcat metrics

2005-08-12 Thread Yoav Shapira
Hola, > And webdav used 92K? Weird. Not quite: total lines of code in methods was 92K. The webdav class mentioned had the biggest method at 347 lines of code. (And to complete the line, the average method had 8.37 LOC with a stdev of 18.761 LOC) Yoav --

Re: Tomcat metrics

2005-08-12 Thread Mladen Turk
Yoav Shapira wrote: Howdy, This is just information for the curious or bored ;) Right. Good for any school project ;) result is only an approximation: 136K or so ;) And webdav used 92K? Weird. Regards, Mladen. - To unsub

Re: Tomcat performance patch (in development) to reduce concurrency...

2005-07-27 Thread Scott Marlow
On Tue, 2005-07-26 at 16:55 +0200, Remy Maucherat wrote: > Remy Maucherat wrote: > > Scott Marlow wrote: > > > >> Anyway, my point is that this could be a worthwhile enhancement for > >> applications that run on Tomcat. What I don't understand yet is whether > >> the same functionality is already

Re: tomcat build failed

2005-07-27 Thread Remy Maucherat
Xingbo Gao wrote: Remy, Where can I find the default build.properties file? It's build.properties.default in jakarta-tomcat-5. Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Re: tomcat build failed

2005-07-27 Thread Xingbo Gao
Remy, Where can I find the default build.properties file? Xingbo On 7/27/05, Remy Maucherat <[EMAIL PROTECTED]> wrote: > Xingbo Gao wrote: > > Hi, > > > > I follow the steps listed in > > http://jakarta.apache.org/tomcat/tomcat-5.5-doc/building.html, and try > > to build the tomcat source codes.

Re: tomcat build failed

2005-07-27 Thread Remy Maucherat
Xingbo Gao wrote: Hi, I follow the steps listed in http://jakarta.apache.org/tomcat/tomcat-5.5-doc/building.html, and try to build the tomcat source codes. I was able to build successfully before, but now get the errors below each time. It seems the link http://umn.dl.sourceforge.net doesn't wor

RE: tomcat API doc, where?

2005-07-26 Thread Yoav Shapira
cherat [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 26, 2005 6:39 PM > To: Tomcat Developers List > Subject: Re: tomcat API doc, where? > > Yoav Shapira wrote: > > Hi, > > This is actually a bit more interesting than I thought ;) > > jakarta-tomcat-

Re: tomcat API doc, where?

2005-07-26 Thread Remy Maucherat
Yoav Shapira wrote: Hi, This is actually a bit more interesting than I thought ;) jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/JSSE15SocketF actory.java breaks the JDK 1.4 javadoc (lines 33 and 62 have fatal JavaDoc errors). Since we build with JDK 1.4, the Catalina API JavaDoc

RE: tomcat API doc, where?

2005-07-26 Thread Yoav Shapira
l of Management Cambridge, MA [EMAIL PROTECTED] / [EMAIL PROTECTED] > -Original Message- > From: Jean-frederic Clere [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 26, 2005 5:14 PM > To: Tomcat Developers List > Subject: Re: tomcat API doc, where? > > Yoav Shapira wr

RE: tomcat API doc, where?

2005-07-26 Thread Yoav Shapira
sday, July 26, 2005 5:14 PM > To: Tomcat Developers List > Subject: Re: tomcat API doc, where? > > Yoav Shapira wrote: > > >Hi, > >Download eith ther .zip or .tar.gz base distro: you probably downloaded > the > >.exe. You can also just look at the ones on

Re: tomcat API doc, where?

2005-07-26 Thread Jean-frederic Clere
Yoav Shapira wrote: Hi, Download eith ther .zip or .tar.gz base distro: you probably downloaded the .exe. You can also just look at the ones on the web site: go to http://jakarta.apache.org/tomcat, pick the Documentation link for your version, and scroll down near the bottom of the left-hand me

RE: tomcat API doc, where?

2005-07-26 Thread Yoav Shapira
Hi, Download eith ther .zip or .tar.gz base distro: you probably downloaded the .exe. You can also just look at the ones on the web site: go to http://jakarta.apache.org/tomcat, pick the Documentation link for your version, and scroll down near the bottom of the left-hand menu. Yoav Shapira Syste

Re: Tomcat performance patch (in development) to reduce concurrency...

2005-07-26 Thread Remy Maucherat
Remy Maucherat wrote: Scott Marlow wrote: Anyway, my point is that this could be a worthwhile enhancement for applications that run on Tomcat. What I don't understand yet is whether the same functionality is already in Tomcat. I should point out that some applications shouldn't limit the max

Re: Tomcat Connector Benchmark

2005-07-12 Thread Remy Maucherat
Vicenc Beltran Querol wrote: Hi, I would like to know if there is an "official" benchmark to compare the scalability/throughput of the new connectors (APR, Grizzly, ...) and Coyote. If not, maybe it's a good time to define one. I am confident you are going to be willing to contribute rigg

Re: Tomcat Connector Benchmark

2005-07-12 Thread Peter Lin
there isn't any "official" benchmark, but there's the benchmarks I ran this year and the results. peter On 7/12/05, Vicenc Beltran Querol <[EMAIL PROTECTED]> wrote: > > Hi, > > I would like to know if there is an "official" benchmark to > compare the scalability/throughput of the new connector

Re: Tomcat Session Replication & Portlets

2005-07-09 Thread Remy Maucherat
Peter Rossbach wrote: Hey Eric, which tomcat release you use? I have change a lot inside the current 5.5 cvs head and hope your work is compatible with this changes. I thing your changes is not easy and you must reflect that other Valves and Listener must also reflect your API deprecated Cros

Re: Re: Tomcat Session Replication & Portlets

2005-07-09 Thread info
Please send all future mails at [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat Session Replication & Portlets

2005-07-09 Thread Peter Rossbach
Hey Eric, which tomcat release you use? I have change a lot inside the current 5.5 cvs head and hope your work is compatible with this changes. I thing your changes is not easy and you must reflect that other Valves and Listener must also reflect your API deprecated CrossContext feature. Why

Re: Tomcat Session Replication & Portlets

2005-07-08 Thread Eric Dalquist
Rémy, We are hoping to get this work done in short order for a client. What class are the access / endAccess methods in? Thank you, -Eric Dalquist Remy Maucherat wrote: Eric Dalquist wrote: I am prepared to do the work for this task but would like to get some feed back from the tomcat d

Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Tomcat Session Replication & Portlets

2005-07-08 Thread batkinson
I will be on holidays from July 6th to 8th. For any urgent matter, please contact Ms. Alonso at [EMAIL PROTECTED] Estaré de vacaciones del 6 al 8 de Julio. Para cualquier asunto urgente, por favor, contacten a Marito Alonso al e-mail: [EMAIL PROTECTED] Gracias --

Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Tomcat Session Replication & Portlets

2005-07-08 Thread batkinson
I will be on holidays from July 6th to 8th. For any urgent matter, please contact Ms. Alonso at [EMAIL PROTECTED] Estaré de vacaciones del 6 al 8 de Julio. Para cualquier asunto urgente, por favor, contacten a Marito Alonso al e-mail: [EMAIL PROTECTED] Gracias --

Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Tomcat Session Replication & Portlets

2005-07-08 Thread batkinson
I will be on holidays from July 6th to 8th. For any urgent matter, please contact Ms. Alonso at [EMAIL PROTECTED] Estaré de vacaciones del 6 al 8 de Julio. Para cualquier asunto urgente, por favor, contacten a Marito Alonso al e-mail: [EMAIL PROTECTED] Gracias --

Re: Re: Re: Re: Re: Re: Re: Re: Re: Tomcat Session Replication & Portlets

2005-07-08 Thread batkinson
I will be on holidays from July 6th to 8th. For any urgent matter, please contact Ms. Alonso at [EMAIL PROTECTED] Estaré de vacaciones del 6 al 8 de Julio. Para cualquier asunto urgente, por favor, contacten a Marito Alonso al e-mail: [EMAIL PROTECTED] Gracias --

Re: Re: Re: Re: Re: Re: Re: Re: Tomcat Session Replication & Portlets

2005-07-08 Thread batkinson
I will be on holidays from July 6th to 8th. For any urgent matter, please contact Ms. Alonso at [EMAIL PROTECTED] Estaré de vacaciones del 6 al 8 de Julio. Para cualquier asunto urgente, por favor, contacten a Marito Alonso al e-mail: [EMAIL PROTECTED] Gracias --

Re: Re: Re: Re: Re: Re: Re: Tomcat Session Replication & Portlets

2005-07-08 Thread batkinson
I will be on holidays from July 6th to 8th. For any urgent matter, please contact Ms. Alonso at [EMAIL PROTECTED] Estaré de vacaciones del 6 al 8 de Julio. Para cualquier asunto urgente, por favor, contacten a Marito Alonso al e-mail: [EMAIL PROTECTED] Gracias --

Re: Re: Re: Re: Re: Re: Tomcat Session Replication & Portlets

2005-07-08 Thread batkinson
I will be on holidays from July 6th to 8th. For any urgent matter, please contact Ms. Alonso at [EMAIL PROTECTED] Estaré de vacaciones del 6 al 8 de Julio. Para cualquier asunto urgente, por favor, contacten a Marito Alonso al e-mail: [EMAIL PROTECTED] Gracias --

Re: Re: Re: Re: Re: Tomcat Session Replication & Portlets

2005-07-08 Thread batkinson
I will be on holidays from July 6th to 8th. For any urgent matter, please contact Ms. Alonso at [EMAIL PROTECTED] Estaré de vacaciones del 6 al 8 de Julio. Para cualquier asunto urgente, por favor, contacten a Marito Alonso al e-mail: [EMAIL PROTECTED] Gracias --

Re: Re: Re: Re: Tomcat Session Replication & Portlets

2005-07-08 Thread batkinson
I will be on holidays from July 6th to 8th. For any urgent matter, please contact Ms. Alonso at [EMAIL PROTECTED] Estaré de vacaciones del 6 al 8 de Julio. Para cualquier asunto urgente, por favor, contacten a Marito Alonso al e-mail: [EMAIL PROTECTED] Gracias --

Re: Re: Re: Tomcat Session Replication & Portlets

2005-07-08 Thread batkinson
I will be on holidays from July 6th to 8th. For any urgent matter, please contact Ms. Alonso at [EMAIL PROTECTED] Estaré de vacaciones del 6 al 8 de Julio. Para cualquier asunto urgente, por favor, contacten a Marito Alonso al e-mail: [EMAIL PROTECTED] Gracias --

Re: Re: Tomcat Session Replication & Portlets

2005-07-08 Thread batkinson
I will be on holidays from July 6th to 8th. For any urgent matter, please contact Ms. Alonso at [EMAIL PROTECTED] Estaré de vacaciones del 6 al 8 de Julio. Para cualquier asunto urgente, por favor, contacten a Marito Alonso al e-mail: [EMAIL PROTECTED] Gracias --

Re: Tomcat Session Replication & Portlets

2005-07-08 Thread Remy Maucherat
Eric Dalquist wrote: I am prepared to do the work for this task but would like to get some feed back from the tomcat developer community on recommendations and in what way the work could be done to ensure its eventual inclusion in the tomcat codebase. We're not going to need much help here, a

Re: Tomcat 5.0 & encodeRedirectURL

2005-07-02 Thread Natasha Hasmani
Thank-you for your e-mail. Please note that i will be away from the office starting Wednesday June 29th, returning Thursday July 7th, with no access to email. In my absence, kindly contact Cheri Dueck at [EMAIL PROTECTED] Kind Regards, Natasha Hasmani Senior Event Manager --

Re: Tomcat 5.0 & encodeRedirectURL

2005-07-02 Thread Natasha Hasmani
Thank-you for your e-mail. Please note that i will be away from the office starting Wednesday June 29th, returning Thursday July 7th, with no access to email. In my absence, kindly contact Cheri Dueck at [EMAIL PROTECTED] Kind Regards, Natasha Hasmani Senior Event Manager --

Re: Tomcat on remote server

2005-06-19 Thread sai krishna
Thank you Bill, I thought I was in right place. --- "William A. Rowe, Jr." <[EMAIL PROTECTED]> wrote: > At 01:00 AM 6/20/2005, sai krishna wrote: > >Hello list, > >Is there no one to really answer my question here?? > > Nope. > > You want an appropriate users list, this list is for > the > de

Re: Tomcat on remote server

2005-06-19 Thread William A. Rowe, Jr.
At 01:00 AM 6/20/2005, sai krishna wrote: >Hello list, >Is there no one to really answer my question here?? Nope. You want an appropriate users list, this list is for the development of the Tomcat server. Please review http://jakarta.apache.org/site/mail.html Bill

Re: Tomcat on remote server

2005-06-19 Thread sai krishna
Hello list, Is there no one to really answer my question here?? --- sai krishna <[EMAIL PROTECTED]> wrote: > Hello, > Im a newbie to tomcat. > I was trying to install on a remote server. I could > install it on the localhost perfectly I can see it > when > I connect through lynx localhost:8080

Re: Tomcat native WIN32 binaries

2005-06-19 Thread Bill Barker
It looks like people.apache.org is still hosted in the US, so providing ssleay32.dll from there is likely to put the ASF in trouble with US crypto export restrictions. "Mladen Turk" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > If someone wishes to test the bleeding edge

Re: tomcat connector

2005-06-09 Thread dhay
nal Message - > From: <[EMAIL PROTECTED]> > To: "Tomcat Developers List" > Sent: Tuesday, March 22, 2005 8:16 AM > Subject: Re: tomcat connector > > > > Wow, didn't know this was possible! > > > > This will be perfect for us...except

Re: Tomcat build fails: junit

2005-06-05 Thread Marco Fister
Hi Jonathan, > First off, this is the dev-list so I don't think this is the right place > for your question. Use tomcat-user for these types of questions. After talking to #tomcat at freenode, I think it is... > First of all make sure you aren't using Ant 1.6.4 (don't know about > 1.6.5) otherwi

Re: Tomcat build fails: junit

2005-06-04 Thread Jason Brittain
Jonathan Maasland wrote: Hi Marco, First off, this is the dev-list so I don't think this is the right place for your question. Use tomcat-user for these types of questions. He sent this to the dev list because he's building it (more of a developer thing to do), as opposed to just using the re

Re: Tomcat build fails: junit

2005-06-04 Thread Jonathan Maasland
Hi Marco, First off, this is the dev-list so I don't think this is the right place for your question. Use tomcat-user for these types of questions. First of all make sure you aren't using Ant 1.6.4 (don't know about 1.6.5) otherwise you'll be running into these and other build-problems. I'm

Re: Tomcat 5 Redhat Fedora rpm question

2005-06-01 Thread Henri Gomez
Yep, for all Java RPM based stuff, jpackage.org is your friend :) 2005/6/1, Yoav Shapira <[EMAIL PROTECTED]>: > Hi, > JPackage: http://www.jpackage.org/rpm.php?id=1901. > > Yoav > > > -Original Message- > > From: Bernard [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, June 01, 2005 2:46

RE: Tomcat 5 Redhat Fedora rpm question

2005-06-01 Thread Yoav Shapira
Hi, JPackage: http://www.jpackage.org/rpm.php?id=1901. Yoav > -Original Message- > From: Bernard [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 01, 2005 2:46 AM > To: tomcat-dev@jakarta.apache.org > Subject: Tomcat 5 Redhat Fedora rpm question > > Hi, > > I am interested in packaging

Re: Tomcat build question

2005-05-26 Thread Bill Barker
This is a known bug with Ant 1.6.4. See: http://issues.apache.org/bugzilla/show_bug.cgi?id=31031 and http://issues.apache.org/bugzilla/show_bug.cgi?id=35061 The solution is to use a different version of Ant. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, May 26, 20

Re: Tomcat build question

2005-05-26 Thread Ian F. Darwin
[EMAIL PROTECTED] wrote: I am new to this list. I download the main build.xml script from http://jakarta.apache.org/tomcat/tomcat-5.5-doc/building.html and try to use ant to buld it. I got an error: build.xml:717: Cannot replace directory \usr\share\java\tomcat-deps\src\java\org\apache\tomca

Re: Tomcat performance patch (in development) to reduce concurrency...

2005-05-09 Thread Remy Maucherat
Scott Marlow wrote: Anyway, my point is that this could be a worthwhile enhancement for applications that run on Tomcat. What I don't understand yet is whether the same functionality is already in Tomcat. I should point out that some applications shouldn't limit the max number of concurrent reques

Re: Tomcat performance patch (in development) to reduce concurrency...

2005-05-05 Thread Scott Marlow
On Wed, 2005-05-04 at 16:02 +0200, Remy Maucherat wrote: > Scott Marlow wrote: > > Hi, > > > > I wonder if anyone has any feedback on a performance change that I am > > working on making. > > > > One benefit of reducing concurrency in a server application is that a > > small number of requests

Re: Tomcat performance patch (in development) to reduce concurrency...

2005-05-04 Thread Remy Maucherat
Costin Manolache wrote: Mladen Turk wrote: Costin Manolache wrote: I'm still trying to understand the APR connector, but from what I see it is still mapping one socket ( 'keep alive' connection ) per thread. No it doesn't. If the connection is keep-alive, and there is no activity for 100ms, the s

Re: Tomcat performance patch (in development) to reduce concurrency...

2005-05-04 Thread Mladen Turk
Costin Manolache wrote: Which file implements this ( the 100ms timeout and poller ) ? Poller is inside: /jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/AprEndpoint.java 100ms timeout and passing to poller is in: /jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Ht

Re: Tomcat performance patch (in development) to reduce concurrency...

2005-05-04 Thread Mladen Turk
Costin Manolache wrote: No it doesn't. If the connection is keep-alive, and there is no activity for 100ms, the socket is put in the poller, and that thread is freed. When the next data on that socket arrives, the socket is signaled and passed to the thread pool. Mladen. Sorry, I missed that. So w

Re: Tomcat performance patch (in development) to reduce concurrency...

2005-05-04 Thread Costin Manolache
Mladen Turk wrote: Costin Manolache wrote: I'm still trying to understand the APR connector, but from what I see it is still mapping one socket ( 'keep alive' connection ) per thread. No it doesn't. If the connection is keep-alive, and there is no activity for 100ms, the socket is put in the pol

Re: Tomcat performance patch (in development) to reduce concurrency...

2005-05-04 Thread Mladen Turk
Costin Manolache wrote: I'm still trying to understand the APR connector, but from what I see it is still mapping one socket ( 'keep alive' connection ) per thread. No it doesn't. If the connection is keep-alive, and there is no activity for 100ms, the socket is put in the poller, and that thread

Re: Tomcat performance patch (in development) to reduce concurrency...

2005-05-04 Thread Mladen Turk
Costin Manolache wrote: Further more I don't see how can you avoid keep-alive connection problems without using a thread-per-connection model. The point is that with 100 keep-alive connections you will still have 100 busy threads. Why ? 100 keep alive connections doesn't mean 100 active requests, i

Re: Tomcat performance patch (in development) to reduce concurrency...

2005-05-04 Thread Costin Manolache
Remy Maucherat wrote: I looked at this yesterday, and while it is a cool hack, it is not that useful anymore (and we're also not going to use the concurrent utilities in Tomcat, so it's not really an option before we require Java 5). The main issue is that due to the fact keepalive is done in bl

Re: Tomcat performance patch (in development) to reduce concurrency...

2005-05-04 Thread Costin Manolache
Mladen Turk wrote: Scott Marlow wrote: Hi, I wonder if anyone has any feedback on a performance change that I am working on making. Can you compare the performance of you code with the standard implementation when the concurrency is lower then maxThreads value? I see no point to make patches that

Re: Tomcat performance patch (in development) to reduce concurrency...

2005-05-04 Thread Mladen Turk
Scott Marlow wrote: Hi, I wonder if anyone has any feedback on a performance change that I am working on making. Can you compare the performance of you code with the standard implementation when the concurrency is lower then maxThreads value? I see no point to make patches that will deal with c

Re: Tomcat performance patch (in development) to reduce concurrency...

2005-05-04 Thread Remy Maucherat
Scott Marlow wrote: Hi, I wonder if anyone has any feedback on a performance change that I am working on making. One benefit of reducing concurrency in a server application is that a small number of requests can complete more quickly than if they had to compete against a large number of running

RE: Tomcat performance patch (in development) to reduce concurrency...

2005-05-04 Thread Yoav Shapira
Hi, Repeatable benchmarks showing a significant improvement for some use case would be appreciated (certainly) and a prerequisite (probably) for addition into this relatively core part of Tomcat. I don't think this is much different than setting the current maxThreads (and min/max Spare threads) a

Re: Tomcat 5.5.9 runs on Kaffe 1.1.5 (was Re: Tomcat and APR)

2005-04-28 Thread Jason Brittain
Remy Maucherat wrote: Jason Brittain wrote: Jason Brittain wrote: Now, Tomcat runs. I tried the JSP examples, and they work. I'll see about benchmarking it versus JDK 1.4.x and 1.5.x. :) It's really bad. APR might help a little. Surprisingly, it looked reasonable when I benchmarked it today. He

Re: Tomcat 5.5.9 runs on Kaffe 1.1.5 (was Re: Tomcat and APR)

2005-04-28 Thread Remy Maucherat
Jason Brittain wrote: Jason Brittain wrote: Remy Maucherat wrote: Jason Brittain wrote: "This release of Apache Tomcat was packaged to run on J2SE 5.0 or later. It can be run on earlier JVMs by downloading and installing a compatibility package from the Apache Tomcat binary download page." means JM

Tomcat 5.5.9 runs on Kaffe 1.1.5 (was Re: Tomcat and APR)

2005-04-28 Thread Jason Brittain
Jason Brittain wrote: Remy Maucherat wrote: Jason Brittain wrote: "This release of Apache Tomcat was packaged to run on J2SE 5.0 or later. It can be run on earlier JVMs by downloading and installing a compatibility package from the Apache Tomcat binary download page." means JMX wasn't found, that's

Re: Tomcat and APR

2005-04-25 Thread Jason Brittain
Remy Maucherat wrote: Jason Brittain wrote: "This release of Apache Tomcat was packaged to run on J2SE 5.0 or later. It can be run on earlier JVMs by downloading and installing a compatibility package from the Apache Tomcat binary download page." means JMX wasn't found, that's all. Yes. I did: [EMA

Re: Tomcat and APR

2005-04-25 Thread Remy Maucherat
Jason Brittain wrote: "This release of Apache Tomcat was packaged to run on J2SE 5.0 or later. It can be run on earlier JVMs by downloading and installing a compatibility package from the Apache Tomcat binary download page." means JMX wasn't found, that's all. Yes. I did: [EMAIL PROTECTED] jakarta-

Re: Tomcat and APR

2005-04-25 Thread Jason Brittain
Remy Maucherat wrote: Jason Brittain wrote: You must not have read the paragraph in my last email that said: "... And, this is *with* Tomcat's compat package installed properly." Maybe there's a regression. It used to work long before 1.1.5 anyway, I'm curious to know which version of Tomcat ran l

Re: Tomcat and APR

2005-04-25 Thread Remy Maucherat
Jason Brittain wrote: You must not have read the paragraph in my last email that said: "... And, this is *with* Tomcat's compat package installed properly." Maybe there's a regression. It used to work long before 1.1.5 anyway, but it could be that the classpath generation using the manifest from

Re: Tomcat and APR

2005-04-25 Thread Jason Brittain
Remy Maucherat wrote: Jason Brittain wrote: Nope: [EMAIL PROTECTED] jakarta-tomcat-5.5.9]# bin/catalina.sh start Using CATALINA_BASE: /home/jbrittain/jakarta-tomcat-5.5.9 Using CATALINA_HOME: /home/jbrittain/jakarta-tomcat-5.5.9 Using CATALINA_TMPDIR: /home/jbrittain/jakarta-tomcat-5.5.9/temp U

Re: Tomcat and APR

2005-04-25 Thread Remy Maucherat
Jason Brittain wrote: Nope: [EMAIL PROTECTED] jakarta-tomcat-5.5.9]# bin/catalina.sh start Using CATALINA_BASE: /home/jbrittain/jakarta-tomcat-5.5.9 Using CATALINA_HOME: /home/jbrittain/jakarta-tomcat-5.5.9 Using CATALINA_TMPDIR: /home/jbrittain/jakarta-tomcat-5.5.9/temp Using JRE_HOME: /

Re: Tomcat and APR

2005-04-25 Thread Jason Brittain
Remy Maucherat wrote: Jason Brittain wrote: Remy Maucherat wrote: This has been hinted for a while ;) The purpose of this email is to propose using APR (Apache Portable Runtime) as the network IO used by Tomcat, instead of the JVM's IO. [snip] Which will allow: [snip] - (likely) better performance

Re: Tomcat and APR

2005-04-25 Thread Remy Maucherat
Jason Brittain wrote: Remy Maucherat wrote: This has been hinted for a while ;) The purpose of this email is to propose using APR (Apache Portable Runtime) as the network IO used by Tomcat, instead of the JVM's IO. [snip] Which will allow: [snip] - (likely) better performance and reliability on fre

Re: Tomcat and APR

2005-04-25 Thread Jason Brittain
Remy Maucherat wrote: This has been hinted for a while ;) The purpose of this email is to propose using APR (Apache Portable Runtime) as the network IO used by Tomcat, instead of the JVM's IO. [snip] Which will allow: [snip] - (likely) better performance and reliability on free JVMs This sounds as

Re: Tomcat/APR benchmark results

2005-04-22 Thread Remy Maucherat
Mladen Turk wrote: Hi, Here are the brief results for Tomcat HEAD: Server Threads Pause (ms) Error(%) Rate (req/sec) Apache2.0.49500 1000 1.74 124.2 Http11Protocol 500 1000 0.20 139.5 Http11AprProtocol 500 1000 0.00 266.9 Tests has

Re: Tomcat/APR benchmark results

2005-04-21 Thread Mladen Turk
Jess Holle wrote: Would we expect anything markedly different with Apache 2 worker rather than prefork? No. Also I found that the majority of users is usig prefork because of PHP. This would seem a bit more of an apples-to-apples comparison (i.e. comparing multi-threaded low-process count server

Re: Tomcat/APR benchmark results

2005-04-21 Thread Peter Lin
I'll try running the same jmeter test plan on apache2 this weekend, but I'm guessing the difference will be minimal. based on the results for the static file benchmarks, the delta between 1.3.x and 2.x wasn't significant. I think those numbers are in the excel spreadsheet I posted http://people.a

Re: Tomcat/APR benchmark results

2005-04-21 Thread Jess Holle
Would we expect anything markedly different with Apache 2 worker rather than prefork? This would seem a bit more of an apples-to-apples comparison (i.e. comparing multi-threaded low-process count servers). Also how many simultaneous workers (threads/processes/whatever) were allowewd in each c

Re: Tomcat/APR benchmark results

2005-04-21 Thread Peter Lin
I'll be using my AMD 2ghz linux box running Fedora Core1. haven't updated to FC3 yet, though remy keeps suggesting I upgrade :) peter On 4/21/05, Mladen Turk <[EMAIL PROTECTED]> wrote: > Peter Lin wrote: > > Cool. I assume you were finally able to my test plan mladen? > > Yes. I've run them ex

Re: Tomcat/APR benchmark results

2005-04-21 Thread Mladen Turk
Peter Lin wrote: Cool. I assume you were finally able to my test plan mladen? Yes. I've run them extensively, thanks for sharing those. Been playing with the constant timer, number of threads, etc... Results show that for high number of connections the APR implementation is way ahead of any other.

Re: Tomcat/APR benchmark results

2005-04-21 Thread Peter Lin
Cool. I assume you were finally able to my test plan mladen? I plan to run the benchmarks on my system this weekend, not that my laptop is healthy. peter On 4/21/05, Mladen Turk <[EMAIL PROTECTED]> wrote: > Hi, > > Here are the brief results for Tomcat HEAD: > > Server Threads Pause

Re: Tomcat and APR

2005-04-16 Thread Remy Maucherat
Mladen Turk wrote: Peter Lin wrote: I've done testing on SLES9/64 with JDK5 and current apr release from apache (apr-1.1.1). The performance is equal or APR is slightly faster, but what's more important is the scalability for keep-alive connections. Now you can have hundreds of keep-alive connectio

Re: Tomcat and APR

2005-04-16 Thread Peter Rossbach
At last week I use very successfull the httperf load tool to simulate sessions request. With httperf you can generate high load and it is easy to configure. You can configure think time between requests. But with session handling on, we see some corrupted requests. http://www.hpl.hp.com/personal

Re: Tomcat and APR

2005-04-15 Thread Mladen Turk
Peter Lin wrote: yeah, I can do that. ... I assume if i grab the nightly for 5.5.x and APR1.1.x I should be ready to go. In the event I need some assistance, you going to be around Mladen :) ? Well, not at the midnight like your post was, but I'm sure it wasn't a midnight at your time zone :). I'

Re: Tomcat and APR

2005-04-15 Thread Peter Lin
yeah, I can do that. ... I assume if i grab the nightly for 5.5.x and APR1.1.x I should be ready to go. In the event I need some assistance, you going to be around Mladen :) ? peter lin On 4/15/05, Remy Maucherat <[EMAIL PROTECTED]> wrote: > Peter Lin wrote: > > I'll wait until that's fixed an

Re: Tomcat and APR

2005-04-15 Thread Remy Maucherat
Peter Lin wrote: I'll wait until that's fixed and then run the full set of benchmarks. that way we'll have direct comparison. All right, the performance is now more or less decent, and polling seems to work. You can try testing it :) Mladen recommends APR 1.1. Rémy ---

Re: Tomcat and APR

2005-04-15 Thread jean-frederic clere
Henri Gomez wrote: I've got no problem with APR stability but availability in the correct version for some OS, ie iSeries or ... BS2000 :) Right there is also the thread libraries APR should use the same the JMV is using (no always easy to find). On 4/15/05, jean-frederic clere <[EMAIL PROTECTED]

Re: Tomcat and APR

2005-04-15 Thread Henri Gomez
I've got no problem with APR stability but availability in the correct version for some OS, ie iSeries or ... BS2000 :) On 4/15/05, jean-frederic clere <[EMAIL PROTECTED]> wrote: > Henri Gomez wrote: > > Well I've no problems with using APR if we could still use a pure Java > > implementation. > >

Re: Tomcat and APR

2005-04-15 Thread jean-frederic clere
Henri Gomez wrote: Well I've no problems with using APR if we could still use a pure Java implementation. Some may not have APR on their boxes, or an incorrect version of APR, or an invalid APR configuration (ie not multi-threaded). Remember mod_webapp and the reasons why it failed, ie too many peo

Re: Tomcat and APR

2005-04-15 Thread Henri Gomez
Well I've no problems with using APR if we could still use a pure Java implementation. Some may not have APR on their boxes, or an incorrect version of APR, or an invalid APR configuration (ie not multi-threaded). Remember mod_webapp and the reasons why it failed, ie too many peoples couldn't get

RE: Tomcat and APR

2005-04-14 Thread Yoav Shapira
Hi, > Apologies if I missed it, but I've seen responses to Yoav's and Peter's > posts, > but I have yet to see anything about Jess' NIO question. Since I agree > with his > observations, I was wondering if a reponse was in the works? (I assume > it'll say > something like, "Yes, a Java NIO soluti

Re: Tomcat and APR

2005-04-14 Thread Peter Lin
I'll wait until that's fixed and then run the full set of benchmarks. that way we'll have direct comparison. peter On 4/14/05, Remy Maucherat <[EMAIL PROTECTED]> wrote: > Peter Lin wrote: > > if I have time this weekend, I'll try to run the same benchmarks on > > the latest code. > > > > is it

Re: Tomcat and APR

2005-04-14 Thread Remy Maucherat
Jess Holle wrote: Overall this seems well and good as long as this is not the default in 5.5 (i.e. by default Tomcat should be pure Java and run anywhere with a good JVM without native code). To play devil's advocate for a moment, however, would use of Java NIO potentially make more sense for T

RE: Tomcat and APR

2005-04-14 Thread Jay Burgess
, April 14, 2005 1:53 PM To: Tomcat Developers List Subject: Re: Tomcat and APR Peter Lin wrote: > if I have time this weekend, I'll try to run the same benchmarks on > the latest code. > > is it included in the nightly build? if not, can someone post a build > for me to benchmark on

Re: Tomcat and APR

2005-04-14 Thread Remy Maucherat
Peter Lin wrote: if I have time this weekend, I'll try to run the same benchmarks on the latest code. is it included in the nightly build? if not, can someone post a build for me to benchmark on my system? We're going to have to resolve the issue I mentioned with keepalive before doing serious ben

Re: Tomcat and APR

2005-04-14 Thread Peter Lin
if I have time this weekend, I'll try to run the same benchmarks on the latest code. is it included in the nightly build? if not, can someone post a build for me to benchmark on my system? peter On 4/14/05, Remy Maucherat <[EMAIL PROTECTED]> wrote: > Hi, > > This has been hinted for a while ;)

Re: Tomcat and APR

2005-04-14 Thread Remy Maucherat
Yoav Shapira wrote: Hi, The implementation would be an alternate endpoint implementation, replacing PoolTcpEndpoint. Alternate HTTP/1.1 processor and socket channel (for AJP) will be provided. Development required is actually fairly small (significant testing will be required, however). I didn't do

  1   2   3   4   5   6   7   8   9   10   >