You can also change:

        <WorkDirSetup cleanWorkDir="false" />

to:

        <WorkDirSetup cleanWorkDir="true" />

in your server.xml.  The "work" directory for a context will
be deleted when the context is started and shutdown.
This means a context reload will clean its "work"
directory.

Cheers,
Larry

> -----Original Message-----
> From: Paul Sanwald [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 08, 2002 4:53 PM
> To: '[EMAIL PROTECTED]'
> Subject: tomcat 3.3 and caching
> 
> 
> hello everyone,
>    I have noticed that tomcat 3.3 doesn't clear out the work 
> directory upon
> restarting. this causes some jsp files that I have removed to still be
> served, even though they have been deleted. I am assuming 
> this is because
> the "work" directory still contains the class files for said 
> pages. is this
> all correct? 
> 
> if so, I am going to modify the shutdown script to clean out the work
> directory so deleted files will no longer be served.  
> 
> --paul
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to