web-inf Questions
4
I created a JSP file.
sample.jsp
<%@ page pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<title>Insert title here</title>
</head>
<b...
Eradicate asked 5/3, 2010 at 10:35
5
Error Stack trace:
SEVERE: StandardWrapper.Throwable
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/dispatc...
Chevet asked 15/9, 2014 at 17:45
4
Say I have a Java web project and I need to place a couple of JARs into the WEB-INF/lib directory. In Eclipse, if you simply place those JARs there, Eclipse picks them up as on the classpath. Howev...
Coraleecoralie asked 6/11, 2013 at 3:16
9
Solved
I'm having this weird problem making my project Maven-based. I created a new Maven project in Eclipse and enabled the Dynamic Web facets. But during runtime now it throws ClassNotFoundException bec...
5
Solved
I'm working on a Java EE web application with the following source code directory structure:
src/main/java <-- multiple packages containing Java classes
src/test/java <-- multiple packages co...
1
Solved
I have an embedded H2 Database I'd like to put in the WEB-INF directory of a web application.
What is the proper way to refer to this in a JDBC url?
Ideally I'd like a solution that would work b...
2
Solved
I want to put my JSF 2.0 xhtml files under WEB-INF\jsf. How do I access them then? I know that anything inside WEB-INF isn't exposed to the outside, so I need a controller to redirect me to the cor...
Bawbee asked 18/8, 2010 at 12:50
1
Solved
I created a Servlet 3.0 web fragment jar that contains a file:
/META-INF/resources/WEB-INF/classes/com/foo/whatever/i18n.properties
One of the Servlet Context Listeners enabled by the web fragmen...
Dresden asked 21/1, 2015 at 23:36
3
I have a central class (RuntimeConfiguration) that holds around 100 parameters for my application. These parameters are taken from an XML file which I stored in the WEB-INF folder. On my developmen...
1
Solved
I am using Primefaces DialogFramework with
Primefaces 5.0
Mojarra 2.1.27
Glassfish 3.1.2.2 Build 5
My problem is, that if the user knows the location of my dialog, he is able to access it direc...
Vitale asked 25/7, 2014 at 16:28
2
Solved
In a simple Java web application, for example imagine you have a servlet TestServlet.java. In deployment description ( web.xml ) you can for example map the request coming to say /testpage to...
Sakai asked 7/11, 2013 at 18:24
2
Solved
Can you give me understanding of main difference between APP-INF and WEB-INF folders in javaEE applications.
Thanks
Lucio asked 30/8, 2012 at 7:20
5
Solved
Most of the places on the internet say it stands for WEB INFormation.
I rather doubt it. The folder contains executables. Information is not a suitable name for it.
Circuit asked 28/3, 2009 at 15:49
1
Solved
I just "discovered" that we have two Meta-Inf folders ... In eclipse and also in the War file.
The First one is (in the war):
/META-INF/
The Second, and weird one ist:
/WEB-INF/classes/META-INF...
Tay asked 5/11, 2012 at 19:4
2
I have a web application that contains hundreds of HTML, JavaScript and image files. These files are located under the root directory:
my_root--
-- html
-- js
-- images
These folders contain ...
1
Every project example I've seen so far, in a book or a tutorial, have got the XHTML (Facelets) pages on the same level as WEB-INF directory. I've read also that in order to have the pages not direc...
1
Solved
After these questions:
https://stackoverflow.com/questions/8589315/jsf2-dynamic-template
Dynamic ui:include
How can I retrieve an object on @WindowScoped?
How can I check if an object stored with...
2
Solved
I'm trying to track down a configuration issue in my tomcat environment. Our production servers are running a tomcat installation and reading the war from a shared NFS mount.
However, when I try t...
2
The Weblogic classloader seems to prefer system libraries over the libraries in my war's WEB-INF/lib/.
I've tried setting the following in WEB-INF/weblogic.xml, without success:
<weblogic-web-...
Copal asked 8/6, 2011 at 12:13
2
I have a dynamic web project called BookShopWeb which I created in eclipse, with the following directory structure
/BookShopWeb/|
|--src
|---WebContent
|
|---META-INF
|----WEB-INF---web.xml
...
3
When creating multiple faces config files, it is correct to have the faces-config.xml outside of WEB-INF? The JSF spec does not seem to be very clear about this (Section 10.1.3)
If yes, how should...
Stork asked 2/9, 2009 at 1:51
2
Solved
Is the WEB-INF folder in the CLASSPATH of a Java Web application?
1
© 2022 - 2024 — McMap. All rights reserved.