-
Notifications
You must be signed in to change notification settings - Fork 156
How to disable XUI by default
Maxim Thomas edited this page May 11, 2018
·
2 revisions
Goto Configuration > Servers and Sites > Default Server Settings > Advanced and add:
XUI.enable=false
or change java system property:
-DXUI.enable=false
Goto Configuration > Servers and Sites > Select server > Advanced and add:
XUI.enable=false
Goto Deployment > Servers > Choose server > Advanced and add:
XUI.enable=false
Goto Configure > Server Defaults > Advanced and add:
XUI.enable=false