I moved the com_zimbra_jspsample into the _dev directory and undeployed it from the admin console.
Code:
HTTP ERROR: 404
NOT_FOUND
RequestURI=/service/zimlet/com_zimbra_jspsample/sample.jsp
Powered by Jetty://
But my jsp is in
/service/zimlet/_dev/com_zimbra_jspsample/sample.jsp
So I modify the xml file and reload the web browser. I then get
Code:
HTTP ERROR: 404
NOT_FOUND
RequestURI=/service/_dev/zimlet/com_zimbra_jspsample/sample.jsp
Powered by Jetty://
What should I be doing to get the jsp to be used?