-
Bug
-
Resolution: Done
-
Blocker
-
2.0.3.Final
-
None
EAP server welcome page (aka http://localhost:8080/ ) returns "404 - Not Found" once the JBOSS_HOME contains lower case drive letter on Windows.
reproduce
- start the EAP using absolute path with lower case drive letter
C:\Users\Administrator>c:\jboss-eap-7.0\bin\standalone.bat
- get the response from welcome page
wget.exe --server-response --spider http://localhost:8080 Spider mode enabled. Check if remote file exists. --2015-11-30 07:26:57-- http://localhost:8080/ Resolving localhost (localhost)... ::1, 127.0.0.1 Connecting to localhost (localhost)|::1|:8080... failed: Connection refused. Connecting to localhost (localhost)|127.0.0.1|:8080... connected. HTTP request sent, awaiting response... HTTP/1.1 404 Not Found Connection: keep-alive X-Powered-By: Undertow/1 Server: JBoss-EAP/7 Content-Length: 74 Content-Type: text/html Date: Mon, 30 Nov 2015 12:26:58 GMT Remote file does not exist -- broken link!!!
Regression against 6.4.0 and 7.0.0.ER13
- clones
-
JBEAP-2054 EAP welcome page gives 404 if JBOSS_HOME contains lower case drive letter (Windows)
- Closed