Quantcast
Channel: Adobe Community : Popular Discussions - CQ5 (read only)
Viewing all 12476 articles
Browse latest View live

CQ5.3 server not ready

$
0
0

*ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:F:\Microsoft\cq5\crx-quickstart\launchpad\startup\15\org.apache.sling.runmod e-2.0.3-tlp-R818849.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.runmode [18]: package; (&(package=org.osgi.framework)(version>=1.4.0)))

org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.sling.runmode [18]: package; (&(package=org.osgi.framework)(version>=1.4.0))

          at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3263)

          at org.apache.felix.framework.Felix.startBundle(Felix.java:1597)

          at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)

          at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)

          at java.lang.Thread.run(Unknown Source)

 

Hi all,

 

I am having this error for each of my jar file under launchpad/startup. Anyone can help?


CQ publish instance redirecting to geometrixx?

$
0
0

I just installed CQ in publish mode and I cannot access any of the admin pages.  I keep getting redireted to the geometrixx sites.  How do you access the publish configuration?

need to call servlet from jsp how

$
0
0

generally we specify in action attribute 

 

in cq how to specify the servlet path

 

what should be the folder structure plz explain with an example

CQ5 as Windows Service with LDAP Authentication

$
0
0

CQ5 as Windows Service with LDAP Authentication

1 Introduction

 

  • LDAP:  Lightweight Directory Access Protocol
  • Used for accessing centralized directory services.
  • LDAP is often used to achieve Single Sign On which allows a user to access multiple applications after logging in once.


2 Steps

 

1.    Install LDAP server,

1)    Double click the file(Download from apache website first)

ApacheDirectoryStudio-win32-x86_<architecture>-<version>

2)    After start the system, Create a new server (CQ5LDAP)

New-New Server

3)    Add group and users and save them

Name: Adobe

Suffix: ou=groups, dc=adobe, dc=com)

Name: Adobe2

Suffix: ou=users, dc=adobe, dc=com)

4)    Start the server

5)    Create a new connection (CQ5LDAP)

Connection name: CQ5LDAP

Hostname: localhost

Port: 10389

 

6)    Fill in the Authentication information

Bind DNor user: uid=admin, ou=system

Bind password: secret

 

7)    Right click the connection name, Import users with LDIF Import

 

2.    Configure repository.xml

 

  • Remove or comment the LoginModule element in the repository configuration (repository.xml). The configuration file can be found in the folder crx-quickstart/repository.
  • Ensure that the file ldap_login.conf is in a folder such as crx-quickstart/conf/ of your CRX installation folder.
  • Add the following bolded code to repository.xml so that users can login

    <SecurityManagerclass="com.day.crx.core.CRXSecurityManager">

        <WorkspaceAccessManager  class="org.apache.jackrabbit.core.

               security.simple.SimpleWorkspaceAccessManager"/>

        <UserManagerclass="com.day.crx.core.CRXUserManagerImpl">

            <paramname="usersPath"value="/home/users"/>

            <paramname="groupsPath"value="/home/groups"/>

            <paramname="defaultDepth"value="1"/>

        </UserManager>

    </SecurityManager>

 

3.    Change start.bat and Quickstart.bat


From the command line, start Quickstart with the option:

-Djava.security.auth.login.config=crx-quickstart/conf/ldap_login.conf

    For example:

    32-bit VM:

     java -Djava.security.auth.login.config=crx-quickstart/conf/ldap_login.conf -Xmx384M -jar crx-quickstart-<version>.jar

    64-bit VM:

     java -Djava.security.auth.login.config=crx-quickstart/conf/ldap_login.conf -XX:MaxPermSize=128m -Xmx512M -jar crx-quickstart-<version>.jar


4.    Starting CQ5 as Windows Service

 

We install CQ5 as a windows service with instsrv.bat located in C:\author\crx-quickstart\opt\helpers.Hence, if we want to use CQ5 service with LDAP. We need to change instsrv.bat and then run instsrv.bat to install CQ5 as a Windows Service.

Replace line 40: set jvm_options=-XX:MaxPermSize=256M

With: set jvm_options=-Djava.security.auth.login.config=C:/author2013/crx-quickstart/conf/ldap_logi n.conf";"-XX:MaxPermSize=256M

 

5.    Start the CQ5 service with CMD or Service of Task Manager

        c:>sc start CQ5 (or any service name you installed, say cq5author)


6.    Now you can login by LDAP users

Page impressions from multiple publish servers

$
0
0

Hi,

 

I'm wondering if anybody has any strategies / experience using CQ's inbuilt analytics (ie impressions) from multiple publish servers.

 

