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)
Using TeamCode with WSAD 5.0
bradp
We are using IBM's WSAD 5.0, and trying to get TeamCode to work. It works fine for connecting to our dev. TeamSite server, which is inside our trusted network. However, our
production TeamSite server is at an outside hosting company that we connect to over a VPN, with firewalls at both ends. I hade port 1099 opened in both firewalls as per the documentation. When I tried to connect, it wouldn't work. A trace by one of our firewall guys revealed that port 13024 was trying to be accessed. We had this opened up, and it got a little further, but was still blocked. Another trace revealed that port 63765 was being requested, but blocked by the firewall.
Has anyone ever been in this scenario, and knows all of the
ports that are required by TeamCode ?
Find more posts tagged with
Comments
bradp
I found these ports by using the nestat command in UNIX:
1099
13024
13025
54329
Can anyone tell me if there are any others ?
61555
Brad Pridgeon
Migrateduser
I'm checking with engineering to see if there is additional info.
Shannon McMahon
Product Marketing Manager
Interwoven Developer Tools
--------
Shannon McMahon
Product Marketing Manager
Interwoven Developer Tools
Migrateduser
Our TeamCode 1.0 plugin uses OpenAPI to communicate with the TeamSite server. OpenAPI which is RMI based requires about 50 ports to be open. The range of these ports is configured in openapi.cfg w/ the following keys:
OPENAPI.rmi_port_number_min: xxxx
OPENAPI.rmi_port_number_max: yyyy
We recommend that you pick a range of 100 ports to be safe. Open this range of ports (along with the port on which your rmi registry is listening (usually 1099)) through your firewall, and openapi clients outside the firewall should be able to talk with your OpenAPI server.
Note: You must be running with a TeamSite server that is at least 5.5.2 SP2 in order to use the configuration stated above. There is a slight wrinkle in that current TeamCode users are likely to be running with 5.5.2 (SP1). TeamCode has been tested with 5.5.2 SP2 by engineering only and has not gone through the normal QA process as of yet. Please contact iwov support if you wish to upgrade your server to SP2.
Thanks
Greg
IWOV Engineering