1
I have a jsf application running on the company server, using Tomcat 8.5. Currently I mark the server ip through the service of the site noip.com configured in my router. Only recently the service is failing. I would like to know if it is possible to configure my domain on Tomcat without using providers. I have a domain registered in the.br registry. How would you make this note, since my internet provider’s ip is dynamic? Is it possible that?
as I already use no-ip?
– Marlucio Pires
Exactly, there are other dynamic DNS services; this site has a list: http://dnslookup.me/dynamic-dns/
– Haroldo_OK
there with this service , how do I configure on my system? Via virtual Tomcat host? Or configure my domain inside the dns server ?
– Marlucio Pires
Tomcat’s virtual host would serve to serve multiple DNS from it. In your case, you would have to configure the dynamic DNS server.
– Haroldo_OK