> > Catch me if I'm wrong, but currently j-t-c is dependent on tomcat > code, right? I make this statement without having actually looked at > the code for the connectors. I'm going by recent discussions about > how an API change in Catalina broke the build for a connector. >
some very small parts of jtc are dependent on tomcat. these are the adapters/connectors for tomcat. much of what is in jtc is totally tomcat-agnostic, and is buildable without tomcat. personally, i believe the adapters/connectors for each servlet container (tomcat3, tomcat4, perhaps jetty someday) should exist in the container module, and the container modules should depend on jtc, not the other way around. just my $0.02. -kevin. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>