When I start my application from my server, I got the error,which means there is a conflict between the server jars and the application jars, so is there away to know the jar name from the exception below.
Caused by: java.lang.LinkageError: javax/servlet/jsp/JspApplicationContext.addELResolver(Ljavax/el/ELResolver;)V at com.sun.faces.config.ConfigureListener.registerELResolverAndListenerWithJsp(ConfigureListener.java:681)
at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:234)
... 21 more
Thanks