the page_iwb is the jsp page override default page.jsp. I putted it to
foundation/components/primary/cq/page.I use it to handle url ends with
.iwb. here is code of the page:<%@include
file="/libs/foundation/global.jsp"%><%@page session="false"
contentType="application/json" import="com.day.cq.commons.Doctype,
com.day.cq.wcm.api.WCMMode, com.day.cq.wcm.foundation.ELEvaluator,
com.*.*" %><%%><% com.*.IwbPackageService packageService =
sling.getService(com.*.IwbPackageService.class); String
jsonDat...