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)
Search install
Jenni
Hi All,
Thanks in advance. I had installed the search module in a separate server other than the TS. By mistake, I had specified the TeamSite serverhost value as 'localhost' during the install. Now the teamsite is residing on a box "TSCMSPRD". What should I do if I want the search to reference the box TSCMSPRD? Any help would be greatly appreciated.
Thanks!
Jenni
TS 6.7.1
Windows
Find more posts tagged with
Comments
Migrateduser
On your search server edit the following file to point to your TS server instead of localhost
..\Interwoven\Search\etc\search.properties
# TeamSite host
iw.teamsite.server.host=TSCMSPRD[.ad.xyz.com] full qualified
# Server configuration
iw.index.server.port=6715
# TeamSite JMS producer side details
java.naming.provider.url=tcp://TSCMSPRD[.ad.xyz.com]:3035/
Restart the search service & indexer should help
Migrateduser
Also verify that
On TeamSite Server:
..\Interwoven\Teamsite\cssdk
In cssdk.cfg file need to edit the following entry:
search.server.host:
search.server.port: 6720
Jenni
Thanks for the reply. I will do the changes and get back to you.
Do we need a reset of the services or reboot the box for the new changes to be refliected?
Thanks!
Jenni
Migrateduser
Restarting the services on both the servers should do it. No need to reboot the box
Jenni
Hey,
Thanks soo much for the info. Yes I was able to make it work.
For any new files, should we be indexing the files inorder for the search to recognize the file?
I did the indexing and after that I tried to create a test file (submitted to staging). Then did a search query ...but it did not pick the newly created file.
Thanks!
Jenni
Search 2.1 SP1
Windows