java - IntelliJ IDEA not finding files for Tomcat? -


i trying create webservices rest project intellij idea. idea supply files user, seems can't find them in tomcat's directory. trying serve simple index.html page, java reports file not found. current project structure this:

project structure

i thought data should in web-inf folder, or have put in wrong place? also, function class i'm using:

enter image description here

any idea missing?


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -