I finally figured out why my Tomcat 3.2 server isn't reloading my updated
JSP files! It turns out that I'm using a NFS mounted file system to access
the document root on my file server from the Tomcat server machine, but I'm
editing the files directly through the file server instead of through the
NFS mount point on the Tomcat server. I also learned that NFS has a cachine
problem, where you can change the contents of a shared file one one machine,
but the directory date doesn't get updated when doing a ls -l * on another
machine.
Does anyone know how to disable directory caching of NFS on linux 6.2? Any
help would be greatly apreciated.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]