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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -