Application base [my path to install here] for host [hostnamehere] does not exist or is not a directory
- by Hyposaurus
I am trying to start a new installation of tomcat7 (on arch Linux).
I have everything configured how I normally would but I am running into the problem described in the title. This means that tomcat starts but nothing in that host gets deployed.
My server and host file:
<Host name="localcity" appBase="/home/gary/Sites/localcity/"
autoDeploy="true" unpackWARs="false">
</Host>
And the directory it is in
drwxrwxr-x 4 doug tomcat 4096 Apr 15 11:52 .
drwx------ 33 gary users 4096 Apr 15 20:40 ..
drwxrwxr-x 2 tomcat tomcat 4096 Apr 15 20:40 localcity
drwx------ 2 gary users 4096 Mar 31 10:10 lod
It looks like other installations I have, but I am not sure what the problem is.