Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. to set FQDN - where host is accessible via my-computer.my-domain.ext 
  2. add this line at the beginning of /etc/hosts: "127.0.1.1 my-computer.my-domain.ext my-computer "
  3. to verify if host is set properly 
    hostname -f

(have look at https://greenmang0.wordpress.com/2009/02/25/how-to-set-fqdn-fully-qualified-domain-name-on-debian-system/)

Configuration of java for tomcat

...