In CQ deployments I've been involved in, we've used 'external' analytics and the client's custom templates have not included '/libs/foundation/components/page/stats.jsp'. However, I'd like to understand if I'm missing something here...

 

If the stats were collected on each of the publish servers, there doesn't seem to be any mechanism for automatically aggregating them back on the author server (which would appear to be required for the display in the authoring UI to be useful).

 

I can see that the servlet endpoint for 'recording' the impression (/libs/wcm/stats/tracker.js) can be configured to point elsewhere... however is the recommendation really to point this back to the author environment? Is that really the suggested architecture though?

 

Even aside from the fact that you might not want your author 'externally' accessible (which I guess could be avoided by adding a servlet to publish which 'proxies' the request back to author, or using mod_proxy), surely, letting load from the publish servers anywhere near author doesn't sound like a great idea, plus there's all sorts of authentication issues here. This can be easily demonstrated by firing up a local author and publish, and browsing the Geometrixx online site on Publish as an unauthenticated user (watch for 403s for /tracker.js).

 

I would imagine the concerns above might also apply to the MVT capabilities (although I notice they use a separate tracking endpoint).

 

Am I missing something fundamental here about how this should be leveraged?

 

Thanks in advance,

 

tom

Change the default font of the richtext widget

$
0
0

I want to change the default look and feel of the content of richtext widget. I tried set the cls property when defining the widget, but it doesn't work. any idea?

 

thx

Adding item to custom multifield

$
0
0

I've created a custom multifield (by registering a new xtype in the clientlibs folder) and everything appears great when I first open the edit dialog. However, when I click the 'Add Item +' link, the new set of fields appears correctly, BUT the container is getting set to fill the entire width of the dialog. As a result, the up/down ordering buttons get pushed out of view. The first item's width is fine, but each subsequent item that's added ignores the width and fills the entire dialog.

 

Has anyone come across a similar issue? How else can I control the width of the custom multifield? I know creating custom multifields can get tricky, but I've kept it relatively simple (a textfield, radio, and richtext). I'm sure more information is need, if so, I'll be more than happy to provide.

 

Any help is greatly appreciated. Thanks!

How to write an ajax call to a JSP page

$
0
0

Hi

 

 

    In CQ publish side, I want to call a jsp page on click of a button . I know we cant directly call it from script. For that we have to use ajax either directly or using jquery.ajax. Can any one help me how can i acheive dis. A sample working example code will be very much helpful .

 

 

Thanks

 

veena


creating custom tag library- AEM, CQ 5.6

$
0
0

Hi ,

 

I am creating a custom tag library and want to use it in one of the components I have created. I have made a bundle inside src/com.mycompany.test.TestBundle/com.mycompany.test.TestBundle.bnd and created my java tag class inside com.mycompany.test.TestBundle/src/main/java/com/mycompany/test/DateTagClass.java and the tld in com.mycompany.test.TestBundle/src/main/resources/META_INF/dateTaglib.tld. Here is the code for both the java tag class and the tld

 

----------------

tag class

 

 

package com.mycompany.test;

 

import java.io.IOException;

import java.text.DateFormat;

import java.text.SimpleDateFormat;

import java.util.Date;

import javax.servlet.jsp.JspException;

import javax.servlet.jsp.JspWriter;

import javax.servlet.jsp.tagext.SimpleTagSupport;

/**

*

* @author ankit-chandrawat

*/

public class DateTagClass extends SimpleTagSupport {

   

    public void doTag() throws JspException, IOException {

    JspWriter out = getJspContext().getOut();

    out.println(getTodayDate());

    }

   

   private String getTodayDate() {

        DateFormat df = new SimpleDateFormat("dd MMMM yyyy");

        String formattedDate = df.format(new Date());

        return formattedDate;

    }

}

 

--------------

tld file

 

<?xml version="1.0" encoding="UTF-8"?>

<taglib version="2.1" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xsi:schemaLocation="http://java.sun.com/xml/ns/javaeehttp://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd">

 

  <tlib-version>1.0</tlib-version>

  <jsp-version>2.0</jsp-version>

  <short-name>date</short-name>

    <uri>src/main/resources/META_INF/dateTaglib.tld</uri>

  <tag>

    <name>todaysDate</name>

    <tag-class>com.mycompany.test.DateTagClass</tag-class>

    <body-content>empty</body-content>

  </tag>

</taglib>

--------------------------------------------------

I am trying to use it inside a component jsp that I have created as :

 

<%@taglib prefix="date" uri="src/main/resources/META_INF/dateTaglib.tld"%>

 

