5.1.3.23. How to override or add a Context Parameter to my portal without
modifying the portal binary?
Actually, you have nothing to do, you just need to ensure that you
get the context parameter value from the unified servlet context of the
portal, that should be set for you but you can still get it from
portalContainer.getPortalContext().
5.1.3.22. How to add new HttpServlet to my portal
without modifying the portal binary?
5.1.3.24. Where can I found an example of how to extend my portal?