Can't access link in network using fully qualified domain name
        Posted  
        
            by 
                user1033715
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by user1033715
        
        
        
        Published on 2012-08-27T05:19:34Z
        Indexed on 
            2014/06/10
            9:27 UTC
        
        
        Read the original article
        Hit count: 222
        
fqdn
I have installed windows server 2003 and configured Domain controller (domain name - xyz.com) and DNS service. for that I have configured fully qualified domain name as server.xyz.com also I have installed apache tomcat with port 8080 on that server and accessed link successfully using "http://localhost:8080", "http://ip address of server:8080", "http://server.xyz.com:8080". but its working for local machine, and when I tried to access it from another machine in same network using "http://ip address of server:8080" its worked for me. but when I tried it using fully qualified domain name i.e. "http://server.xyz.com:8080" it's giving me error, "Could not connect to server.xyz.com"
Please guide me getting this setup done. I need to be able to access this link "http://ip address of server:8080" as "http://server.xyz.com:8080" outside my network
Any suggestion are highly appreciated..
© Server Fault or respective owner