开发者

Glassfish v2 alternatedocroot - will DAS sync it?

开发者 https://www.devze.com 2022-12-24 07:06 出处:网络
Using Sun Glassfish Enterprise server v2.1.1 I am using \"alternatedocroot\" via sun-web.xml for my web application to abstract out static content from actual deploy-able code (EAR/WAR)

Using Sun Glassfish Enterprise server v2.1.1

I am using "alternatedocroot" via sun-web.xml for my web application to abstract out static content from actual deploy-able code (EAR/WAR)

What I have is a cluster of two server instances distributed across two physical hosts - HOST1 and HOST2. "alternatedocroot" points to /data/static-content/ on both HOST1 and HOST2. Would DAS (Domain application server )take care of syncing /data/static-content between HOST1 and HOST2 if I use syncinstances=true option while starting up the cluster?

Glassfish v2 alternatedocroot - will DAS sync it?

Thank开发者_StackOverflow中文版s!


No DAS will not sync anything that is non-standard.

0

精彩评论

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