1
Using Kaptcha in JSP page within WEB-INF folder
Since our JSP page in inside WEB-INF folder, we need to give path starting from the context path.
in JSP page
in JSP page
instead of <img=kaptcha/>
place
<img=<%request.getContextPath()%>/kaptcha/>