Hi @divyas70997717!Is there any specific reason why you would need to
have a ".jsp" extension on the public URL?In general, AEM supports
multiple scripting languages, such as HTL, JSP, (server-side)
JavaScript. The latest best practice prefer HTL over JSP.However, the
resource and script resolution is not as simple as requesting a resource
with a ".jsp" extension to have the according JSP file render the
resource. In AEM, there are dedicated handlers based on the extension of
the incoming reques...