ibm websphere portal blog,websphere portal, portal blog, ibm blog,websphere blog,websphere tips and tricks, websphere interview questions, portal interview questions, portal faqs

Approach to Customize WCM (Lotus WCM) | IBM WebSphere Portal Blog

Pages

Sunday, October 30, 2016

Approach to Customize WCM (Lotus WCM)


Best way to customize the Lotus WCM (Lotus web content management) is to create separate webApplication (EAR) file deployed on Portal server.

Keep all your custom JSP files in that web applicaiton and let your WCM JSP components or any customization access them as below

/YourWebApplicationContext;/jsp/youcustomefile.jsp

this way you no need to place your JSP file under multiple place like under the render portlet , authoring portlet.