Hi ,How to get the AEM DAM Assets name and count via query? We are using the MongoDB as repository in AEM and want to retrieve the assets that is uploaded on specific date either via query or programmatically.Can anyone provide the any sample? Thanks~S
Hi Experts,Does the Tough day tool generating the report also we were checking in result folder but all folders were empty any idea?We want to capture the below scenario:1. During loading, navigation screen response time per request2. While upload is running, Perform search for different text string...
Hi All,Thank you this will help .One thing we were using Tough Day tool to generate load on AEM author instances to upload the 1000 assets in to the DAM. We executed the below ommand to do this "java -Xmx1024m -Dhostname=localhost -Dport=4502 -DuploadImage.count=1000 -jar toughday-5.6.1.jar uploadIm...
HiDid anyone performed a\the load testing on AEM author instance? Our scenario is that we want to perform the load testing during the bulk upload of assets in to DAM.Which tool is better and it would be great help if anyone can provide the steps to perform it.Thanks~S
Hi KunalI just remove the CSRF configuration temporarily and POST entry and checked it is working. For ideal solution do you have any sample like to pass the token or user related information. Hi Opkar,Yes, the test user logged in and trying to use the page inside AEM and trying to call the servle...
Hi Jitendra,Yes servlet is registered. we are not adding at root level. we are trying to to drop the assets via dropzone and calling the servlet. Thanks~S
Hi Kunal,Yes I am using 6.1 and I just enabled the check box for CSRFFilter and tried but still getting the same error as in attachment. I am able to call the same servlet via AJAX but getting the error via form tag. As per our senario we need to call it on form tag because as soon as user will drop...
Hi We have one senario and created the drop-zone by using the dropzone.js. Now when we are trying to drop the assets in dropzone area then calling AEM servlet via form tag like:<form method="POST" action="/bin/myServlet" class="dropzone" id="myDropzone" enctype="multipart/form-data"></form>but getti...