|
Home > Archive > WebSphere Portal Server > July 2004 > updating portlet application with new portlets
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
updating portlet application with new portlets
|
|
| dlangsweirdt 2004-07-15, 7:54 am |
| Hello all,
I have a portlet application with 10 or so portlets. I would like to add a new portlet to the portlet application, but after I do this, it is not recognized when I update the portlet application from the admin page. Do I need to remove the portlet appli
cation and reinstall it for the new one to be recognized? Does anyone know of any settings or tricks to get this to work?
Thanks.
| |
|
| from redbook 246076:
Updates in portlet.xml are not reflected after a server restart
When using configuration parameters in portlet.xml, existing parameters are
preserved and only new ones are added. To change this behavior, you have to
change a special configuration parameter of the Deployment service as follows:
1. Open the file <WSSD_DIR>/runtimes/portal_v50/shared/app/config/services/
DeploymentService.
2. Scroll down to the line update.portlet.preserves.config.settings = true
and change this parameter value to false.
3. Restart the server.
|
|
|
|
|