cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco repository and database sharing prob

manu
Champ in-the-making
Champ in-the-making
Hi,

I have used alfresco jcr api with my j2ee application and thru which I am able to do all the operations.But now for administration purpose alfresco web client has to be used so I want to share my alf_data and database with my j2ee application and with alfresco web client (default with alfresco 3.0 labs )which is not happening right now Smiley Sad.
I am using :
1)  alfresco 3.0 labs version.
2)  Database is mysql 5.0(for alfresco web client & J2ee application)
3)  Alfresco web client with alfresco 3.0labs.
4) Weblogic 10g.


Help regarding this will be highly appreciated…

Thanks,
Manu
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
The alfresco web client runs on its own local instance of Alfresco.

So you have a choice with your external J2EE application.

Either access the web client instance of alfresco via one of the remote APIs. 
or attempt to bundle your application into the same war as Alfresco.

Attempting to Cluster Alfresco for your requirement is overkill.

manu
Champ in-the-making
Champ in-the-making
Thanks for ur quick response.. Smiley Very Happy

I am not clear with ur first suggestion AWC instance remotely access.Can you please explain it in detail.

1)what do you mean by AWC running on its own local Instance?
2)m gonna use AWC for administration without makin any changes in its functionality and  UI pointing to shared repository and database,still is it possible with remote access?
3)If yes,is there any provision in alfresco JCR API for remote access of AWC instance?
4)does any configuration changes is required?
5)In this remote access, repository (alf_data) & database will be shared?

eagerly waiting 4ur detailed rpl….. Smiley Indifferent

Thanks,
Manu