Top "Web.xml" questions

The web.

java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter in web.xml

This is my web.xml Code,While running I am getting error like this..How to resolve this? "SEVERE: Exception …

struts2 web.xml
Do I really need web.xml for a Servlet based Java web application?

I haven't been working on real world web projects. At university we used both Servlets and Spring for Java web …

java servlets web.xml
How to configure the log4j output file path in web.xml and log4j.properties?

I have developed a web application where i can register a employee. My web.xml <?xml version="1.0" encoding="UTF-8"?&…

debugging configuration log4j web.xml properties-file
how to exclude a url in filtermapping

web.xml <filter> <filter-name>SessionCheckFilter</filter-name> <filter-class>filter.SessionCheckFilter</filter-class> &…

java servlet-filters web.xml url-pattern
Java Servlets - Storing a list of values in web.xml (multiple param-value's for single param-name)

I'm creating a servlet that needs to load configuration information. Part of the configuration information I need is a list …

java web-applications servlets web.xml
How can I map a "root" Servlet so that other scripts are still runnable?

I'm trying to build a Servlet that calls a JSP page similar to the following: public void doGet(HttpServletRequest req, …

java google-app-engine servlets web.xml
AngularJS HTML5 Mode - How do direct links work without server specific changes?

Note: This question could also read: How to support bookmarking of hashbang-less client side mvc frameworks in Java. I am …

java angularjs web.xml single-page-application
URL Pattern for servlet mapping in web.xml

I need a workaround with this URL mapping in web.xml to create URLs with a letter, followed by a "_" …

java jsp servlets jakarta-ee web.xml
What is a servlet's "display-name" for?

The <display-name> element appears to be a valid sub-element of the <servlet> element as per the …

java servlets web.xml
I'm getting "org.apache.catalina.core.StandardContext startInternal SEVERE: Error listenerStart". Some clues?

I'm developing a kind of complex hello world-spring webapp (since it has just the minimum functionality: one controller and one …

spring-mvc intellij-idea tomcat7 web.xml servlet-listeners