I am trying to create an iview which extends the HttpServlet. I have managed to create and deploy this component to the EP6 SP2 Patch27 portal that I am running, however, when I run it it appears that the path it is trying to connect to is always /sevlet.jsp.
This is a bit silly as I want to be able to call any URL I like in my servlet, as you would do in any servlet.
Has anyone achieved this before or is there some workaround ?
Thanks
Darrell