Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Sham_HC
Sham_HC
Offline

Badges

Badges
34

Accepted Solutions

Accepted Solutions
1204

Likes Received

Likes Received
175

Posts

Posts
2114

Discussions

Discussions
76

Questions

Questions
2038

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Re: jsp not being served? - Adobe Experience Manager 15-10-2015
It seems that you don't have the required package to start the server. I suggest to install CQ5 on a different port and location to test whether it is your environment.Your have unresolved constraint from felix bundle, You can understand the above message by following the example from two part serieshttp://thecarlhall.wordpress.com/2012/01/19/understanding-the-unresolved-constraint-missing-resource-message-from-apache-felix/http://thecarlhall.wordpress.com/2012/07/11/understanding-the-unresolved...

Views

284

Likes

0

Replies

0
Re: Applying Template to Custom Error Page - Adobe Experience Manager 15-10-2015
formis17 wrote... I'm sorry for the delayed reply! When I invoke the template directly (through site admin) the i18n labels appear as expected. However, when I access the page through the 404.jsp file (by typing the url incorrectly) the labels are missing. https://forums.adobe.com/thread/1129498?tstart=0

Views

233

Likes

0

Replies

0
Re: What is the best way to import users of one instance to another? - Adobe Experience Manager 24-05-2016
FWIW user passwords are not related at all to Granite CryptoSupport. Further the CryptoSupport master key is not used in the evaluation of passwords. Passwords are evaluated entirely based on the values in the rep:password property. Repeated SHA256 iterations along with a per-user random salt provide reasonable security. That said password hashes should of course be kept secret.-Rob Ryan

Views

458

Likes

0

Replies

0
Re: Will changes to components flush the dispatcher cache? - Adobe Experience Manager 15-10-2015
It is expected & you have to flush the page.

Views

115

Likes

0

Replies

0
Re: OOB External component NOT WORKING - Adobe Experience Manager 15-10-2015
Hi Sham,Thanks for your reply.But as per dev.day.com documentation i gave www.google.com but still i am getting the above error.Also i tried to give the url as https://www.google.com/ still nothing is getting displayed.Anything else required to be done from my side??

Views

130

Likes

0

Replies

0
Re: Is there a way to rebuild our CQ's (5.6) search index without incurring downtime and having to stop the instance? - Adobe Experience Manager 15-10-2015
LinearGradient wrote... Hi Sham, Would this work without restart: http://docs.adobe.com/docs/en/cq/current/deploying/upgrading/consistency-check.html? If so, do we have to do it on each instance separately? Thanks. You can run without restart during non peak load time

Views

131

Like

1

Replies

0
Re: Problem with encoding - Adobe Experience Manager 15-10-2015
Many thanks for your reply Mshajiahmed I've tried but didnt work. is this config supposed to change the encoding on the fly?I understand the problem we have is due to inserting the content in the first place with a certain encoding from the backend and now we need to manually re do the objects. so if i had to change the encoding of each of our objects , how would i do that quickly?thanks again

Views

184

Like

1

Replies

0
Re: Default Image for Image Component - Adobe Experience Manager 15-10-2015
When you get the properties of image, provide an alternative path in case there is no image.String image = properties.get("your_image_path", "/some/path/mysitelogo.jpg"); %><%This will return the default value to your image (after you correct the path). Since the ValueMap will automatically return the default value if the retrieved value is null, you no longer have to do the null check.

Views

599

Like

1

Replies

0
Re: Purge SAML Users - Adobe Experience Manager 15-10-2015
Not out of the box need custom implementation.

Views

73

Like

1

Replies

0
Re: Restrict access to global components - Adobe Experience Manager 15-10-2015
From useradmin UI do not have option to configure it. Use aclsetup[1] OR crxde light Or Crx explorer.[1] http://:/system/console/configMgr/com.day.cq.security.ACLSetup

Views

519

Likes

0

Replies

0