Problems with CVS on vm0 and Tomcat symlinks
CVS server on vm0 kept leaving lock files around. Happened after couldnt get port 22 to vm0. There was some kind of file IO error on a particular file which was screwing everything up. Fixed by removing that file from CVS repository and readding it via cvs. The server had obviously got v confused by something low level.
Tomcat failed to follow symlinks so added the usual context resource entries. Interestingly, the allowLinking didnt work if the docBase was set to “” in the default context but was fine with a proper full path docBase in a named context.