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 4679 invoked by uid 500); 10 Feb 2001 16:53:16 -0000 Delivered-To: apmail-jakarta-tomcat-cvs@apache.org Received: (qmail 4676 invoked by uid 1052); 10 Feb 2001 16:53:15 -0000 Date: 10 Feb 2001 16:53:15 -0000 Message-ID: <20010210165315.4675.qmail@apache.org> From: costin@apache.org To: jakarta-tomcat-cvs@apache.org Subject: cvs commit: jakarta-tomcat/src/etc apps-127.0.0.1.xml apps-admin.xml apps-examples.xml server.xml server1.xml costin 01/02/10 08:53:15 Modified: src/etc server.xml Added: src/etc apps-127.0.0.1.xml apps-admin.xml apps-examples.xml Removed: src/etc server1.xml Log: Use the new syntax in the default server.xml. Separate files for context definitions. ( again, everything that worked before is till working, the only difference is that you have a simpler syntax and you don't have to change server.xml and add your applications every time you upgrade - the app files are separated ) Revision Changes Path 1.70 +72 -181 jakarta-tomcat/src/etc/server.xml Index: server.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/etc/server.xml,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- server.xml 2001/02/07 04:23:57 1.69 +++ server.xml 2001/02/10 16:53:15 1.70 @@ -14,130 +14,78 @@ --> - + - - - - - - + - + - + + - + + - + - + - + - + - - - - - - - - - - + - + - + - - - + - - + - - + + + + + + + + + + + + + - - + - - + - - + - - + - - + - - + - - + - - + - - - + + - - - - - - - - - - - - - - + The default is conf/apps-[name].xml. + + See conf/apps-examples.xml and conf/apps-admin.xml + --> 1.1 jakarta-tomcat/src/etc/apps-127.0.0.1.xml Index: apps-127.0.0.1.xml =================================================================== 1.1 jakarta-tomcat/src/etc/apps-admin.xml Index: apps-admin.xml =================================================================== 1.1 jakarta-tomcat/src/etc/apps-examples.xml Index: apps-examples.xml ===================================================================