can anyone tell me if there is a way to manage the working directory,
(where tomcat places 
the JSP compiled files .java, .class) my application automatically
creates new JSP who get 
compiled and their files get put in the working directory.
THEREFORE IT WILL GROW INDEFINITLY.
What i am looking for is a way to delete automatically the JSP files in
that directory
after they are no longer needed.can tomcat do this?
Or have them stored in a cache instead and setting a max size where the
first in is the 
first out .
Or something at the OS level.
Any help, advice or directing me in the right path will be greatly
appreciated.
thanks in advance.

Reply via email to