Tobia
Tobia

Reputation: 9506

Java webapp how to publish its DNS name in intranet

I have a Tomcat server with a Java Spring webapp installed in a Windows machine. This is an intranet application and I would like to publish in the local network the name of this host, for example using NetBios name. Is there any way to do this with Java?

My goal is to reach this service with the app name to every browser in the network with: http://myapp This should work also if this application server is using DHCP and its address changes. This application is not published in a network with its own dns server.

For now I had to change all file hosts of every client in the network and I'm looking for an alternative.

Upvotes: 1

Views: 75

Answers (0)

Related Questions