Top "Web-inf" questions

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

What is WEB-INF used for in a Java EE web application?

I'm working on a Java EE web application with the following source code structure: src/main/java <-- multiple …

servlets jakarta-ee war web-inf
Maven dependencies not visible in WEB-INF/lib

I'm having this weird problem making my project Maven-based. I created a new Maven project in Eclipse and enabled the …

java eclipse tomcat maven web-inf
How to resolve BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/dispatcher-servlet.xml]?

Error Stack trace: SEVERE: StandardWrapper.Throwable org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/dispatcher-servlet.…

java spring spring-mvc web-inf
Is WEB-INF in the CLASSPATH?

Is the WEB-INF folder in the CLASSPATH of a Java Web application?

java classpath web-inf
Which XHTML files do I need to put in /WEB-INF and which not?

After these questions: https://stackoverflow.com/questions/8589315/jsf2-dynamic-template Dynamic ui:include How can I retrieve an object on @WindowScoped? …

jsf jsf-2 facelets web-inf
Referencing a resource placed in WEB-INF folder in JSP file returns HTTP 404 on resource

I have a dynamic web project called BookShopWeb which I created in eclipse, with the following directory structure /BookShopWeb/| |--src |…

jsp resources web-inf
What does WEB-INF stand for in a Java EE web application?

Most of the places on the internet say it stands for WEB INFormation. I rather doubt it. The folder contains …

servlets jakarta-ee web-applications web-inf
JSF files inside WEB-INF directory, how do I access them?

I want to put my JSF 2.0 xhtml files under WEB-INF\jsf. How do I access them then? I know that …

java model-view-controller jsf-2 web-inf
How to write to a file in WebContent directory from a class in WEB-INF/classes directory

I have a Java Class UpdateStats in WEB-INF/Classes directory of a dynamic web application.This class has a function …

java jakarta-ee tomcat file-handling web-inf
java how to access file in WEB-INF folder WITHOUT servlet context

I searched the internet since yesterday, but I seem unable to cope with the task at hand. I have a …

java spring tomcat web-inf