anukat2015 / elda

Automatically exported from code.google.com/p/elda
0 stars 0 forks source link

http 404 while running elda version 1.2.14 #158

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download elda 1.2.14
2. unzip and run java -jar start.jar
3. notice the 404 error

What is the expected output? What do you see instead?
Instead of the redirection (unlike previous stable version) a http 404 is 
displayed with the message 

"404 Resource Not Found: /docs/E1.2.14-index.html"

What version of the product are you using? On what operating system?
1.2.14 on ubuntu 12.04

Please provide any additional information below.

http://localhost:8080 is hardcoded in webapps/elda/index.html
doesn't redirect remotely

Original issue reported on code.google.com by gnanesh....@gmail.com on 18 Oct 2012 at 3:24

GoogleCodeExporter commented 8 years ago
the 404 error is displayed once you hit http://<host>:8080

Original comment by gnanesh....@gmail.com on 18 Oct 2012 at 3:27

GoogleCodeExporter commented 8 years ago
I haven't been able yet to work out why the root redirection fails. Well, 
except that it's not finding the index.html. I'm open to suggestions.

http://localhost:8080/elda, however, /does/ work.

Original comment by ehog.he...@googlemail.com on 30 Nov 2012 at 3:21

GoogleCodeExporter commented 8 years ago
The root webapp (which is what sees localhost:8080/) should have been in 
directory ROOT (not root in little letters).

Finally fixed for whatever comes after 1.2.23.

Original comment by ehog.he...@googlemail.com on 4 Jul 2013 at 2:48