Hi all, I'm trying to find out what is the best way to create a language copy of a page in a programmatic way. After some research I found a couple of things: - The /bin/wcmcommand servlet is used to language copy within the interface. However I trying to find out which API is used internally? Just ...
Hi, I have installed AEM 6.0. We have an in-house developed authentication system (not ldap) and trying to see how the users can login to AEM with their in-house system credentials. Below is what i found in web. When user login for first time, it should create the user in AEM.http://adobedocsdiff.he...
Hi,I have made an entry for a domain myapp.com in httpd.conf like this :<VirtualHost *:80> ServerAdmin webmaster@localhost ServerName myapp.com DocumentRoot "C:/Apache2.2/htdocs" <Directory "C:/Apache2.2/htdocs"> Options FollowSymLinks AllowOverride None </Directory> RewriteEngine On RewriteRule ^/$...
Hi,I am facing one problem when my code goes to publish. I have page in which i used a component with custom tag. It work fine in author, but when i replicate my code from author to publish it gives error like : The absolute uri: http://www.mysite.com/taglibs cannot be resolved in either web.xml or ...
We have a secure site and ended up not caching those pages because we found you could bypass the security once the page was cached. I'm curious to know if there is a better solution to managing secure content and caching. We have noticeably poorer performance on the secure pages because we are no ...
Hi, Reading Oak documentation on Lucene (http://jackrabbit.apache.org/oak/docs/query/lucene.html), i found out that uses of analyzers are not available on Oak version like 1.0 (so not available for AEM 6.0 right now).I'm currently concerned by this because I wanted to use an analyzer to fix the foll...
Hi there,There is a case for me: i need to persist application some data before JVM shutdown. So i program as below in OSGI bundle:protected void activate(ComponentContext ctx) { this.bundleContext = ctx.getBundleContext(); final Set<JobBean> jobs = CreateJobServlet.jobNames; jobs.addAll(getInProgre...
Hi, Can I download CQ5 trial? I found link at http://docs.adobe.com/docs/en/cq/5-5/getting_started/download_and_startworking.html but it require to access licensing.adobe.com .I've asked support, and they redirected me to this forum. Thanks!Yevhen
Hi,I have installed AEM 6.0 author and publish instances in tomcat app server. Whenever something is published, i want to send some key code to publish instance during the replication. Appreciated for any suggestion
Hi,Please help me on the following.How to add a framework(guice/spring) using listner or any other way in side cq5 for publishing a service ,so that outside world can consume that service .Any help on this will be greatfull .