Custom URL to access outside the system on Non-Production set-up

Hi All,

 

I have installed a local installation of a Non Production environment. The environment is up and running on a temporary licence for now (awaiting a perm lic from Appian). I have followed on the basic instructions to set up this environment on my local machine, not connected to a domain ( I used the loopback address as fqdn - 127.0.0.1). I am able to open the consoles after the startup of the instance with link http://127.0.0.1/suite/tempo but would like to know if I can do something that I can use this instance even from outside the network. I want to set up a custom URL like (http://www.exampleabc.com:8080/suite/tempo) . I need this set up, because since I am not connected to a domain, whenever I change my laptop to different network, the instance may not work, because of the new IP address. To avoid this, I'll leave my laptop turned on and access the instance from outside the network when needed. 

Please advice or guide on the above query.

 

Regards,

Hemanth

  Discussion posts and replies are publicly visible

  • Hi Hemath,
    You can configure your FQDN in custom.properties file.
    conf.suite.SERVER_AND_PORT=www.example.com:8080
    The Ip address may change but the system fully qualified domain name will remain the same.
    Right click on the My computer you can get the device name. you can try with
    http://<devicename>suite/tempo
  • Hi Hemanth,

    You need to modify hosts file to add FQDN entry.
    if you hosting Appian on windows, need to add the hosts entry:

    Click Start > All Programs > Accessories.
    Right-click Notepad and select Run as administrator.
    Click Continue on the Windows needs your permission UAC window.
    When Notepad opens, click File > Open.
    In the File name field, type C:\Windows\System32\Drivers\etc\hosts.
    Click Open.

    On Linux:
    Similar way you can add entry by modifying file
    /etc/hosts in linux.

    Then, update custom.properties file for FQDN. You may need to obtain appian license beforehand running the licinfo filie.

    conf.suite.SERVER_AND_PORT=www.exampleabc.com:8080

    Thanks.
  • Hi ,

    The solution that you suggested, I still can't use an URL to access the instance from another computer and network, I'll have to use the same system to access the instance. Will you be able to advice on what I need to do, to access the instance through an URL from different computer and network. I intend to have the system that I have installed my local installation as a server to access the instance from an URL.

    Looking forward to further advice from you.

    Thanks,
    Hemanth
  • Hi ,

    Thank you for the suggestion.

    I'll try your instructions by adding host entries in my hosts file and try to access the system from outside the network and different computer. Hope this works for me.

    Thanks,
    Hemanth