Top "Web-inf" questions

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

How do I make Weblogic 10 prefer the jars in myApp.war:/WEB-INF/lib/ without throwing VerifyErrors?

The Weblogic classloader seems to prefer system libraries over the libraries in my war's WEB-INF/lib/. I've tried setting the …

java weblogic classloader web-inf
What difference between app-inf and web-inf folders in JavaEE applications?

Can you give me understanding of main difference between APP-INF and WEB-INF folders in javaEE applications. Thanks

java jakarta-ee web-inf
how to create files under /WEB-INF/

I am working on an application that stores files under /WEB-INF/someFolder/. But I dont find the right way to …

file servlets web-inf
JSF faces config file outside WEB-INF?

When creating multiple faces config files, it is correct to have the faces-config.xml outside of WEB-INF? The JSF spec …

java jsf web-inf faces-config
Tomcat 6 not loading jars from WEB-INF/lib

I'm trying to track down a configuration issue in my tomcat environment. Our production servers are running a tomcat installation …

java spring classpath tomcat6 web-inf
What's the correct procedure to add JARs into WEB-INF/lib directory in IntelliJ

Say I have a Java web project and I need to place a couple of JARs into the WEB-INF/lib …

java intellij-idea jar classpath web-inf
JSP in /WEB-INF returns "HTTP Status 404 The requested resource is not available"

I created a JSP file. sample.jsp <%@ page pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <…

jsp http-status-code-404 web-inf
Java/Tomcat: ServletContext & getResourceAsStream Problems

I am trying to access a conf file (located in the WEB-INF folder) from a Tomcat web app. At the …

java tomcat servlets web-inf
How to get properties file from /WEB-INF folder in JSF?

I have some properties file in /WEB-INF. And I want to load it in a JSF managed bean. Is there …

jsf properties managed-bean properties-file web-inf
Java WebApp: Loading resource from .jar located in WEB-INF

There are a lot of similar questions, but, probably, mine is a little bit different: What is the right way …

java jar resources web-inf