tags:

views:

30

answers:

1

Question

I setup Hudson CI on a Windows 2008 server and now I want to be able to use the domain name to access it from any web browser. Right now I can only access it by using http://localhost:8080. How do I configure it to be public accessible? How do I open port 8080 in windows server 2008?

+1  A: 

Find out your machine name! Right click on the 'My Computer' icon and go to the computer name tab. You can use the full name or just the part before the first '.' to replace localhost.

If you only want to reach the server from a LAN, the short name should be enough. Test that first on the server locally. If that works than try from another computer. If that doesn't work check all your firewalls and security settings.

Peter Schuetze
How do open port 8080 in the windows firewall?
MikeU
Try this article http://support.microsoft.com/kb/308127 -- if that does not help ask on ServerFault.com or superuser.com
Peter Schuetze

related questions