Hi, Is there way we can use some command ( such as checksum) to find out if 2 parallel running CRX are the same? Currently we are looking into options to...
Hi, Is there way we can use some command ( such as checksum) to find out if 2 parallel running CRX are the same? Currently we are looking into options to...
Hi Yogesh, Can you give me some more details that How you are synchronizing the 2 different CRX repositiries. - Are you synchronizing them through a scheduled...
Hello Rajat, Thank you first of all for discussing this topic in the forum. We have 1 author and 3 production publish servers ( 3 different workplaces). All...
Hi Christophe, On Mon, Jun 16, 2008 at 11:52 PM, Christophe Lombart ... I think yes, the goal for Day is not to redistribute people's apps, but to judge how...
Hello David, and CRX community, Has there been any traction in implementing a server side change listener that tracks incremental changes to the repository for...
Hello Everyone on the list: I've been through all of the tutorials, screencasts, etc. and I'm still un clear on how to allow an end user the ability to ...
Is there a standard URI for accessing a JCR respository? From the JackRabbit server page it uses at least three URI's. (Listed below) Is there a common...
Hi Todd ... Wat you're referring to here is IMO the core functionality of a Digital Asset Management or CMS application. JCR repository by its nature provides...
Hi Bob ... Well, not so much a standard URI, but Jacrkabbit-based JCR repositories (like CRX) provide a couple of ways to access content via HTTP. ... This is...
Hi Bob ... JackRabbit ... common ... Well, not so much a standard URI, but Jacrkabbit-based JCR repositories (like CRX) provide a couple of ways to access...
Hi Bob, as far as I understand your use case you would want to use JCR Observations (they allow you to catch incremental changes in the repository from another...
Hi Todd, a simple way to upload a file can be achieved by adjusting one of the example app files in CRX Quickstart: in 3_addnew.html add to the form tag the...
Todd, I blogged about your question here: http://dev.day.com/microsling/content/blogs/stage/fileuploadsinsling.html Cheers Michael ... -- Michael Marth | Day...
sorry, wrong url: http://dev.day.com/microsling/content/blogs/main/fileuploadsinsling.html ... -- Michael Marth | Day JCR Cup 08 | Win a MacBook Pro:...
Dear Ladies and Gentlemen, Day CRX 1.4.0, the latest release of Day Software´s Content Repository Extreme, is now available. For a CRX overview download the...
Greeting, I am struggling with setting up a proper build chain for creating apps in CRX. The 2.0.0-incubator tag is removed from the Sling tags, and the m2 ...
I posted this to jackrabbit's user group earlier and I was pointed to this one... I just downloaded the day crx 1.4 trial version and for the application that...
hi brett, sorry for the long delay for this response. can you provide the entire 'servlet' config and not only the sippet with the config? please remember that...
Hi Brett, I tried your config code on CRX Quickstart 1.4 and it worked as expected (i.e. got an admin WebDAV session without logging in). Did you restart after...
Hi Brett, I just threw the entire web.xml into my installation: works fine. I tested with the webdrive WebDAV client. Could this be a client problem? Michael ...
I'm pretty sure it's not a client issue, it's requesting authentication from our browsers as well as our application. What day and jackrabbit jars are you...
Hi Brett, I could reproduce the issue now (it occurs in clients that are different from Webdrive) and had another look at your web.xml. I believe that the ...
Hi all, I'm playing with RMI connectivity to CRX. The only configuration change I've made to CRX is to uncomment the rmi-port section in web.xml. So far, so...