Hello and thanks for reading my post.
I got a .war file from
http://www.jboss.org/infinispan/downloads; Infinispan 5.1. I imported the .war file into Eclipse Helios Release 2. The
JBoss 5.1 starts without any errors but when I try to access the index.html page, I get the HTTP 404 error. The index.html is declared in the web.xml. I cannot access the index.html using
http://localhost:8080/infinispan-server-rest/ or
http://localhost:8080/infinispan-server-rest/index.html. Here's the server.log output:
and here is the web.xml:
I don't see the issue, do you?
Thanks!