This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
We're moving our CQ 5.5 sites to new servers, so I restored a backup on a new node just fine, but am having some trouble with the login procedure.
It seems that the login works fine, but the user then gets redirected to CRX (with some broken images) instead of CQ.
http://10.120.17.79:4502/welcome goes to http://10.120.17.79:4502/libs/crx/core/content/welcome.html
It should go to http://10.120.17.79:4502/libs/cq/core/content/welcome.html
I've attached screen shots of the broken CRX screen we get to as well as the correct CQ page that we get to if I manually enter the URL.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Michael,
Seems like you have different version of the jvm 7.
Please verify the following configuration in CRXDE: & change accordingly if different.
For /libs/cq/core/content/welcome
sling:vanityOrder should be 1000
sling:vanityPath /welcome
For /libs/crx/core/content/welcome
sling:vanityOrder should be 100
sling:vanityPath /welcome
Thanks,
Sham
Views
Replies
Total Likes
Hi Michael,
Seems like you have different version of the jvm 7.
Please verify the following configuration in CRXDE: & change accordingly if different.
For /libs/cq/core/content/welcome
sling:vanityOrder should be 1000
sling:vanityPath /welcome
For /libs/crx/core/content/welcome
sling:vanityOrder should be 100
sling:vanityPath /welcome
Thanks,
Sham
Views
Replies
Total Likes
Changing those values did the trick, thanks. CQ's welcome was set to 200, CRX's was set to 900.
I still don't understand why this happened, though, since the system the backup was made on has the exact same values, yet still takes the user to the CQ welcome page instead of the CRX page. That server has the same 200 and 900 values for CQ and CRX, respectively.
Views
Replies
Total Likes
Views
Likes
Replies