Re: Some JK2 ideas

2004-07-16 Thread Endre Stølsvik
On Wed, 14 Jul 2004, Jess Holle wrote: | | >>Using a modular multi-XML-file approach does not pollute the | >>result with any additional server-specific or Tomcat-specific | >>baggage. It just makes management and automated | >>configuration/installation much more workable. | >> | >> | >In contra

Re: Some JK2 ideas

2004-07-16 Thread Endre Stølsvik
On Thu, 15 Jul 2004, jean-frederic clere wrote: | > | > | > 2. workers2.properties -> workers2.xml using apr_utils xml support. | > Get rid of 'assumed' properties like figuring out the context from url. | > Get rid of copying mappings from 'default' to virtual hosts. | > Of course, it would requi

Re: [5.next] Progress

2004-07-16 Thread Endre Stølsvik
On Thu, 15 Jul 2004, Remy Maucherat wrote: | Jess Holle wrote: | > Just a note: | > | > Please allow the anti-locking stuff to be skipped on Windows as well. | > [Some of us value performance over deployment convenience.] | | Yes, of course. In production, many people don't use hot deployment (it

Re: why is jk_registry.h in ./jk/native2/common? /2

2004-06-15 Thread Endre Stølsvik
On Tue, 15 Jun 2004, Kurt Miller wrote: | From: "Günter Knauf" <[EMAIL PROTECTED]> | > [X ] dont know | | If moving the file loses its CVS history it may be a good reason | for it to stay put. Ehh - no, that's a really bad reason. It will get a "new" history -from there on-, but it will still ha

Re: HTTP 1.1 Connector - Bye bye?

2004-05-19 Thread Endre Stølsvik
- | To unsubscribe, e-mail: [EMAIL PROTECTED] | For additional commands, e-mail: [EMAIL PROTECTED] | -- Mvh, Endre Stølsvik M[+47 93054050] F[+47 51625182] Developer @ CoreTrek AS - http://w

Re: Next release

2004-05-18 Thread Endre Stølsvik
ng, that would continously try to connect to the Tomcat process and get the "I'm up and running with all the initial webapps" acknowledgements. This would enable a startup script to first fire off a java-process with Tomcat -in the background-, then immediately afterwards fi

RE: [5.0.23] Tag at the end of the week ?

2004-04-30 Thread Endre Stølsvik
On Fri, 30 Apr 2004, Shapira, Yoav wrote: | | Hi, The plan for the next couple of builds sounds fine. There's | probably more interest in the JK fixes than anything else at this point. | | Endre, welcome to the list. I hope you don't have a log4j TRACE level | type issue with tomcat? ;) Oh, tha

Re: [5.0.23] Tag at the end of the week ?

2004-04-30 Thread Endre Stølsvik
ttp://phrases.shu.ac.uk/bulletin_board/22/messages/537.html http://www.theanswerbank.co.uk/DisplayAnswers.go?question_id=22064&category_id=12&index=13 -- Mvh, Endre Stølsvik M[+47 93054050] F[+47 51625182] Developer @ CoreTrek AS - http://www.coretrek.com/ CoreTrek corporate p

Re: 5.next + 4.1.x future

2003-12-18 Thread Endre Stølsvik
een implemented now. This suggestion here is something along the same lines - the whole idea is to reduce the real CPU time spent in context switches - a context switch isn't just the registers and memory maps, it is also flushing of the CPU's Lx cac

Re: [PROPOSAL] Distributing the .jar files as binaries in release

2003-03-24 Thread Endre Stølsvik
at version is simply a tag on the "slice" of its components. -- Mvh, Endre Stølsvik M[+47 93054050] F[+47 51625182] Developer @ CoreTrek AS - http://www.coretrek.com/ CoreTrek corporate portal / EIP - http://www.corelets.com/ ---

Re: [4.1.23] Deprecating mod_webapp

