Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

\/welcome redirecting to CRX instead of CQ in CQ 5.5

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

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

Avatar

Level 1

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.