Hi,
I'm am using a separate web application which uses the foundation client api and a separate set of repository services to access the same alfresco root as a separate alfresco application.
My web application and the alfresco application are deployed within the same tomcat.
This setup leads to some questions:
1. Are there possible site effects if i share the alfresco repository and the lucene index between two separate sets of services? For example corruption of the lucene index, concurrent modifications of content (DB/FS)?
2. Is it possible to share a ticket between the two repository service instances?