Solved
separating 404 JSP for two projects under one CQ instance
I have two different projects on same CQ instance. The problem is on how to handle 404.jsp
I have overridden path /libs/sling/servlet/errorhandler/404.jsp in my project with /apps/sling/servlet/errorhandler/404.jsp and now I have to create separate custom error handling pages for both the projects.
How do I do that?
Thanks,