Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    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 ^/$...

    Views

    2.0K

    Likes

    0

    Replies

    5
  • 10/15/15
    HiI have a hyperlink on a product scaffold form and I want to modify the href field by appending the value of a new property on the end of it, which will come from the product data. I am doing this via the hyperlink.jsp code.So, following the example of other scaffold components, I have defined a pr...

    Views

    275

    Likes

    0

    Replies

    0
  • 10/15/15
    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 ...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 10/15/15
    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 ...

    Views

    375

    Likes

    0

    Replies

    1
  • 10/15/15
    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...

    Views

    822

    Likes

    0

    Replies

    1
  • 10/15/15
    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...

    Views

    821

    Likes

    0

    Replies

    8
  • 10/15/15
    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

    Views

    749

    Likes

    0

    Replies

    2
  • 10/15/15
    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

    Views

    682

    Likes

    0

    Replies

    6
  • 10/15/15
    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 . 

    Views

    211

    Likes

    0

    Replies

    1
  • 10/15/15
    I created component for image upload to DAM[img]Screen Shot 2015-07-21 at 12.07.21 AM.png[/img], i used fileuploadfield xtype for upload option,I can select images and other files, but am getting value as fakepath.How i can fix this and any idea how i can retrive value from the dialog for fileupload...

    Views

    535

    Likes

    0

    Replies

    3