Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 62845 invoked from network); 3 Aug 2007 20:26:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Aug 2007 20:26:44 -0000 Received: (qmail 77906 invoked by uid 500); 3 Aug 2007 20:26:44 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 77858 invoked by uid 500); 3 Aug 2007 20:26:44 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 77847 invoked by uid 99); 3 Aug 2007 20:26:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2007 13:26:44 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2007 20:26:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9E92E1A981A; Fri, 3 Aug 2007 13:26:21 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r562574 - in /geronimo/server/trunk/applications/console/geronimo-console-framework/src/main/webapp: login.jsp loginerror.jsp Date: Fri, 03 Aug 2007 20:26:21 -0000 To: scm@geronimo.apache.org From: gawor@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070803202621.9E92E1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gawor Date: Fri Aug 3 13:26:20 2007 New Revision: 562574 URL: http://svn.apache.org/viewvc?view=rev&rev=562574 Log: added axis, axis2, and cxf to the list of components displayed in the console Modified: geronimo/server/trunk/applications/console/geronimo-console-framework/src/main/webapp/login.jsp geronimo/server/trunk/applications/console/geronimo-console-framework/src/main/webapp/loginerror.jsp Modified: geronimo/server/trunk/applications/console/geronimo-console-framework/src/main/webapp/login.jsp URL: http://svn.apache.org/viewvc/geronimo/server/trunk/applications/console/geronimo-console-framework/src/main/webapp/login.jsp?view=diff&rev=562574&r1=562573&r2=562574 ============================================================================== --- geronimo/server/trunk/applications/console/geronimo-console-framework/src/main/webapp/login.jsp (original) +++ geronimo/server/trunk/applications/console/geronimo-console-framework/src/main/webapp/login.jsp Fri Aug 3 13:26:20 2007 @@ -145,6 +145,9 @@   •  Web server and servlet engine (Tomcat)
  •  Web server and servlet engine (Jetty)
  •  JSP compiler (Jasper)
+   •  JAX-RPC Web Services engine (Apache Axis)
+   •  JAX-WS Web Services engine (Apache Axis2)
+   •  JAX-WS Web Services engine (Apache CXF)
  •  Relational database (Apache Derby)
  •  Messaging (ActiveMQ)
  •  User management services
Modified: geronimo/server/trunk/applications/console/geronimo-console-framework/src/main/webapp/loginerror.jsp URL: http://svn.apache.org/viewvc/geronimo/server/trunk/applications/console/geronimo-console-framework/src/main/webapp/loginerror.jsp?view=diff&rev=562574&r1=562573&r2=562574 ============================================================================== --- geronimo/server/trunk/applications/console/geronimo-console-framework/src/main/webapp/loginerror.jsp (original) +++ geronimo/server/trunk/applications/console/geronimo-console-framework/src/main/webapp/loginerror.jsp Fri Aug 3 13:26:20 2007 @@ -138,6 +138,9 @@   •  Web server and servlet engine (Tomcat)
  •  Web server and servlet engine (Jetty)
  •  JSP compiler (Jasper)
+   •  JAX-RPC Web Services engine (Apache Axis)
+   •  JAX-WS Web Services engine (Apache Axis2)
+   •  JAX-WS Web Services engine (Apache CXF)
  •  Relational database (Apache Derby)
  •  Messaging (ActiveMQ)
  •  User management services