5.0.1 Express Installation Fails
I have installed RTC on a Win 7 VM for evaluation purposes. I started Tomcat7, and it started fine from within the IBM Collaborative Life Cycle Management folder. However when I try to execute https://d2003873vm.scrra.net:9443/jts/setup , I receive an HTTP Status 404 error. I checked C:\Program Files\IBM\JazzTeamServer\server\tomcat\webapps and found that the .war file have not been deployed.
I am stumped here. Can someone help with simple installation assistance?
3 answers
The problem likely is that tomcat can't create certain folders and files.
I would suggest to uninstall and install again using another folder e.g. C:/CLM/5.0.1/JazzTeamServer to install into.
Comments
PS: I know it is the default location and it should be changed.
Hi,
An other option could be to turn off Windows 7 UAC (User Account Control): Turning off/on UAC
François
I solved the mystery's of the installation last night and got it to install. The problem was solved as follows:
Jazz installation process behaves much other Java/Unix apps that have been ported to the Windows platform. It does not acknowledge rights properly. My domain and local admin rights were largely ignored by the install process. I had to grant My user id full rights to the installation path, and had to run the Tomcat start process from the command line by running the command line as Administrator. That granted Tomcat the rights to deploy the .war files. Tomcat could not generate a .War file because without being started by an elevated command line, it lacked rights to create it's own folders.
It is now running comfortably in the Program Files directory, x64, and the HTTPS issues were solved by both fixes as well.
IBM's install doc and the install it self for Windows platform is not ready for general release.