But with the above taglib include in place, all I see is a blank page. I am trying this on author and have not pushed it to publisher yet. I believe it is not able to recognize the tld. Could you please help me on this.

 

Thanks

Ankit

How to limit path field selection only to one level?

$
0
0

Hi

 

Requirement:

 

      I have a pathfield where i have set a root path

 

for eg: /content/geometrix

 

 

req1.png

author shud be able to select only among these nodes. he shud not be able to select the child nodes of each individual nodes

 

eg: he can select /content/geometrixx/English

 

req2.png

 

 

but he shud not select child page of English

 

ie : /content/geometrixx/English/Toolbar shud not be assesible to him

 

req3.png

 

 

 

Hope my requirement is clear. Is there anyway we can achieve this.. If we can limit the nodes from expanding; then it would be very useful . Is there any way we can achieve this??

 

 

Thanks

 

Veena

Package Manager "no space left on device" when trying to build a package

$
0
0

I get an error when trying to build new packages in the package manager: "no space left on device".  I have deleted the old packages, but I still get this error.  How do I fix this problem?

Inserting fragments in CQ AEM 5.6

$
0
0

Hello all,

 

Is there a way to retrieve a fragment from apache docroot and place it in CQ,

probably header as a fragment to be inserted to my site developed in CQ5.6

 

Regards,

NZ

Client Context customization in CQ5 to personalize the content based on user profile

$
0
0

Hi,

 

I would like to customize the CQ5 client context to personalize the content based on the user profile information which we receives from third party systems(ex: Oxygen single sign on).

I have looked the CQ5 documentation but didn't find enough information.

 

Here is the link, I have referred http://dev.day.com/docs/en/cq/current/developing/client_context_detail.html

 

Could you please provide me some informaiton/examples, how to customize the client context in CQ5?

 

It would be great, if you could provide more details/examples for this.

 

 

 

Thanks

Muni

Is there way to dyanmically set component proeprties?

$
0
0

In one of my component I am making some external service calls and I would like to populate the component's properties with the data received from the service call. How can I do it?

 

I tried using currentNode.setProperty("mypropname", "myservicedata") but it did not work.

 

Also when including the text components in the script is there a way to populate its text property of text component with some default value?

 

mycomponent.jsp

-----------------------

. . .

<cq:include path="text1" resourceType="foundation/components/text"/> <%-- How to pre-populate this component with value say "My Text 1" --%>

<cq:include path="text2" resourceType="foundation/components/text"/><%-- How to pre-populate this component with value say "Additional Text 2" --%>

. . .

 

Has anyone done something like this?

OSGI bundle creation using third party jar files

$
0
0

Hi,

 

I have a requirement to integrate our CQ5.5 based application with a third party. As part of this, I have to use some jar files. After lot of digging, I realised that the way to use external jar files is to create an OSGI bundle wrapping these jar files.

So, I tried to do the same, but when I see the service details in system/console, I see errors. Can someone please suggest what could have gone wrong?

 

I have to use 3 jar files. So, I placed them in lib folder as shown in the screenshot below.

1.png

 

Ibuilt the bundle using .bnd file. It generated a jar file in install folder and I am able to to see its details in system/console/bundles. When I try to view details of the OSGI bundle that is installed, I see errors as follows:

2.png


CQ 5.4 - How to create a column layout?

$
0
0

Greetings everyone;

 

 

  I'm trying to create a website with some components that I get from a imported site... So far, so good, but when I try to drop a "column" component in my website from the components little window (even when I select the 2 columns or the 3 columns), the is no one column layout and the "columns" doesn't exist

 

  In Geometrixx samples, the columns got layouts like "2 columns, 50 x 50 x" and others, but none is listed on my Column Layout dialog (editing the component). I try to find the source-code of the component, but without success. Can someone tell me how to get real "columns" structures on my site?

 

  Some images:

 

 

    No Columns 1.jpg

 

     No columns 2.jpg

Creating a blueprint out of an existing livecopy

$
0
0

Hello,

 

We have a site in CQ 5.4 using roughly the following structure.

 

-/content/site/

               -/blueprint1/home/

                                   -/page1...

                                   -/page2...

               -/livecopy1/home/

                                   -/page1...

                                   -/page2...

               -/livecopy2/home/

                                   -/page1...

                                   -/page2...

 

ETC...

 

Now we would like to create a new blueprint out of livecopy2 that will follow the same structure so...

 

          -/livecopy2-copy1/home/

                                   -/page1...

                                   -/page2...

          -/livecopy2-copy2/home/

                                   -/page1...

                                   -/page2...

 

ETC...

 

 

