View Single Post
  #4 (permalink)  
Old 02-09-2006, 11:14 AM
mjfleck2000 mjfleck2000 is offline
Senior Member
 
Posts: 59
Default

>Removing this line:
><Context path="/" docBase="${catalina.home}/webapps/zimbra" debug="0" >crossContext="true"/>
>from /opt/zimbra/tomcat/conf/server.xml and restarting tomcat might do it.

I had done this before so that anyone who went to http://niei.icehouse.net got only a blank page, but if you went to http://niei.icehouse.net/zimbra you got the zimbra login.

After the GA upgrade to my debian machine, I edited /opt/zimbra/tomcat/conf/server.xml and removed the line mentioned above. Then, as user zimbra, I restarted tomcat. The server.xml file is overwritten with a new server.xml file that contains the origianl line again. I tried removing the line, then as root, chmod 444 on the file, but it was over-written again and the permissions changed back to 644 after a restart of tomcat.

I poked around in the tomcat file /opt/zimbra/bin/tomcat but I did not see where it might be overwriting the file from.

Mike
Reply With Quote