Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The hostname file sets a string presented by CAS in internal URLs.

  • It is a required file.

The file /batm/config/hostname must be present and contain your server's domain name:

cat /batm/config/hostname 
  • that should return your domain name. If empty, add the default to CAS by using:

su -c 'hostname > /batm/config/hostname'

If you know your domain name, and wish to enter it specifically (recommended), use:

su -c 'echo your.host.name > /batm/config/hostname'
  • No labels