This content has been marked as final.
Show 3 replies
-
1. Re: JBWEB000124: The requested resource is not available.
eelin Jan 27, 2014 9:38 PM (in response to slava1961)After you modify enable-welcome-root="false", you need to add default-web-module="YourApplicationName"
Eg: <virtual-server name="default-host" enable-welcome-root="false" default-web-module="example">
-
2. Re: JBWEB000124: The requested resource is not available.
slava1961 Jan 28, 2014 3:13 AM (in response to eelin)Thanks for your reply. But it does not work.
http://localhost:8080/index.html http://localhost:8080/
JBWEB000309: type JBWEB000067: Status report
JBWEB000068: message /
JBWEB000069: description JBWEB000124: The requested resource is not available.
standalone.xml
<virtual-server name="default-host" enable-welcome-root="false" default-web-module="xena-1.0-SNAPSHOT.war"> <alias name="localhost"/> <alias name="example.com"/> </virtual-server> On "Deployment" page
Name:xena-1.0-SNAPSHOT.war
Runtime Name:xena-1.0-SNAPSHOT.war
Name:web
Context Root:/
Virtual Host:default-host
-
3. Re: JBWEB000124: The requested resource is not available.
ctomc Jun 8, 2017 7:17 AM (in response to slava1961)did application deploy correctly? what that log file say?