【原因】
该访问是为了确认第三方库的EhCache和Quartz的库版本更新而进行的。
【解决方法】
可以控制该访问。
通过在系统属性中指定值,可以停止上述的更新确认。
在 net.sf.ehcache.skipUpdateCheck 中指定 true
在 org.terracotta.quartz.skipUpdateCheck 中指定 true
设置示例:
使用resin的情况下,对resin.properties中的jvm_args进行设置。
jvm_args : -Xmx2048m -Dnet.sf.ehcache.skipUpdateCheck=true -Dorg.terracotta.quartz.skipUpdateCheck=true
从intra-mart Accel Platform 2015 Summer(Karen)开始,被默认设置为控制该访问。
-- 适用对象 ---------------------------------------------------------------
iAP/Accel Platform
-------------------------------------------------------------------------------
FAQID:558
好像在启动或访问intra-mart Accel Platform时,定期访问外部网站。是否可以停止该访问?