Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 982 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 982 Bytes

visualCaptcha-java

Plain Java Servlet backend for visualCaptcha

Configuration

  1. Add dependency on visualCaptcha-java to your project.

  2. Copy the directories assets/audios and assets/images into your web root.

  3. Register and configure the servlet in your web.xml:

    Captcha net.dotzour.visualCaptcha.CaptchaServlet image-asset-path images/visualCaptcha audio-asset-path audio Captcha /captcha/*
  4. Configure your front-end to communicate with the servlet path you choose.