Top "Web.xml" questions

The web.

What does this web.xml error mean?

<?xml version="1.0" encoding="UTF-8"?> <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="…

schema web.xml
Using properties in web.xml

I would like to control the settings in web.xml and using different once for different environments. Is it possible …

web-applications properties web.xml
Spring Controller's URL request mapping not working as expected

I have created a mapping in web.xml something like this: <servlet> <servlet-name>dispatcher</servlet-name&…

model-view-controller spring-mvc controller web.xml url-mapping
Whitelist security constraint in web.xml

I'm using Tomcat for my Struts2 application. The web.xml has certain entries as shown below: <security-constraint> <…

java tomcat struts2 web.xml security-constraint
How to exclude one url from authorization

My web.xml looks like: <security-constraint> <web-resource-collection> <web-resource-name>app</web-resource-name> <url-pattern&…

java jakarta-ee authentication web.xml
What's the purpose of async-supported in web.xml?

<servlet> <description>xxx</description> <servlet-name>xxx</servlet-name> <servlet-class>…

java servlets asynchronous web.xml
How to add filters to servlet without modifying web.xml

I'd like the ability to modify/configure filters in a different way than web.xml. Here is a static configuration …

java servlets servlet-filters web.xml
How do I provide basic http authentication for static tomcat webapps without changing tomcat-users.xml?

I have access to the tomcat manager and can upload war-files. One of these wars is a static web project (…

tomcat web.xml http-authentication
Getting error: The content of element type "web-app" must match,

When I build my project in Eclipse Helios Service Release 2, I get an error in my web.xml. Please suggest …

servlets web.xml
Overview of all JSF-related web.xml context parameter names and values

There are several JavaServer Faces <context-param> in web.xml: facelets.REFRESH_PERIOD, facelets.DEVELOPMENT, facelets.SKIP_COMMENTS etc. …

jsf web.xml context-param