开发者

Directories with random numbers as foldername being created that contain .ser files

开发者 https://www.devze.com 2023-02-04 15:31 出处:网络
So in our weblogic 10.3 server there are folders being generated with random names (such as \"7nxxd\", \"tpy16q\"). Inside each of these is the same subdirectory structure:

So in our weblogic 10.3 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.s开发者_JS百科er.

Why are these files being created? Is there a way to specify the directory that they get written to besides the random name?


JavaEE servers will frequently generate temporary working directories to hold various items, such as cahced descriptors, compiled JSPs, etc.

You can probably influence where it puts them, but that's server-specific. You'll need to read up on your server and find out how to do that.

0

精彩评论

暂无评论...
验证码 换一张
取 消