How to find the location of default error page in Jboss EAP 6.2
Below is the default Error message being displayed
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
JBWEB000065: HTTP Status 404 - /we
JBWEB000309: type JBWEB000067: Status report
JBWEB000068: message /we
JBWEB000069: description JBWEB000124: The requested resource is not available.
JBoss Web/7.2.2.Final-redhat-1
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
We do not want to display the app server error page in case some random URL is keyed in
Kindly suggest us on this
This error page is part of the the default root web application.
To disable it change the configuration of the default virtual-server
enable-welcome-root
property fromtrue
tofalse
.For example in
standalone.xml
: