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

[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

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; this

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

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 example is

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