107 messages in org.apache.communityRe: Rules for Revolutionaries
FromSent OnAttachments
57 earlier messages
Stefano MazzocchiNov 9, 2002 12:32 pm 
James Duncan DavidsonNov 9, 2002 3:29 pm 
James Duncan DavidsonNov 9, 2002 3:37 pm 
Chuck MurckoNov 9, 2002 6:07 pm 
Rodent of Unusual SizeNov 10, 2002 5:29 am 
Ceki GülcüNov 10, 2002 6:21 am 
James Duncan DavidsonNov 10, 2002 9:14 am 
Stefano MazzocchiNov 11, 2002 7:05 pm 
Stephen McConnellNov 11, 2002 7:26 pm 
Sam RubyNov 11, 2002 7:41 pm 
Jeff TurnerNov 11, 2002 7:42 pm 
Stephen McConnellNov 11, 2002 7:43 pm 
Ovidiu PredescuNov 11, 2002 9:34 pm 
Ovidiu PredescuNov 11, 2002 9:35 pm 
Sam RubyNov 11, 2002 9:50 pm 
Jeff TurnerNov 11, 2002 11:17 pm 
Andrew C. OliverNov 12, 2002 7:18 am 
Stefano MazzocchiNov 12, 2002 7:24 am 
Martin van den BemtNov 12, 2002 8:18 am 
Joe SchaeferNov 12, 2002 8:19 am 
Jeff TurnerNov 12, 2002 8:20 am 
Andrew C. OliverNov 12, 2002 8:28 am 
Henri YandellNov 12, 2002 8:41 am 
Costin ManolacheNov 12, 2002 9:57 am 
Costin ManolacheNov 12, 2002 10:14 am 
Craig R. McClanahanNov 12, 2002 11:38 am 
Andrew C. OliverNov 12, 2002 12:18 pm 
Glenn NielsenNov 12, 2002 7:04 pm 
Stephen McConnellNov 13, 2002 2:23 am 
Rodent of Unusual SizeNov 13, 2002 3:49 am 
Rodent of Unusual SizeNov 13, 2002 3:55 am 
Rodent of Unusual SizeNov 13, 2002 4:02 am 
Rodent of Unusual SizeNov 13, 2002 4:20 am 
Stephen McConnellNov 13, 2002 4:20 am 
Stefano MazzocchiNov 13, 2002 6:44 am 
Joe SchaeferNov 13, 2002 7:37 am 
Rodent of Unusual SizeNov 13, 2002 8:49 am 
Costin ManolacheNov 13, 2002 10:01 am 
Rodent of Unusual SizeNov 13, 2002 10:15 am 
Sam RubyNov 13, 2002 11:16 am 
Stefano MazzocchiNov 13, 2002 11:44 am 
Costin ManolacheNov 13, 2002 12:10 pm 
Rodent of Unusual SizeNov 13, 2002 5:37 pm 
Roy T. FieldingNov 14, 2002 9:54 am 
Daniel RallNov 15, 2002 2:44 pm 
Sam RubyNov 15, 2002 7:28 pm 
Andrew C. OliverNov 15, 2002 8:09 pm 
Henri GomezNov 18, 2002 9:56 am 
Henri GomezNov 18, 2002 10:00 am 
Henri GomezNov 18, 2002 11:26 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Rules for RevolutionariesActions...
From:Henri Gomez (hgo@apache.org)
Date:Nov 18, 2002 11:26:02 pm
List:org.apache.community

Jeff Turner wrote:

On Tue, Nov 12, 2002 at 04:05:24AM +0100, Stefano Mazzocchi wrote: ...

I still disagree. The rules of revolutionaries *MUST* (I repeat *MUST*!!!) protect the identity of the project more than they protect the freedom of innovation of the single developers.

More than anything else, the fact that two different codebases were *released* with the same name at the same time, pissed many people off (myself included) and created a lot of problems in the users.

Like? How many users do you see complaining because they have a choice?

Personally, I find Tomcat 4's startup time is too slow for Forrest/Cocoon development, so if it wasn't for 3.3.x, I'd be using Resin or Jetty.

You could speed up TC 4 startup time by :

1) comments mbeans support in top of server.xml :

<!--

<Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" debug="0"/> <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" debug="0"/>

-->

2) Remove the admin and manager webapps which also take some time to initialize.

Regards.