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.cgi seem
> 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/

Reply via email to