Top "Web-inf" questions

WEB-INF is the name of a folder found in Java web applications.

how can i have access to my files that placed in WEB-INF folder

i'm new to java and have a strange problem. i create some folder(theme, js, css) in WEB-INF folder and …

java jsp web-inf
How to dynamically update (hot swap) jars in a web-app?

I have a webapp in a war archive which is deployed on cloudfoundry. One of the libraries ("somelib.jar") used …

java tomcat cloud-foundry hotswap web-inf
Can't access to WEB-INF/folder/folder/file.jsp

I'm developing a little servlet with eclipse on a Tomcat server. From this servlet I want to include some jsp …

java eclipse jsp tomcat web-inf
How to navigate between jsp pages

I have a jsp page called home.jsp outside the WEB-INF directory and an other jsp page called service.jsp …

jsp servlets web-inf
Not Showing Welcome Page JSP

I have created dynamic web project in eclipse and added index.jsp file, obviously thats my welcome page.I have …

java angularjs jsp web-inf welcome-file