You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/05/19 14:19:51 UTC

svn commit: r946148 - in /tomcat/trunk/res/confinstall: server_1.xml server_2.xml tomcat-users_2.xml

Author: markt
Date: Wed May 19 12:19:51 2010
New Revision: 946148

URL: http://svn.apache.org/viewvc?rev=946148&view=rev
Log:
Sync Windows installer config files with 'normal' versions

Modified:
    tomcat/trunk/res/confinstall/server_1.xml
    tomcat/trunk/res/confinstall/server_2.xml
    tomcat/trunk/res/confinstall/tomcat-users_2.xml

Modified: tomcat/trunk/res/confinstall/server_1.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/confinstall/server_1.xml?rev=946148&r1=946147&r2=946148&view=diff
==============================================================================
--- tomcat/trunk/res/confinstall/server_1.xml (original)
+++ tomcat/trunk/res/confinstall/server_1.xml Wed May 19 12:19:51 2010
@@ -27,8 +27,6 @@
   <Listener className="org.apache.catalina.core.JasperListener" />
   <!-- Prevent memory leaks due to use of particular java/javax APIs-->
   <Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />
-  <!-- JMX Support for the Tomcat server. Documentation at /docs/non-existent.html -->
-  <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" />
   <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
 
   <!-- Global JNDI resources

Modified: tomcat/trunk/res/confinstall/server_2.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/confinstall/server_2.xml?rev=946148&r1=946147&r2=946148&view=diff
==============================================================================
--- tomcat/trunk/res/confinstall/server_2.xml (original)
+++ tomcat/trunk/res/confinstall/server_2.xml Wed May 19 12:19:51 2010
@@ -40,13 +40,6 @@
       <Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster"/>
       -->        
 
-      <!-- The request dumper valve dumps useful debugging information about
-           the request and response data received and sent by Tomcat.
-           Documentation at: /docs/config/valve.html -->
-      <!--
-      <Valve className="org.apache.catalina.valves.RequestDumperValve"/>
-      -->
-
       <!-- This Realm uses the UserDatabase configured in the global JNDI
            resources under the key "UserDatabase".  Any edits
            that are performed against this UserDatabase are immediately
@@ -58,8 +51,7 @@
            Note: XML Schema validation will not work with Xerces 2.2.
        -->
       <Host name="localhost"  appBase="webapps"
-            unpackWARs="true" autoDeploy="true"
-            xmlValidation="false" xmlNamespaceAware="false">
+            unpackWARs="true" autoDeploy="true">
 
         <!-- SingleSignOn valve, share authentication between web applications
              Documentation at: /docs/config/valve.html -->

Modified: tomcat/trunk/res/confinstall/tomcat-users_2.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/confinstall/tomcat-users_2.xml?rev=946148&r1=946147&r2=946148&view=diff
==============================================================================
--- tomcat/trunk/res/confinstall/tomcat-users_2.xml (original)
+++ tomcat/trunk/res/confinstall/tomcat-users_2.xml Wed May 19 12:19:51 2010
@@ -1,4 +1,9 @@
 <!--
+  NOTE:  By default, no user is included in the "manager-gui" role required
+  to operate the "/manager/html" web application.  If you wish to use this app,
+  you must define such a user - the username and password are arbitrary.
+-->
+<!--
   NOTE:  The sample user and role entries below are wrapped in a comment
   and thus are ignored when reading this file. Do not forget to remove
   <!.. ..> that surrounds them.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org