Re: [VOTE] Tomcat modules

2002-12-09 Thread Henri Gomez
Remy Maucherat wrote: Hi, I plan to reorganize the jakarta-tomcat-catalina repository as follows: - catalina folder: Catalina core; this depends on the servlet API - modules folders: Optional functionality and modules (one example is clustering), but which depends on the Catalina API; this does

Re: [VOTE] Tomcat modules

2002-12-06 Thread Glenn Nielsen
+1 Remy Maucherat wrote: Costin Manolache wrote: Remy Maucherat wrote: Hi, I plan to reorganize the jakarta-tomcat-catalina repository as follows: - catalina folder: Catalina core; this depends on the servlet API - modules folders: Optional functionality and modules (one example is clusteri

Re: [VOTE] Tomcat modules

2002-12-05 Thread Craig R. McClanahan
On Thu, 5 Dec 2002, Remy Maucherat wrote: > > Ok, so to paraphrase: > - Catalina core: stays in j-t-catalina/catalina > - Modules which use the Catalina API: j-t-catalina/modules (or by > component name, like j-t-catalina/cluster ?) Or maybe j-t-catalina/modules/cluster so that the individual m

Re: [VOTE] Tomcat modules

2002-12-05 Thread Costin Manolache
Remy Maucherat wrote: > Costin Manolache wrote: >> Remy Maucherat wrote: >> >> >>>Hi, >>> >>>I plan to reorganize the jakarta-tomcat-catalina repository as follows: >>>- catalina folder: Catalina core; this depends on the servlet API >>>- modules folders: Optional functionality and modules (one

Re: [VOTE] Tomcat modules

2002-12-05 Thread Remy Maucherat
Costin Manolache wrote: Remy Maucherat wrote: Hi, I plan to reorganize the jakarta-tomcat-catalina repository as follows: - catalina folder: Catalina core; this depends on the servlet API - modules folders: Optional functionality and modules (one example is clustering), but which depends on th

Re: [VOTE] Tomcat modules

2002-12-05 Thread Jeanfrancois Arcand
Remy Maucherat wrote: +1 [X ] -1 [ ] Remy I like the idea of having j-t-module, because it's look like jakarta-commons. But j-t-connector is fine for now. -- Jeanfrancois -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [VOTE] Tomcat modules

2002-12-05 Thread Costin Manolache
Remy Maucherat wrote: > Hi, > > I plan to reorganize the jakarta-tomcat-catalina repository as follows: > - catalina folder: Catalina core; this depends on the servlet API > - modules folders: Optional functionality and modules (one example is > clustering), but which depends on the Catalina API;

[VOTE] Tomcat modules

2002-12-05 Thread Remy Maucherat
Hi, I plan to reorganize the jakarta-tomcat-catalina repository as follows: - catalina folder: Catalina core; this depends on the servlet API - modules folders: Optional functionality and modules (one example is clustering), but which depends on the Catalina API; this does not directly depend on