So I have added the following to my server.xml file
:
<host name="domain.com" appBase="www" unpackWARs="true" autoDeploy="true">
<context path="" docBase="/var/sites/domain.com" debug="0" reloadable="true"/>
</host>
The actual path to this is:
/var/sites/domain.com/www
Why isn't this working? I tried variations, but none is working and most of the time I get a 404 error.