You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Remove the following directive from server.xml. This is causing autogeneration of a mod_jk.conf file that we do not want to use.

<Listener className="org.apache.jk.config.ApacheConfig"
modJk="../../../etc/httpd/modules/mod_jk.so" />

Remove the autogenerated mod_jk file at /usr/local/tomcat/conf/auto/mod_jk.conf

Set deployOnStartup and autoDeploy to false:

<Host name="localhost" appBase="webapps" deployOnStartup="false"
unpackWARs="true" autoDeploy="false"<br>xmlValidation="false" xmlNamespaceAware="false">

Stop and start vivo. If successful you should see diagnostic information appear only once in the logs and vivo should only be accessible from host.vivo.ufl.edu and not host.vivo.ufl.edu/vivo

  • No labels