Hi,I have got custom login module and that is always redirecting me to the geometrixx page.I have tried to override the Root Mapping servlet to the page which i want the user to be redirected to but that did not workedI also changed the sling:target under /content but that did not work either.I am d...
Did anyone have any problems with using the latest AEM plugin for eclipse released by Adobe?I recently downloaded the eclipse plugin for AEM and tried to get it running with a sample project on my local AEM 6.0 instance.I created a sample project called example following the instructions on http://d...
Hi,I am trying to use the assetshare component, and am facing a mapping issue.When I browse the press center page via publisher IP address, I am able to see the assets. (eg. http://xxx.xxx.xxx.xxx:4503/content/geometrixx/en/company/press.html) However, when I try to view the assets via hostname (eg....
Hi,We are using ASP.NET to access a AEM Publishing server and using HTTP Get request, retrieve the content in HTML format.We need to optimize the http calls, so we plan to create a cache dependency on a folder. So, need to know, which folder on a publishing folder chnages as and when the content chn...
In my system we have tags closely associated to content and to replicate that content effectively within a sharable package, I have to export some level of tags with the content so it can be replicated on other systems.The problem is that we have many thousand tags with a deep hierarchy so when I fi...
Hello,I am trying to handle file uploads from an input form. CQ5 already comes with Apache Commons FileUpload and I am importing it in my servlet. However I keep getting the error that ServletFileUpload cannot be resolved.final boolean isMultipart = ServletFileUpload.isMultipartContent(request); i...
I am trying to setup SSO for our agency SiteCatalyst user and having below queries.Could you please let me know the answers for the below?1. What is meta data in SSO?2. What is the format of meta data?3. Who should provide this meta data? our Company IT team4. What will Ident...
I encountered exception from CQ6 when I execute both of methods via Jmx (runDataStoreGarbageCollection() and startTarOptimization()).I referred to cq6 document, they just used with crx2. I mean how to do the same behaviour on cq6 or they are obsolete that we do not need do anything on crx3?Thanks.
Hi,I have gone through couple of blog post on how i can create nodes and sling:folders, everything works fine. However, i am not able to adapt those to nt:file. I want to create a nt:file and then once that is created, i want to paste some text into that file using curl. I always get 500 exception o...
Hi,I am trying to upload a package in my publisher instance using the API - http://localhost:4503/crx/packmgr/service/.json/?cmd=uploadIt is giving me following message - This node already exists: /etc/packagesI am not using any ready made web client like CuRL, but using DOT NET class like HttpWebRe...