Dear all,
according to this How Requests Are Handled by Server - Portal - SAP Library I should be able to replace the portal launcher through editing this section of the irj web.xml:
<!--URLs for standard and anonymous requests-->
<init-param>
<param-name>portal_entry_point</param-name>
<param-value>/servlet/prt/portal/prtroot/
com.sap.portal.navigation.portallauncher.default</param-value>
</init-param>
I tryed to do so by implementing an own APC and replacing the com.sap.portal.navigation.portallauncher.default through com.mycompany.portallauncher.EPLauncher. After I have done this modification I restarted the EP and hang in with a debug sesssion in my own source. For reasons I dont understand this one is not beeing entered while user login. It seems the login process is not noticing the change in the web.xml at all. I have the suspicion Im doing something wrong, could anybody help me on this please? Thank you very much,
regards