You're accessing /lscs/v1/admin/debugpanel when you should be accessing /lscs/admin/debugpanel(/v1/ routes requests through the command handlers, whereas not having it there routes it through native servlet handling, thereby hitting the JSP)
... are not working.
What does 'not working' mean, specifically?What happens when you hit them directly? (two of those aren't spelled right, btw):/lscs/admin/debugpanel/RulesEngine.html/lscs/admin/debugpanel/list.html/lscs/admin/debugpanel/JCS.jsp
All the above urls going to "/lscs/v1/admin/status" only.Only two admin urls are working: /lscs/v1/admin/status & /lscs/v1/admin/diags
I know I'm annoying, but this shouldn't happen unless you still have /v1/ as part of the URLs you're trying to access for the debug panel