I'm trying to do a small benchmark comparing CRX, SOLR and Alfresco for document storage / search. One thing that really surprised me was how slow it was to...
Hi, I've installed CRX (crx-1.4.2.ps1.20090707-developer) on CentOS and access it via WebDav from a Windows XP Pro computer. After uploading an XML file via...
Hello, I'm in a bit of a quandary and wanted to see what the community recommends. Basically, we have several sites running independently. Some sites are...
Hi, I tried to assign CRX to a Win drive letter on a Win XP machine. While I could connect to CRX, and I saw CRX's folder in the "Map Network Drive..." dialog,...
OK so is the problem with deploying or with running the application? Are you trying to run the application server from InteliiJ so that you can debug? Or is...
Hi Paul. I'm trying to deploy a sling applicaiton, using the server that comes with the crx deveroper edition, so I configured the jsr45 compatible server ,...
What type of application are you deploying? Is it in the form of an OSGI bundle or a Sling application? Or is it is a stand alone web application? Paul...
Hi. I'm have been trying to configure an IntelliJ project to develop a web application with CRX 1.4 but the instructions in the manual are for a version too...
I'm using CQ.HTTP.post to execute a synchronous call. It gets executed and response gets set but no javascript response object gets returned. This is my post...
Hi, i am currently investigating how to implement a custom form-based login page for my CRX 1.4.2 based application. I'm not sure how to tackle this. After an...
Sven Schulz
sschulz78@...
Oct 7, 2009 7:59 pm
768
Hello, I have had exactly the same problem while trying to use Galileo's update manager: eclipse.buildId=M20090917-0800 java.version=1.6.0_13 java.vendor=Sun...
Hi, ... it is based on the number of nodes that are indexed in a segment. but the larger a segment gets, the less like it is that it will be optimized through...
Thanks for your reply Marcel How often does CRX do this? Although the process of optimising manually isn't a long one it did reduce our index files from 20GB...
Hi, CRX already optimizes index segments in a generational manner. but there is currently no way to trigger this manually. Users of Jackrabbit also suggested...
Hi We are currently manually optimising our lucene indexes on our local CRX nodes with a tool called Luke (version 0.7.1). We would like to automate this...
Hi, Finally I manage to get the plugin installed. A friend who install the plugin in his IDE a few weeks ago send me a copy of the whole Eclipse installation,...
hi, you can use CQ.HTTP.get() (or CQ.HTTP.post() without specifying a callback. this will send a synchronous request and return the response object. /rofe...
Per a requirement, i need a synchronous ajax call to execute some server side validation. I know Ext has a library called basex that allows that. I wonder if...
Dear CRX Users We've quickly checked that on our side (at Day), and we could not reproduce the problem. Did someone have such a problem and hopefully a...
Hi all, I’m trying to install the CRX feature (JCR browser) in the latest version of Eclipse IDE (Galileo) following the instructions in this web: ...
Hi Brandon CRX itself does not have a UI / or CLI tool to perform search&replace. If CQ5 find&replace mentioned below would not fit your needs, you can always...