• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

index.html producing HTTP Status 404

 
Ranch Hand
Posts: 201
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!
 
Roses are red, violets are blue. Some poems rhyme and some don't. And some poems are a tiny ad.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic