0

I am required to change and customize the Liberty Profile Welcome page

<httpDispatcher enableWelcomePage="false"/>

I have used above tag to hide it but the page is displaying

Not Found

like this

enter image description here

How can I change the Welcome page?

1201ProgramAlarm
  • 32,384
  • 7
  • 42
  • 56
Krish
  • 15
  • 1
  • 3

1 Answers1

1

You can create your own app, create welcome page there and deploy it under / root context. There is no way to customize built in welcome page.

Gas
  • 17,601
  • 4
  • 46
  • 93