Alok Jain wrote:
Hi,
              Can I have  each portlet packaged in a different WAR and deployed 
in the same portal server.
Sure, no problem.
The portal maintains a registry through which webapp (WAR) a portlet is 
deployed.
One think to keep in mind however is that portlets bundled in one webapp do have the advantage that they can share the same servlet session and portlet session (APPLICATION_SCOPE). If you don't need that, deploying all of them in separate webapps gives you the benefit of a very fine-grained release/deployment life-cycle.


Thanks,
Alok.



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscr...@portals.apache.org
For additional commands, e-mail: jetspeed-user-h...@portals.apache.org

Reply via email to