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:

i thought data should in web-inf folder, or have put in wrong place? also, function class i'm using:
any idea missing?
Comments
Post a Comment