[closed] Default ports
Steve Harris (101●1●8●7)
| asked Feb 24 '11, 4:38 a.m.
closed Dec 19 '21, 6:01 a.m. by Ralph Schoon (63.5k●3●36●46)
Hi there,
I installed RTC3.0 on windows 2008 R2. My environment is following RTC 3.0 Tomcat Derby I want to know which ports are used by those applications by default. I found following article. --------------------------------------------------------------------- http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0/index.jsp?topic=/com.ibm.team.concert.tutorial.doc/topics/tut_rtc_project.html By default, the Tomcat application server uses a nonsecure port 9080 and secure port 9443, along with ports 9005, 9009, and 8082. --------------------------------------------------------------------- Are there another ports used by JTS, Tomcat or Derby? Or are those 9080, 9443, 9005, 9009 and 8082 all used by default? Steve |
The question has been closed for the following reason: "Problem is not reproducible or outdated" by rschoon Dec 19 '21, 6:01 a.m.
13 answers
Hi there, Hi Steve The ports are all defined in the server.xml file - in my case it is stored in C:\Program Files\IBM\JazzTeamServer\server\tomcat\conf regards anthony |
Hi there, Hi Steve The ports are all defined in the server.xml file - in my case it is stored in C:\Program Files\IBM\JazzTeamServer\server\tomcat\conf regards anthony Hi Anthony, Thank you for your answer. I have some additional questions now. I have checked server.xml. In the file, 8082 is commented, so 8082 is not used by default unlike the information in the article. Is my understanding correct? And don't we need to care about Derby or other RTC or JTS components? Regards Steve |
Hi there, Hi Steve The ports are all defined in the server.xml file - in my case it is stored in C:\Program Files\IBM\JazzTeamServer\server\tomcat\conf regards anthony Hi Anthony, Thank you for your answer. I have some additional questions now. I have checked server.xml. In the file, 8082 is commented, so 8082 is not used by default unlike the information in the article. Is my understanding correct? And don't we need to care about Derby or other RTC or JTS components? Regards Steve Could anybody answer this? Steve |
Sorry, the above link is wrong. That's my mistake..
Following is correct one. ----------------------------------------------------------------------------- http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0/index.jsp?topic=/com.ibm.jazz.install.doc/topics/t_rtcz_TomcatPortConfig.html By default, the Tomcat application server uses a nonsecure port 9080 and secure port 9443, along with ports 9005, 9009, and 8082. ----------------------------------------------------------------------------- I have checked server.xml. In the file, 8082 is commented, so 8082 is not used by default unlike the information in the article. Is my understanding correct? And don't we need to care about Derby or other RTC or JTS components when it comes to port? Regards Steve |
Sorry, the above link is wrong. That's my mistake.. Nobody knows this? |
Does anyone know if there is a document or information about this?
|
Does anyone know if there is a document or information about this? Hi Steve Apologies, I did not see your followup question. You are looking at the RTCz documentation - is this intentional? As far as I know - the only ports required are the http/https and startup/shutdown ports. RTC default settings in the server.xml file are as follows (from a brand-new, clean install of RTC 3.0 GA on my Windows7 laptop) http - port 9080 https - port 9443 shutdown - port 9005 AJP 1.3 - 9009 Not sure what the AJP port is for - you may be able to understand the info here better than I can :-) http://tomcat.apache.org/tomcat-5.5-doc/config/ajp.html I also saw references proxied connector - 8082 clustering - 4001 But if you are not using proxies or clusterig - you should be fine with the first four ports above. regards anthony |
Hi Anthony
Thank you for your answer again :) >You are looking at the RTCz documentation - is this intentional? That's my mistake, sorry.. My concern here is port conflict when some other products are installed, that's way I want to know which ports are used by default. So let me clarify one thing. Considering your answer, we don't need to care about Derby or some other components, regarding port conflict. Is my understanding correct? Regards Steve |
|
|