2003-03-20 Thread Endre Stølsvik
e and Tomcat instead?? | To do otherwise is not compliant with the spec. A specification is like | a map through a mine field. You must do precisely what it says, without | expansion, or interpolation. Thanks for elaborating on spec. interpretation. -- Mvh, Endre Stølsvik M[+47 93

Re: [4.1.23] Deprecating mod_webapp

2003-03-19 Thread Endre Stølsvik
s that could be avoided.. If the mod_webapp served static requests, but honored the web.xml file _completly_, then it would be great, right? -- Mvh, Endre Stølsvik M[+47 93054050] F[+47 51625182] Developer @ CoreTrek AS - http://www.coretrek.com/ CoreTrek corporate porta

Re: [5.0] Refactoring Bootstrap and BootstrapService

2002-11-08 Thread Endre Stølsvik
and then _waits_ until catalina replies with "all shutdown procedures finished", then both processes terminate. .. or, this might already been implemented. I wouldn't know, I only remeber that this has annoyed me very much in both 3.2 and 4.0.. -- Mvh, Endre Stølsvik

Re: JK versions

2001-12-03 Thread Endre Stølsvik
On Mon, 3 Dec 2001, GOMEZ Henri wrote: | - And may be start to think about creating web pages | for J-T-C A small webpage with something like "download mod_jk" on it would do the trick for now! Anything is better than nothing! And a link to it from the Tomcat webpages would really be something

Re: [TC4] How to know when tomcat is properly shut down?

2001-11-28 Thread Endre Stølsvik
On Thu, 29 Nov 2001, Mika Goeckel wrote: | Hi, | | on a unix system, you could do something like | | if ps -efwww | grep "org.apache.catalina.startup.Bootstrap" | grep -vc | "grep" >/dev/null; | then echo "yes"; | else echo "no"; | fi | | the second grep is because grep might find it's own comman

Re: [VOTE] Tomcat 4.0.2 Release Plan

2001-11-28 Thread Endre Stølsvik
On Wed, 28 Nov 2001, GOMEZ Henri wrote: | What about mod_webapp SNAPSHOT for this release ? Yes, PLEASE do so. I hate this stuff. It's awful. I'm trying to compile, to get this stuff to work, but I don't know if I'm getting the right stuff, just checking it out from the CVS and all.. A "release

[TC4] How to know when tomcat is properly shut down?

2001-11-28 Thread Endre Stølsvik
This did not get answered the first time, so I'll try again!! Better luck this time? Please?? -- Mvh, Endre -- Forwarded message -- Date: Wed, 21 Nov 2001 09:10:54 +0100 (MET) From: Endre Stølsvik <[EMAIL PROTECTED]> Reply-To: Tomcat Developers List <[EMAIL

[tc4] Warp-connector reinitializing webapps

2001-11-28 Thread Endre Stølsvik
This won't ever be answered on the user list, so I hope for some replies here..: When I start apace after starting tomcat, the webapp I defined in httpd.conf is getting initialized, even though it already got initialized from the standalone connector.. This is part of my server.xml file:

[TC4] How to know when tomcat is properly shut down? (fwd)

2001-11-21 Thread Endre Stølsvik
Since nobody answered on tomcat-user, I'll just forward this one here (since I think it actually belongs here in the first place..) -- Forwarded message -- Date: Tue, 20 Nov 2001 18:14:20 +0100 (MET) From: Endre Stølsvik <[EMAIL PROTECTED]> Reply-To: Tomcat Users L

Re: Where IS mod_webapp ??

2001-11-20 Thread Endre Stølsvik
On Tue, 20 Nov 2001, Chad Johnson wrote: | The WebApp Module has a little webpage. Take a look here. | | http://nagoya.apache.org/~pier/ Thanks! But I'd also like a more "stable" release. How do I get that? - And this is *WAY* underdocumented!! | - Original Message -

mod_warp not in distribution:

2001-11-20 Thread Endre Stølsvik
from: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/ RELESE NOTES [ -- cut -- ] - Tomcat 4.0 and Apache: - The binary distribution for Tomcat 4.0 includes the most recent stable ^^ WHE

Re: [VOTE] Change the order of releases mentioned on the TC web page

2001-11-19 Thread Endre Stølsvik
On Mon, 19 Nov 2001, Bojan Smojver wrote: | Tomcat web page (http://jakarta.apache.org/tomcat/) currently lists the | releases in the order from the oldest to the newest in the description | section. | | I propose those are listed in the more natural order, from the newest to | the oldest (i.e. T

[TC3.2.3] Hang when using few http-threads.

2001-10-31 Thread Endre Stølsvik
I'm experiencing hangs when testing out a application with tomcat 3.2.3 on Sun's JRE 1.3.1_01 running on a Intel 733MHz Redhat 7.1 stock kernel, using only 2 PoolTcpConnector HTTP (min/max spare = 0) connections, but with 150 clients, really hassling the server. The server hangs for quite some

Re: TC4 base dir

2001-08-27 Thread Endre Stølsvik
On Fri, 24 Aug 2001, Craig R. McClanahan wrote: | > > > That's cool about the server.xml file, and you can do the individual | > > > elements, as you said (logger, default valve's logger for access, | > > > etc.) but what I'm wondering about is if there's anything analogous to | > > > changing th

Re: Plans for Tomcat 3.2.3 and later

2001-06-14 Thread Endre Stølsvik
On Thu, 14 Jun 2001 [EMAIL PROTECTED] wrote: | +0 - most of my time will be split between jasper34 and tomcat33 ( and a | bit j-t-c, after jasper34 stabilize a bit ). How's 3.3 doing, Costin? -- Mvh, Endre

Re: [PATCH PersistentManager.java] Patch to get the Max Idle Backupworking

2001-04-09 Thread Endre Stølsvik
Just wanted to comment that apparently one of the existing lines in that LocalStrings thingy have a typo: On Mon, 9 Apr 2001, Bip Thelin wrote: | Index: LocalStrings.properties | === | RCS file: |/home/cvspublic/jakarta-tomcat-4.0

[tc33] Errors following errors..

2001-03-22 Thread Endre Stølsvik
I've stumbled across this in the b1, and it caught me again now, trying the b2. It seems strongly to me that if tomcat3.3 gets and error (failing to supply a file or whatever it is), it will start giving very strange results afterwards when supplying files. Maybe that one thread is f, or whate

[tc33] randomClass not honoured?

2001-03-22 Thread Endre Stølsvik
[tomcat 3.3 b2] I have this in my tomcat.conf But it still take a age or two to start a session. Any clues? It doesn't mention anything about this in the log file, should it? (nb: ##BLAH## is replaced by some sense by a .sh script) -- Mvh, Endre

Re: http 1.0 timeout patch

2001-03-21 Thread Endre Stølsvik
On Wed, 21 Mar 2001 [EMAIL PROTECTED] wrote: | What about 33 sec. ? It matches the version :-) | | ( seriously - does the HTTP spec have any number ? If not, can we use | whatever apache is using ? ) | | In any case - 300s is better than no timeout - and if it's too much we can | reduce it later

Re: Proposed ApacheConfig.java change

2001-03-05 Thread Endre Stølsvik
On Sat, 3 Mar 2001 [EMAIL PROTECTED] wrote: | > Costin, | > | > I would strongly vote for turning the auto-config back on by default for the | > following reasons (other than the fact that I explicity turned it back on | > when Keith fixed the ApacheConfig class): | | You don't need a "strong" vo

Small little "bug" in default web.xml

2001-03-02 Thread Endre Stølsvik
30 that's -minutes-, right? -- Mvh, Endre - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Servlet ClassLoader

2001-02-04 Thread Endre Stølsvik
On Fri, 2 Feb 2001, Craig R. McClanahan wrote: | > > -Original Message- | > > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] | > >* Java asked the webapp class loader to find the | > > controller servlet class | > >* The webapp class loader did not find the class | > > so it deleg