Browser cannot find localhost:9448/jts
I used the installation manager to install JazzTeamServer using the default configuration.
Since the tomcat is not started by default, I edited the server.xml file to point to port that is available.
vi /opt/IBM/JazzTeamServer/server/tomcat/conf/server.xml
After I edited the xml files. I run the startup scrip
/opt/IBM/JazzTeamServer/server/./server.startup
When I run the startup script on redhat server i get this.
Using CATALINA_BASE: /opt/IBM/JazzTeamServer/server/tomcat
Using CATALINA_HOME: /opt/IBM/JazzTeamServer/server/tomcat
Using CATALINA_TMPDIR: /opt/IBM/JazzTeamServer/server/tomcat/temp
Using JRE_HOME: /usr/lib/jvm/java-1.7.0-openjdk.x86_64
Using CLASSPATH: /opt/IBM/JazzTeamServer/server/tomcat/bin/bootstrap.jar:/opt/IBM/JazzTeamServer/server/tomcat/bin/tomcat-juli.jar
but it is not pointing to my url https://localhost:9448/jts/
can someone tell me how to fix this please
I did a fresh installation and that did not work. Help.
Accepted answer
The server.xml file has a number of ports that I generally change when I switch from the default port.
I search the server.xml for the word port and increase each one by the same value.
So if you changed 9443 to 9448 just add 4 to the other ones.
I think these are all of the default ports in the server.xml
9007 9080 9443 8009 9009
I search the server.xml for the word port and increase each one by the same value.
So if you changed 9443 to 9448 just add 4 to the other ones.
I think these are all of the default ports in the server.xml
9007 9080 9443 8009 9009
3 other answers
I uninstalled the server and went through the info center installation guide and now it is working. Thanks guys for your help. I really appreciate it. I am new to RTC.
It is pointing to my uri now.
https://localhost:9448/jts
Comments
After installing the RTC server using the installation manager, I did not run the /opt/IBM/JazzTeamServer/server/ ./server.startup script.
I copied the server.xml file from:
/opt/IBM/JazzTeamServer/internal/server/tomcat/conf/
/opt/IBM/JazzTeamServer/tomcat/conf/
changed the ports needed in my case:
9080 to 9088 (9084 was in use by another application)
9443 to 9448
I used notepad++ to do a find and replace ( a lot easier and accurate)
Then I replaced the server.xml files with the modified ones.
Finally I started the server /opt/IBM/JazzTeamServer/server/ ./server.startup
https://localhost:9448/jts/setup
Configured the settings, public uri, etc.
That was it.
So don't start the server before you change the ports :)
Thanks again. =)
Comments
sam detweiler
Apr 30 '14, 2:41 p.m.K-Andre Harris
Apr 30 '14, 3:36 p.m.sam detweiler
Apr 30 '14, 3:50 p.m.K-Andre Harris
Apr 30 '14, 4:10 p.m.sam detweiler
Apr 30 '14, 4:18 p.m.