After some testing, I can confirm this works, but only if /livecopy2 is pristine, meaning it has no cancelled inheritance from blueprint1. If it has any properties that have been modified (which I want to carry over to it's livecopies), the Site Admin gives me a message "Could not create Live Copy: Unable to remove Live Copy markers." And I see the following in the error log:

 

 

12.03.2013 12:33:20.943 *ERROR* [127.0.0.1 [1363106000934] POST /bin/wcmcommand HTTP/1.1] com.day.cq.wcm.msm.impl.commands.CreateSiteCommand Error during Live Copy creation. com.day.cq.wcm.api.WCMException: Unable to remove Live Copy markers

          at com.day.cq.wcm.msm.impl.Utils.detachLiveCopy(Utils.java:225)

          at com.day.cq.wcm.msm.impl.LiveCopyManager.remove(LiveCopyManager.java:213)

          at com.day.cq.wcm.msm.impl.LiveRelationshipManagerImpl.endRelationship(LiveRelationshipManag erImpl.java:308)

          at com.day.cq.wcm.msm.impl.commands.LiveCommand.createCopyTarget(LiveCommand.java:99)

          at com.day.cq.wcm.msm.impl.commands.LiveCommand.createLiveCopy(LiveCommand.java:145)

          at com.day.cq.wcm.msm.impl.commands.CreateLiveCopyCommand.performCommand(CreateLiveCopyComma nd.java:83)

          at com.day.cq.wcm.core.impl.commands.WCMCommandServlet$CommandHolder.performCommand(WCMComma ndServlet.java:149)

          at com.day.cq.wcm.core.impl.commands.WCMCommandServlet.performCommand(WCMCommandServlet.java :251)

          at com.day.cq.commons.servlets.AbstractCommandServlet.doPost(AbstractCommandServlet.java:49)

          at org.apache.sling.api.servlets.SlingAllMethodsServlet.mayService(SlingAllMethodsServlet.ja va:148)

          at org.apache.sling.api.servlets.SlingSafeMethodsServlet.service(SlingSafeMethodsServlet.jav a:344)

          at org.apache.sling.api.servlets.SlingSafeMethodsServlet.service(SlingSafeMethodsServlet.jav a:375)

          at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:491)

          at org.apache.sling.engine.impl.filter.SlingComponentFilterChain.render(SlingComponentFilter Chain.java:45)

          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:64)

          at com.day.cq.wcm.core.impl.WCMDebugFilter.doFilter(WCMDebugFilter.java:147)

          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)

          at com.day.cq.wcm.core.impl.WCMComponentFilter.filterRootInclude(WCMComponentFilter.java:334 )

          at com.day.cq.wcm.core.impl.WCMComponentFilter.doFilter(WCMComponentFilter.java:152)

          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)

          at org.apache.sling.engine.impl.SlingRequestProcessorImpl.processComponent(SlingRequestProce ssorImpl.java:280)

          at org.apache.sling.engine.impl.filter.RequestSlingFilterChain.render(RequestSlingFilterChai n.java:49)

          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:64)

          at com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter.doFilter(RedirectFilter.java:287)

          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)

          at org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter.doFilter(RequestProgre ssTrackerLogFilter.java:59)

          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)

          at com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet.doFilter(FormsHandlingServlet.j ava:220)

          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)

          at com.day.cq.theme.impl.ThemeResolverFilter.doFilter(ThemeResolverFilter.java:67)

          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)

          at org.apache.sling.i18n.impl.I18NFilter.doFilter(I18NFilter.java:96)

          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)

          at com.day.cq.wcm.core.impl.WCMRequestFilter.doFilter(WCMRequestFilter.java:119)

          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)

          at org.apache.sling.rewriter.impl.RewriterFilter.doFilter(RewriterFilter.java:84)

          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)

          at org.apache.sling.portal.container.internal.request.PortalFilter.doFilter(PortalFilter.jav a:76)

          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)

          at org.apache.sling.bgservlets.impl.BackgroundServletStarterFilter.doFilter(BackgroundServle tStarterFilter.java:135)

          at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)

          at org.apache.sling.engine.impl.SlingRequestProcessorImpl.processRequest(SlingRequestProcess orImpl.java:171)

          at org.apache.sling.engine.impl.SlingMainServlet.service(SlingMainServlet.java:199)

          at org.apache.felix.http.base.internal.handler.ServletHandler.doHandle(ServletHandler.java:9 6)

          at org.apache.felix.http.base.internal.handler.ServletHandler.handle(ServletHandler.java:79)

          at org.apache.felix.http.base.internal.dispatch.ServletPipeline.handle(ServletPipeline.java: 42)

          at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFil terChain.java:49)

          at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.jav a:33)

          at org.apache.sling.security.impl.ReferrerFilter.doFilter(ReferrerFilter.java:249)

          at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88)

          at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76)

          at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFil terChain.java:47)

          at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.jav a:33)

          at org.apache.felix.http.base.internal.dispatch.FilterPipeline.dispatch(FilterPipeline.java: 48)

          at org.apache.felix.http.base.internal.dispatch.Dispatcher.dispatch(Dispatcher.java:39)

          at org.apache.felix.http.base.internal.DispatcherServlet.service(DispatcherServlet.java:67)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

          at org.apache.felix.http.proxy.ProxyServlet.service(ProxyServlet.java:60)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

          at org.apache.sling.launchpad.base.webapp.SlingServletDelegate.service(SlingServletDelegate. java:277)

          at org.apache.sling.launchpad.webapp.SlingServlet.service(SlingServlet.java:150)

          at com.day.j2ee.servletengine.ServletRuntimeEnvironment.service(ServletRuntimeEnvironment.ja va:228)

          at com.day.j2ee.servletengine.RequestDispatcherImpl.doFilter(RequestDispatcherImpl.java:315)

          at com.day.j2ee.servletengine.FilterChainImpl.doFilter(FilterChainImpl.java:74)

          at com.day.crx.launchpad.filters.CRXLaunchpadLicenseFilter.doFilter(CRXLaunchpadLicenseFilte r.java:96)

          at com.day.j2ee.servletengine.FilterChainImpl.doFilter(FilterChainImpl.java:72)

          at com.day.j2ee.servletengine.RequestDispatcherImpl.service(RequestDispatcherImpl.java:334)

          at com.day.j2ee.servletengine.RequestDispatcherImpl.service(RequestDispatcherImpl.java:378)

          at com.day.j2ee.servletengine.ServletHandlerImpl.execute(ServletHandlerImpl.java:315)

          at com.day.j2ee.servletengine.DefaultThreadPool$DequeueThread.run(DefaultThreadPool.java:134 )

          at java.lang.Thread.run(Thread.java:680)

