Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

j_security_check was not found on this server

Avatar

Level 2

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.

1 Accepted Solution

Avatar

Correct answer by
Level 2

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

View solution in original post

2 Replies

Avatar

Community Advisor

Hi,

Can you try below

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



Arun Patidar

Avatar

Correct answer by
Level 2

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