Directories with random numbers as foldername being created that contain .ser files
Posted
by
Dur4ndal
on Stack Overflow
See other posts from Stack Overflow
or by Dur4ndal
Published on 2011-01-14T21:42:35Z
Indexed on
2011/01/14
21:53 UTC
Read the original article
Hit count: 166
Hi all:
So in our server there are folders being generated with random names (such as "7nxxd", "tpy16q"). Inside each of these is the same subdirectory structure:
<randomfilename>/.tld_cache/WEB-INF/tld/
c.tld/
fn.tld/
spring-form.tld/
fmt.tld/
spring.tld/
tiles-jsp.tld/
Each of these directories has 2 files: crc.ser and des.ser.
Why are these files being created? Is there a way to specify the directory that they get written to besides the random name?
© Stack Overflow or respective owner