Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
internal DNS configuration question
Name: BenBowman Date: April 24, 2008 at 12:50:59 Pacific OS: Server 2003 CPU/Ram: n/a Product: n/a
I want to set up its internal DNS to be: confluence.'domainname'.net
I created an A record that reflects this information however when I go to confluence.'domainname'.net I get the tomcat root page not the actual content of the host address.
Name: lwcomputing Date: April 24, 2008 at 15:03:22 Pacific
Reply:
Nothing - this is not a DNS issue. The problem is you have another web server listening on port 80. Correct me if I'm wrong, but you are NOT using IIS, right? So you would probably be better off asking this in a forum for the web server that you ARE using.
0
Response Number 2
Name: BenBowman Date: April 24, 2008 at 15:17:11 Pacific
Reply:
Correct, we're running Tomcat, not IIS. Tomcat is listening on port 80 for other uses but I need to somehow get http://'servername':8080/dashboard.action to resolve to confluence.'domainname'.net
if this is not a DNS issue, can you tell me where I need to make the necessary configuration changes?
0
Response Number 3
Name: lwcomputing Date: April 26, 2008 at 09:52:48 Pacific
Reply:
I'm not familiar with tomcat, so, as I said, you are better off asking this in a forum for the web server that you ARE using.
DNS just locates the server, not the services on it. You've found the server because you are getting a response. Now you have to configure TomCat to respond differently to different domains. In IIS, this would be configuring host header information... in Apache... it's different... and I have no idea on TomCat - but it's not DNS.
Summary: Don't you use the DNS server for internal name resolution. !!! If not, check the configuration of the binded network cards for DNS services. You'll find the settings in the DNS configuration of that s...
Summary: I have recently setup a Win2000 Server DC. Im having a problem in the network where the internal DNS is resolving the server name to an odd ip address. The ip it resolves to changes too. So I know ...
Summary: Hi Guys, I need to setup external DNS for our university as a test moving our current DNS from NT4 to 2003. If all goes well the 2003 box will replace NT4. I'm not that familiar with the relationship ...