j_security_check was not found on this server | Community
Skip to main content
Level 2
September 14, 2018
Solved

j_security_check was not found on this server

  • September 14, 2018
  • 2 replies
  • 1838 views

Hi guys,

I'm using AEM6.4 and have a issue with "j_security_check" on the Publish server.

When using the port (i.e. 4503/content/mysite/j_security_check) j_security_check works but without the port I get this error "The requested URL /content/mysite/j_security_check was not found on this server."

I've added /0054 { /type "allow" /url "/j_security_check*" } to the dispatcher.any but doesn't work.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by robertb4929173

I have added this and works /0054 { /type "allow" /global "*j_security_check*" }

2 replies

arunpatidar
Community Advisor
Community Advisor
September 14, 2018

Hi,

Can you try below

/0054 { /type "allow" /url "*/j_security_check*" }

Arun Patidar
robertb4929173AuthorAccepted solution
Level 2
September 20, 2018

I have added this and works /0054 { /type "allow" /global "*j_security_check*" }