Hi, We need to implement a content repository,with appropriate failover, that shall be accessed by six application servers (weblogic servers). The document...
Hi, Does CRX provides any built in support to encrypt a file (.pdf, .doc , ,xls etc.) before it is saved into CRX Repository? If not, what is the recommended...
hi sajan, ... are all six cluster nodes writing to the repository? would it be possible to have one repository as the master repository that replicates to...
hi sajan, are you looking into encrypting the persistence layer? this means that it is transparent to the repository user. this may well be done by encrypting...
Hi David, ... Pls. allow me to clarify a bit about our requirement. The six nodes comprise of two clusters of weblogic 6.1 servers(4 weblogic nodes in one...
Hi David, ... Yes. We need to encrypt around 10-20% of the documents that will be uploaded into the content repository. ... In my opinion it will be a good...
hi sajan, with the current architecture i would venture a guess that it is easier for us to just offer encryption for all the property values. since this does...
hi sajan, with the little information that i have now about your project i would probably suggest to setup clustering the following way ... - have two crx...
Hi David, ... We are having a webfrontend , JSP pages that are used to upload the documents. In simplified terms,our architecture will be such as: App A...
Hi David, ... I beg to differ, if we make all the documents (max 300-500 GB of data, in future will grow to 1 TB) go through software encryption/decryption...
hi sajan, ... hmm... i still think that the performance hit would be relatively minimal. ... i think encrypting all the blobs for example could be a good...
hi sajan, ... i assume that you mean IIS instead of ISS? is that correct? ... is there already failover between cluster (a) and (b) in place? if yes you should...
Hi David, We may need to run some performance tests on encryption part to be sure that there is no noticeable increase in the response time. ... We shall not...
Hi David, ... Yes,you are right. ... No, there is no failover between clusters (a) and (b) as they are meant to serve different applications and are hosted in...
Hi everyone, I have a problem in accessing repository through RMI using crx API from magnolia repository... Does any one have idea about JCR-RMI ...or anyone...
Hi Mehdi, If I understand you correctly, you are running a Magnolia repository and would like to access it over RMI ? If so, you would first have to register...
Hi Felix, Thanx for your kind reply, Now i can give you the whole scenario....that I am running a Magnolia Repository on client side and want to access its...
Hi Mehdi, ... You're welcome :-) ... This is kind of an odd scenario :-) Because you will require your clients to open their firewalls for the server to access...
Hi! This may sound a little stupid, but unfortunately I haven't been able to find the Eclipse Repository Explorer plugin. The only reference I could find was:...
just add a slash at the end of the URL to view the installation documentation with your browser: http://www.day.com/eclipse/ the URL without the slash serves...
Hi! First of all thanks for pointing me to the plugin update site. Now, trying to access an existing Jackrabbit repository I have provided the - repository...
Hi Alexandru, Are you trying to connect to a repository running outside of eclipse, for example inside Tomcat ? If so, you would have to register the ...
#: bark changed the world a bit at a time by saying on 11/20/2005 9:35 PM :# ... The repository indeed is running outside eclipse, so the scenario is valid...
Hi Alexandru, ... I am afraid, I cannot tell you how to exactly and correctly do this in all cases, neither do I have pointers to examples. Just two things: *...
hi mehdi, in crx 1.0.1, the crx-api jar can be found in server/lib/container as well as in the crx war file under WEB-INF/lib. hope this helps! /rofe...
Hi guys, I am trying to deploy the examples given in the crx especially for jcr connections... but on deploying the application...it gives an error on package...
hi mehdi, well, the problem is, that the 'connection example' makes use of internal crx-core methods. this is a bit unfortunate :-) we will repackage the...
Tobias Bocanegra
tobias.strasser@...
Nov 25, 2005 2:51 am
296
Hi guys, Is there any easy way to get the html content (with all the binary objects e.g images, files) from the Magnolia Repository using crx API? Please...
Hi, I've been trying to play with latest CRX night build for a few days. Unfortunately I found a strange result of removing node. My test case is as fallow: 1....