I have two spring mvc projects. Single project executes without any problem but If I add another project to server and try to execute that one, it gives an error. I am not getting what exactly is conflicting. I am using bootstrap in both projects. Also many of js, css and jar files are same. Thanks in advance.
Asked
Active
Viewed 29 times
-1
-
3Show us the error msg (+stacktrace if any). – Arek Jun 16 '15 at 11:03
-
it gives msg as "an exception occured processing JSP page" for c:if tag – PDN Jun 16 '15 at 11:07
-
And that's all? I doubt it – Arek Jun 16 '15 at 11:10
-
Yes, that's all. That is why I am not getting what is going wrong. – PDN Jun 16 '15 at 11:12
-
Start is this : stackTrace: classCastException org.apache..jasper.el.ELContextImpl cannot be cast to org.apache..jasper.el.ELContextImpl – PDN Jun 16 '15 at 11:20