j_security_check is a default URL in web applications using JAAS, the Java Authentication and Authorization Service, and Spring Security. It is used to implement security.
j_seucrity_check is the action that needs to be set on a html form when using Java Servlet Form Authentication (container security).
See the Java Tutorial for more information.