Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Clustered Vs Singlenode

2774045Jun 17 2015

Hi All,

Please let us know whether caching works differently in clustered and single node env.

We are facing a different issue:

Template-Parent(Cached)---------------Satellite:Page------------------------------->SiteEntry-Child(Cached)

We are trying to access variables of parent element in child element and they are accessible in single node env.

But when our code went to clustered env. there variables of parent elements are not visible to child elements.

So, we changed our code as shown below in clustered env. then variables of parent are accessible in child in clustered env.

Template-Parent(Cached)--------------render:callelement scope=global------------------------------->SiteEntry-Child(Cached)

What could be the reason for this?

Do we need to make any configuration changes in clustered env. so that we can make our code(Satellite:page) behave in same manner in clustered and single node env.

Thanks,

Jagadeesh

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 15 2015
Added on Jun 17 2015
0 comments
485 views