Can you setup Jazz Team Server in a laptop without using domain?
2 answers
I'm assuming you're installing a server for the purpose of testing or demo'ing, not for a production server.
If you're running Windows 7 on your laptop, you edit the following file:
C:\Windows\System32\drivers\etc\hosts
e.g. add a line such as
127.0.0.1 myimaginaryserverdomainname.com
When you run your Rational Client on your laptop, myimaginaryserverdomainname.com will go to your local server.
Other operating systems have similar ways to configure this.
If you're running Windows 7 on your laptop, you edit the following file:
C:\Windows\System32\drivers\etc\hosts
e.g. add a line such as
127.0.0.1 myimaginaryserverdomainname.com
When you run your Rational Client on your laptop, myimaginaryserverdomainname.com will go to your local server.
Other operating systems have similar ways to configure this.
Yes you can configure jts without a domain name.
You can use the public uri as: https://localhost:9443/jts.
This would give you a warning that the uri is not of standard domain format; However, click on 'TestSetup' and then click on 'Next'.
This would proceed with the installation.
Please note that this kind of setup would work only as test server and on that machine itself.
Hope this information helps!!
Best Regards
Rajat
You can use the public uri as: https://localhost:9443/jts.
This would give you a warning that the uri is not of standard domain format; However, click on 'TestSetup' and then click on 'Next'.
This would proceed with the installation.
Please note that this kind of setup would work only as test server and on that machine itself.
Hope this information helps!!
Best Regards
Rajat