Bhavish,
Have a look at the EDG: http://docs.oracle.com/cd/E29542_01/core.1111/e12037/extend_wc.htm#CHDIFEJH
This describes the process for enabling the JOC in a clustered environment.
Although the documentation talks about Spaces, the same works for Custom Portal managed server. Just provide the cluster name and managed servers.
Hope this helps
Regards
Yannick
--
--
You received this message because you are subscribed to the WebCenter Enterprise Methodology Group (http://groups.google.com/group/webcenter-emg). To unsubscribe send email to webcenter-em...@googlegroups.com
All content to the WebCenter EMG lies under the Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/). Any content sourced must be attributed back to the WebCenter EMG with a link to the Google Group (http://groups.google.com/group/webcenter-emg).
---
You received this message because you are subscribed to the Google Groups "WebCenter EMG" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webcenter-em...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
can you upload the javacache.xml as this will have the configuration for the distributed cache.
How do you know the cache is not distributed?
Your config is not entirely correct.
You also need to define the listener.
In your case the correct config would be
<packet-distributor dedicated-coordinator="false" startable="true" enable-router="false">
<listener-address host="localhost" port="9999" ssl="false" /
<distributor-location ssl="true" port="9999" host="localhost"/>
</packet-distributor>
This might resolve the problem.
Bhavish,
1) Yes you need to make the changes to both the servers. Are both servers on the same machine? If so, you can copy the file from one folder to another. They need to be identical. If they are on different machines, you need to change the configuration.
As for the other questions, I however do not have enough experience with using the JOC in custom code. I only configure the JOC for webcenter but I never used it in custom code so I cannot answer those questions. Maybe someone else from the group may be able to do so.
I however have some information on a command line tool that allows you to query the JOC and get statistics so you can "debug" the JOC. I will need to look for that information. If I find it will reply to this chain and provide some information and links to the documentation.