spring-attic / spring-social-samples

Samples of using Spring Social
http://projects.spring.io/spring-social
Apache License 2.0
531 stars 811 forks source link

jstl error in the signin page #12

Open surajz opened 12 years ago

surajz commented 12 years ago

You need to use jetty-maven-plugin to properly run the app with current dependency instead of tomcat otherwise you get error - org.apache.jasper.JasperException: Unable to read TLD "META-INF/c.tld" from JAR file org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.jar": org.apache.jasper.JasperException: Failed to load or instantiate TagLibraryValidator class: org.apache.taglibs.standard.tlv.JstlCoreTLV

so, you need to add

org.mortbay.jetty jetty-maven-plugin

then then run it using mvn jetty:run