cancel
Showing results for 
Search instead for 
Did you mean: 

HAC page not found

mohammed24
Participant
0 Kudos

when i try to Access

localhost:9001/hac/

then i am not able to open HAC instead it is saying Page not found.Can i please know what is the error?

Accepted Solutions (1)

Accepted Solutions (1)

former_member469962
Contributor

Helhammed,

As Sebastian mentions the OOTB url for hac is: http://localhost:9001 .

If you are trying to update the hac's webroot to /hac , then do the following:

  1. Add a property: hac.webroot=/hac in the local.properties

  2. Clean and rebuild the hybris platform

  3. Restart the server

  4. Now, hac is accessible under http://localhost:9001/hac

Hope this helps.

Br, Shwetha

Answers (3)

Answers (3)

former_member674342
Active Participant

Helhhamed,

Try to use only: http://localhost:9001/

Best,

Marko_salonen
Contributor
0 Kudos

ant server should be enough to change this property.

former_member621020
Active Participant
0 Kudos

Check for "hac.webroot" property in local.properties. Then append that value to "http://localhost:9001/" to access HAC