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)
Interwoven Instances
System
Can I run two instances of Interwoven on the same server? If yes, how do I configure it?
Thanks.Krishna
Find more posts tagged with
Comments
Adam Stoller
I assume by "two instances of Interwoven" - you mean two instances of "TeamSite" - and the answer is.... no.
TeamSite ineracts with the system at the Kernel level and you cannot have more than one such instance of that particular code running on the same machine.
What are you trying to accomplish? Perhaps we can suggest some alternatives.
--fish
(Interwoven Senior Technical Consultant)
Migrateduser
I already have some content on two different servers. Is there any way I can re-use the content without having to import all that content to the Teamsite server?
Adam Stoller
I'm not entirely sure what you're asking here - can you be a bit more explicit?
When you say you have content on two different servers - do you mean two different TeamSite servers or two different non-TeamSite servers?
When you talk about re-use and having to import that content into the TeamSite server - what kind of re-use are you referring to (an example?).
Chances are, the answer is "yes" - but I'd like to be able to make sure we're talking "apples and apples" and not "apples and oranges" here.
--fish
(Interwoven Senior Technical Consultant)
Migrateduser
We have some content on two non-Teamsite servers. Two different applications (an Internet and an Intranet site use the same content). Is it necessary to import from non-Teamsite servers for using this content in ,say a workflow?
Adam Stoller
If you want the files to be 'attached' to the workflow - then yes, those files will need to be imported into the TeamSite areavpath associated with the task in the workflow.
If you're up to the programming, you could probably hook together a cgitask script that would allow you to go out and fetch specific files from the other servers, transfer them into the current workarea and then associate them with the task all within the context of a single workflow.
Othewise you basically need to pull them all over to the TeamSite server first, or not have them associated with the task in the workflow directly. (this kind of depends on how you expect these files to be associated with the work that *is* within TeamSite).
--fish
(Interwoven Senior Technical Consultant)