Reason for this error is version incompatibility between JSP, Servlet and JSTL. Matching versions are listed below.
- JSP 1.2 , Servlet 2.3 , JSTL 1.0
- JSP 2.0 , Servlet 2.4 , JSTL 1.1
Check the web.xml to see whether it uses the Servlet 2.3 DTD or Servlet 2.4 Schema.
If it uses Servlet 2.3 DTD, it will have the following text.
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
.....
</web-app>
For Servlet 2.4 Schema, it will look like below.
<web-app version="2.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
.....
</web-app>
When you change the versions correctly, no such errors will pop-up. Hope this will help you.
 
 
 
![[Solved] Nginx - error: HTTP rewrite module requires the PCRE library](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPfTSpcQq_66R9tMfurg_TBO-3V9Zuc3Z8FvhVf6MpWIOKvRpMuZoHNklzt2TdPxIBpWRS_chZcQ9sxDh_a7rBXYR8-QZJYEryCoBkB5AINOIIMDreaIxN4kuu6_9nRZSflHPZvmRs56M/s72-c/nginx-logo.jpg) 
![[Tutorial] Plotly graph drawing in Java webapp - Part 2](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8wRtDkMeY8CrYHteQdJBpD_wcHBfyVFx9Pwadg5ylo03pqC7Hz7YUjfUpKuVJn0PYXZotmTeuUuVJ9fZf9_TwXOWn7C63NehxnHJ_lw0X8vLqNPQjirYNgpXN4LsIG7_GqcdFaW3yuSv_/s72-c/1-Final-Expected-Chart-Top.jpg) 
 
![[Log4j] How to integrate with your Java project](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg46UX1mh0knldrmisV04PgOGcyQfsZ4JqTaQsVb2sau56rJNKc4HHT_hfsD7x9B1MJNnLYgklJ-NBaQDuDE7Rd87NLYv9SwhGeh6zYXso752RbDGxgXw8w9OXwEkDj72hflhn2RG3wmkZd/s72-c/log4j.jpg) 

 Hello, my name is Jack Sparrow. I'm a 50 year old self-employed Pirate from the Caribbean.
Hello, my name is Jack Sparrow. I'm a 50 year old self-employed Pirate from the Caribbean. 
Hi,
ReplyDeleteThanks, I had the same issue and it's solved by changing the Servlet version from 2.4 to 2.3
Timo: I was experiencing the exact same thing, using your change solved my problem
ReplyDeletethank you very much !
Hello,
ReplyDeleteThanks Timo
Thanks @Timo. I had the same problem when using Servlet 3.0 Schema.
ReplyDeleteTimo thank you. You are solved my problem also :)
ReplyDeleteThanks guys, this thread helped me ... much appreciated
ReplyDeleteThank you so much !
ReplyDeleteJiri
Thanks Timo, i faced the same problem After reading this post problem was solved
ReplyDeleteThanks Timo, i have faced the same problem After reading your post problem was solved
ReplyDeleteThanks Timo, it worked for me too
ReplyDeletewell done! super
ReplyDeleteThanks Timo!
ReplyDeleteIt worked for me :)
Hi Timo, I was experiencing the exact same thing, using your change solved my problem
ReplyDeletethank you very much !
@ Timo
ReplyDeletethanks
@Timo is right!
ReplyDelete