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

a 夏天 提交于 2019-12-11 17:31:06

问题


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.ser.

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


回答1:


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.



来源:https://stackoverflow.com/questions/4696275/directories-with-random-numbers-as-foldername-being-created-that-contain-ser-fi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!