I encountered a similar problem and elected to do coding on a client machine
(Windows Professional) with Tomcat stand-alone installed then transfer the
files to the production side with Apache and Tomcat on Linux (RH 7) for
testing.

Neill Laney
http://home.nc.rr.com/nlaney
--
Actively seeking work as Web Developer/ Technical Support Specialist
in Raleigh/Durham/RTP, NC.

Resume online at http://home.nc.rr.com/nlaney/nml/resume.html

----- Original Message -----
From: "Andreas Sheriff" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 08, 2001 7:54 PM
Subject: JSP's Not reloading


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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to