HTTP 404 issue while connecting with Jazz Team Server Set Up Wizard
Hi,
I have an issue "HTTP 404 - jts/setup" when trying to connect to the Jazz Team Server set up web console wizard. The Jazz installation is part of the RTC collaboration tools like Change and Configuration management tools.
The JTS runs on Apache Tomcat Server 7.0.59 that was seperately downloaded and server was sucessfully brought up and running. Also we are able to see the initial Tomcat Server page indicating that the installation was successful. However when tried to connect with the http://hostname:9081/jts/setup.. we are getting issue that the "HTTP 404 - jts/setup" is not available. Please note that the port was changed to 9081 form the default 8080 using the server.xml config file.
Not sure if we are missing anything during the set up.
Seeking some support in resolving this issue.
Thanks
Vijayanand M
2 answers
https://en.wikipedia.org/wiki/HTTP_404 is "Not found" basically your link does not seem to be working.
Comments
Apparently the Tomcat is not the one bundled in the CLM package (no longer available in the latest 6.0.x package), and you need to do some extra works to deploy the CLM applications to Tomcat. Unfortunately as Liberty is now the default/bundled application server, there are no instructions on how to deploy the applications to Tomcat.
If you have an older version (pre 6.0) deployment, you can check the configuration there and replicate it in your current environment. The below technote may give you some idea what will be involved.
http://www-01.ibm.com/support/docview.wss?uid=swg21448666
If this is a brand new deployment, I suggest you stick with Liberty to avoid the troubles.
If you have an older version (pre 6.0) deployment, you can check the configuration there and replicate it in your current environment. The below technote may give you some idea what will be involved.
http://www-01.ibm.com/support/docview.wss?uid=swg21448666
If this is a brand new deployment, I suggest you stick with Liberty to avoid the troubles.