Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 24218 invoked from network); 16 Oct 1999 16:31:18 -0000 Received: from mercury.sun.com (192.9.25.1) by apache.org with SMTP; 16 Oct 1999 16:31:18 -0000 Received: from engmail2.Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id JAA13022 for ; Sat, 16 Oct 1999 09:31:17 -0700 (PDT) From: costin@eng.sun.com Received: from eng.sun.com (hobo123.EBay.Sun.COM [129.150.99.123]) by engmail2.Eng.Sun.COM (8.9.1b+Sun/8.9.1/ENSMAIL,v1.6) with ESMTP id JAA06888 for ; Sat, 16 Oct 1999 09:31:16 -0700 (PDT) Sender: costin@engmail2.Eng.Sun.COM Message-ID: <3808A961.8F7C1218@eng.sun.com> Date: Sat, 16 Oct 1999 16:35:45 +0000 X-Mailer: Mozilla 4.51 [en] (X11; U; Linux 2.2.5-15 i686) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-dev@jakarta.apache.org Subject: Re: cvs commit: jakarta-tomcat TODO References: <19991015233504.9723.qmail@hyperreal.org> <380889E0.4E797BAB@apache.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > > > * Possibly experiment with XDR to replace AJP as a TCP connector > > protocol. > > What's this XDR? A protocol similar with AJP. It's one of the oldest wire protocols, used mostly in NFS ( right now there is a kernel-based implementation for Linux, and very fast implementations in all OS ). It is used for RPC also. It doesn't have all the overhead of IIOP - but it's more complex than AJP. > * Port JServ extended logging ability. This is _way_ useful for Yes! Regarding configuration/monitoring - a web based interface would be great ( maybe in form of independent servlets/JSP pages ). If we'll really integrate tomcat with Apache, it would be nice to also support apache monitoring and control - it's much easier to do it in Servlets/JPS than in C :-) Costin