开发者

Why does JAXRS Jersey create temp directories on the app server?

开发者 https://www.devze.com 2023-01-24 15:50 出处:网络
I am running Jersey on a weblogic server and I noticed a few extra folders were created. The folders look like this,

I am running Jersey on a weblogic server and I noticed a few extra folders were created. The folders look like this,

n179u/.tld_cache/jersey-serve开发者_如何学Cr-1.0.3.1.jar/META-INF/taglib.tld

and contain the files

crc.ser and des.ser

So, my question is what are these directories used for and is it possible to tell jersey to create them in a different location?


Just looking at the extension .ser of the files in the folder, my guess is that it is serializing state.

0

精彩评论

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