Adding information that augments the tomcat connnector when there are more than one webapp context. VIVOFEED-244
This commit is contained in:
parent
af172564cd
commit
edfe3655fe
1 changed files with 5 additions and 1 deletions
|
@ -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=""
|
||||||
|
|
Loading…
Add table
Reference in a new issue