Caused by: com.day.cq.wcm.api.WCMException: Unable to remove Live Copy markers

          at com.day.cq.wcm.msm.impl.Utils.detachLiveCopy(Utils.java:274)

          at com.day.cq.wcm.msm.impl.Utils.detachLiveCopy(Utils.java:221)

          ... 70 more

Caused by: javax.jcr.nodetype.NoSuchNodeTypeException: Mixin cq:LiveRelationship not included in node /content/site/livecopy2-copy1/home/jcr:content

          at org.apache.jackrabbit.core.RemoveMixinOperation.perform(RemoveMixinOperation.java:87)

          at org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:200)

          at org.apache.jackrabbit.core.ItemImpl.perform(ItemImpl.java:91)

          at org.apache.jackrabbit.core.NodeImpl.removeMixin(NodeImpl.java:912)

          at org.apache.jackrabbit.core.NodeImpl.removeMixin(NodeImpl.java:2316)

          at com.day.cq.wcm.msm.impl.Utils.detachLiveCopy(Utils.java:249)

          ... 71 more

 

 

 

 

 

This kind of makes sense, because you can't cancel a live relationship before one actually exists, but there must be some sort of workaround to allow for this type of structure. We cannot be the only ones trying to use this CMS for multiple livecopy/blueprint relationship branches that share the same root. Does anyone have any ideas?

 

Thanks.

CRXDE vs Eclipse

$
0
0

Hey everyone,

     Just wondering how most of you do development for CQ5. I did have the developer training and we used CRXDE. Recently however we have consultants that do not recommend it. They recommend Eclipse. It is my understanding that CRXDE is Eclipse but cq-ified. Is CRXDE still distributed with CQ?

 

     We are just about to begin a huge project and I am trying to decide if I want to use Eclipse or CRXDE. My impression was that there were spcific features with CRXDE that relate to CQ that Eclipse would not have. And the consultants argue that CRXDE is obsolete? I'd rather use CRXDE since it is what CQ came with and all the documentation I have from training is in CRXDE.

    

     Can anyone help?

How to create a CQ package to export all the users and their permissions.

$
0
0

Hi All,

          Hope you all are doing great. Have a qn regarding the packge export via package manager. I am trying to export all the users and their permissions from one env to the other. I can get the users and groups but not their permissions. Can any one suggest me a way of how to do this? I was not able to get the include/exclude filters right..

 

Regards

Rama

CQ 5.5 running out of space in an instance

$
0
0

In cq5.5 Author and publish instances are day by day growing larger , because of this am running out of space?Can you please suggest me a solution??

Viewing all 12476 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>