]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1305] Documentation for setting up archiva with tomcat 6 specifies invalid archi...
authorMaria Odea B. Ching <oching@apache.org>
Tue, 12 Jan 2010 03:49:33 +0000 (03:49 +0000)
committerMaria Odea B. Ching <oching@apache.org>
Tue, 12 Jan 2010 03:49:33 +0000 (03:49 +0000)
o add note to remove xml encoding in config file when using tomcat 6

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@898174 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/src/site/apt/adminguide/webapp.apt

index 4cea4008adc2307ec2935fdcfb30032d2121f70e..1e9c6dbe2995f5cd485430c54828cd376861e87e 100644 (file)
@@ -20,7 +20,8 @@ To deploy Archiva on Tomcat 5.5 and Tomcat 6.0
 
    * Copy the war file into the new directory
 
-   * Create a <<<\<tomcat home\>/conf/Catalina/localhost/archiva.xml>>> file with the following data (replace the database paths with a suitable location):
+   * Create a <<<\<tomcat home\>/conf/Catalina/localhost/archiva.xml>>> file with the following data (replace the database paths with a suitable location). When using
+   Tomcat 6.0+, do not include the first line (XML encoding) in the <<<archiva.xml>>> configuration specified below to avoid parsing errors during startup: 
 
 +-------------------------------------------------------------------------+
  <?xml version="1.0" encoding="UTF-8"?>