Adding information that augments the tomcat connnector when there are more than one webapp context. VIVOFEED-244

This commit is contained in:
ejc12 2010-10-22 19:17:39 +00:00
parent af172564cd
commit edfe3655fe

View file

@ -42,7 +42,7 @@ I. Install required software
Before installing VIVO, make sure that the following software is installed on Before installing VIVO, make sure that the following software is installed on
the desired machine: the desired machine:
* Java (SE) 1.6 or higher [http://java.sun.com] * Java (SE) 1.6 or higher [http://java.sun.com] (Not OpenJDK)
* Apache Tomcat 6.x or higher [http://tomcat.apache.org] * Apache Tomcat 6.x or higher [http://tomcat.apache.org]
* Apache Ant 1.7 or higher [http://ant.apache.org] * Apache Ant 1.7 or higher [http://ant.apache.org]
* MySQL 5.1 or higher [http://www.mysql.com] * MySQL 5.1 or higher [http://www.mysql.com]
@ -282,6 +282,10 @@ Note: the value for maxThreads (320) is equal to the value for MaxClients in the
httpd.conf file. httpd.conf file.
Locate the <Host name="localhost"...> directive and update as follows: Locate the <Host name="localhost"...> directive and update as follows:
<Host name="localhost" appBase="webapps"
DeployOnStartup="false"
unpackWARs="true" autoDeploy="false"
xmlValidation="false" xmlNamespaceAware="false">
<Alias>example.com</Alias> <Alias>example.com</Alias>
<Context path="" <Context path=""