Tomcat looking for document bases that don't exist

2010-10-12 Thread Christopher Dodunski
Hi, I have added an additional Host to server.xml, with its own appBase, and servicing several domains by way of Alias elements. When Tomcat is restarted, Catalina logs errors relating to not finding document bases. These match applications running on my default localhost Host. Why is Tomcat

Re: Tomcat looking for document bases that don't exist

2010-10-12 Thread Pid
On 12/10/2010 10:22, Christopher Dodunski wrote: Hi, I have added an additional Host to server.xml, with its own appBase, and servicing several domains by way of Alias elements. When Tomcat is restarted, Catalina logs errors relating to not finding document bases. These match applications

Re: Tomcat looking for document bases that don't exist

2010-10-12 Thread Christopher Dodunski
Hi, I'm running Tomcat 6, an my directory structure seems slightly different. But this is what I think you are asking for... optomus:~# ls /usr/local/tomcat/work/Catalina/ blog.christopher.net.nz blog.optomus.com http: localhost optomus:~# ls

Re: Tomcat looking for document bases that don't exist

2010-10-12 Thread Pid
On 12/10/2010 10:45, Christopher Dodunski wrote: Hi, I'm running Tomcat 6, an my directory structure seems slightly different. But this is what I think you are asking for... optomus:~# ls /usr/local/tomcat/work/Catalina/ blog.christopher.net.nz blog.optomus.com http: localhost

Re: Tomcat looking for document bases that don't exist

2010-10-12 Thread Christopher Dodunski
Sorry, try this instead... optomus:/usr/local/tomcat/conf/Catalina# ls blog.christopher.net.nz blog.optomus.com localhost [I have no Host defined for this next one, so I guess it's safe to delete] optomus:/usr/local/tomcat/conf/Catalina# ls blog.christopher.net.nz/ christopher.xml

Re: Tomcat looking for document bases that don't exist

2010-10-12 Thread Pid
On 12/10/2010 11:21, Christopher Dodunski wrote: Sorry, try this instead... optomus:/usr/local/tomcat/conf/Catalina# ls blog.christopher.net.nz blog.optomus.com localhost [I have no Host defined for this next one, so I guess it's safe to delete] optomus:/usr/local/tomcat/conf/Catalina#

Re: Tomcat looking for document bases that don't exist

2010-10-12 Thread Christopher Dodunski
Problem solved!! Yes, I had been switching appBase paths trying to get it sorted. Deleting the rogue XML files has fixed the problem. I've been chasing red herrings half the day. Thank you very much for recognising the probable cause, and pointing me in the right direction. Regards, Chris.