The JSTL dependency has scope "provided," which is appropriate because the JAR really should belong to the container and not the application (though the latter will generally work as long as the container doesn't provide its own copy). The same idea applies to the taglibs-standard artifact.
On Fri, Oct 28, 2011 at 2:41 PM, Manoj Khangaonkar - [email protected] wrote: > The shiro web sample has the appropriate dependencies in the POM > > <dependency> > <groupId>javax.servlet</groupId> > <artifactId>jstl</artifactId> > </dependency> > > <dependency> > <groupId>taglibs</groupId> > <artifactId>standard</artifactId> > </dependency> > > Once downloaded they need to be either packaged in the war > (WEB-INF/lib -- the shiro web sample pom.xml does not do it ??) or > placed > in your tomcat_install\lib directory > > Manoj > > > > On Fri, Oct 28, 2011 at 9:41 AM, levk <[email protected]> wrote: > > I guess my question is more on a way to do that. First of all none of the > > mirrors at > > http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgiseem > > to have the binaries anymore and that's where I thought I would need to > > download it from. Once I do find them, where should I put them? And is > there > > absolutely no way to have maven do this for me? > > > > -- > > View this message in context: > http://shiro-user.582556.n2.nabble.com/Error-in-the-web-example-tp6937971p6940849.html > > Sent from the Shiro User mailing list archive at Nabble.com. > > > > > > -- > http://khangaonkar.blogspot.com/ > >
