Currently I am using tomcat 7 to host two websites. To do this, I simply create two virtual hosts using the host-manager
(part of tomcat7-admin
). But, when I restart the server, the hosts seem to disappear and not reload. The web apps for each respect website stay there but the hosts do not load in. Does anyone know why this happens and what could be done to keep the hosts persistent?
Thanks