Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
A question on TeamPortal
CJLiu
Has anyone configured a single TeamSite server to provide/deploy content to multiple portal servers (for instance., the Jetspeed portal reference implementation that comes with TeamPortal/Content Services installation)? Thanks.
Find more posts tagged with
Comments
Migrateduser
do you mean multiple installations of the same kind of portal (e.g. three Jetspeed instances), or different vendors? (e.g. a BEA Portal, a Jetspeed, and a Plumtree)?
Migrateduser
I'd like to start by pointing out that Jetspeed is not a production ready portal server, so you don't want to use it except for prototyping work.
A single TeamSite server can most definitely be used to serve multiple (even heterogeneous) portal servers.
CJLiu
Both. Either multiple Jetspeed portal installations, or a Jetspeed and a BEA portal installation (on separate boxes).
Migrateduser
like the above posting said, you can do multiple/mixed portal servers. a couple of points to keep in mind:
1. make sure you use the same CSSDK version for all portal server (either 1.0.0 or 1.1.0)
2. design a deployment schema. each portal server may have different "repositories". some portals simply read a directory in the filesystem. some portals require the use of APIs to upload files into their repositories.