Hi Christopher, It may be possible that you have not included line : <%@ taglib prefix="shiro" uri="http://shiro.apache.org/tags" %>
This TLD is bundled in shiro web package. According to shiro documentation - "To use any of the tags, add the above line to the top of your JSP page (or wherever you define page directives):" Refer - http://shiro.apache.org/web.html#Web-TagLibraryConfiguration On 2/8/12, Christopher Richmond <[email protected]> wrote: > This occurs when I use: > > <shiro:guest> > or > <shiro:authenticated>\ > tags in my jsp page. It works fine in eclipse. so the proper lib is there > somewhere Removing these tags makes the page work fine in -jar running as > well. > > Thanks > > > > ... > Any idea why my login.jsp page cannot process and I get > > java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagSupport >
