Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: [Solved] Customising Log in screen in App Center

  1. #1
    Senior Member
    Join Date
    Jan 2014
    Posts
    369

    [Solved] Customising Log in screen in App Center

    Hi Guys

    What is the easiest way to customise the APP Center login screen?

    Want to change the "Lianja login" and graphics, window title etc but will obviously leave all the copyright stuff intact at the bottom.


    Thanks in advance

    SpringBox
    Last edited by barrymavin; 2014-12-23 at 21:38.

  2. #2
    Quote Originally Posted by SpringBox View Post
    Hi Guys

    What is the easiest way to customise the APP Center login screen?

    Want to change the "Lianja login" and graphics, window title etc but will obviously leave all the copyright stuff intact at the bottom.


    Thanks in advance

    SpringBox

    Hi SpringBox,

    Make a copy of the file \Lianja\cloudserver\tenants\public\wwwroot\login.r sp, modify it to your liking and then change the default page in the Lianja Server Manager to point to your new file.

  3. #3
    Senior Member
    Join Date
    Jan 2014
    Posts
    369
    Hi Dave

    Thanks for reply.

    Don't think we are talking about the same thing.

    This is App Center on the desktop (we are using RDP to serve up Lianja). We don't use Server Manager.

    On dev machine have modified every version of Login.rsp & nothing changes when we fire up app Center. Any suggestions?

    Cheers

    SpringBox

  4. #4
    Lianja Development Team barrymavin's Avatar
    Join Date
    Feb 2012
    Location
    UK, USA, Thailand
    Posts
    7,164
    Blog Entries
    22
    That's because you start Lianja with the --rdp switch which uses login_rdp.rsp not login.rsp.

    it will be in the following location for desktop apps started with the --rdp command line switch:

    c:\lianja\cloudserver\appcenter\login_rdp.rsp

    Without that switch it is in:

    c:\lianja\cloudserver\appcenter\login.rsp

    After logging in the App Center will be displayed.

    This is in:

    c:\lianja\cloudserver\appcenter\appcenter.rsp

    and for --rdp

    c:\lianja\cloudserver\appcenter\appcenter_rdp.rsp

    For Web Apps it is located in a tenancy (default is public) so it can be customized for each customer in a hosted cloud.

    c:\lianja\cloudserver\tenants\public\wwwroot\login .rsp

    and then the App Center...

    c:\lianja\cloudserver\tenants\public\wwwroot\appce nter.rsp

    So... You would setup virtual host mapping in the http server to map a customers data and apps. e.g. smithco.lianja.com which would you map to.

    c:\lianja\cloudserver\tenants\smithco\wwwroot\

    The customer then would hit on

    Code:
    http://smithco.lianja.com/login.rsp
    Which would cause all data accessed and all apps run to be via that virtual hosts wwwroot. If you register a domain name for the customer and setup the address record for that domain (e.g. in network solutions) you can then redirect to your hosted apps. e.g.

    Code:
    http://www.smithcoapps.com/
    You can then have the default page to be login.rsp.

    This is basically how multi-tenancy works in Lianja Cloud Server. One server and multiple customers. The "Tenancy" is the "domain" specified for the user when they login.

    Also note that when firing up a desktop app using --rdp you can have different login and app centers for each customer.

    You accomplish this using the --customer custname command line switch.

    This causes login_custname and app center_custname to be used so you can host multiple customers on a single server.

    I hope this better explains how to customize the user experience for individual hosted customers.
    Last edited by barrymavin; 2014-11-13 at 01:05.
    Principal developer of Lianja, Recital and other products

    Follow me on:

    Twitter: http://twitter.com/lianjaInc
    Facebook: http://www.facebook.com/LianjaInc
    LinkedIn: http://www.linkedin.com/in/barrymavin

  5. #5
    Lianja Development Team barrymavin's Avatar
    Join Date
    Feb 2012
    Location
    UK, USA, Thailand
    Posts
    7,164
    Blog Entries
    22
    Quote Originally Posted by davefoss View Post
    Hi SpringBox,

    Make a copy of the file \Lianja\cloudserver\tenants\public\wwwroot\login.r sp, modify it to your liking and then change the default page in the Lianja Server Manager to point to your new file.
    In fact thats for the Web Client.

    The desktop client (for --rdp) is in:

    c:\lianja]cloudserver\appcenter\login_rdp.rsp
    Principal developer of Lianja, Recital and other products

    Follow me on:

    Twitter: http://twitter.com/lianjaInc
    Facebook: http://www.facebook.com/LianjaInc
    LinkedIn: http://www.linkedin.com/in/barrymavin

  6. #6
    Member
    Join Date
    May 2013
    Location
    Bergkamen, Germany
    Posts
    33
    Hi!

    Is there another way in 5.5.1?
    I can change any login or login_rdp.rsp. Nothing changes...
    Thanks
    Stefan

  7. #7
    Lianja Team yvonne.milne's Avatar
    Join Date
    Feb 2012
    Location
    Berkshire, UK
    Posts
    1,842
    Hi Stefan,

    For which client are you trying to change the login page?

    Regards,

    Yvonne

  8. #8
    Member
    Join Date
    May 2013
    Location
    Bergkamen, Germany
    Posts
    33
    Quote Originally Posted by yvonne.milne View Post
    Hi Stefan,

    For which client are you trying to change the login page?

    Regards,

    Yvonne
    In first place for me now, on my developing machine. Just to figure out things for later. And later for all Desktop clients in a LAN.
    Last edited by zehnernet; 2020-11-24 at 02:29.
    Thanks
    Stefan

  9. #9
    Lianja Team yvonne.milne's Avatar
    Join Date
    Feb 2012
    Location
    Berkshire, UK
    Posts
    1,842
    Hi Stefan,

    For your development machine, customize this file:

    Code:
    drive:\lianja\cloudserver\appcenter\login.rsp
    On a deployed server, this file:

    Code:
    drive:\lianja\cloudserver\tenants\public\appcenter\login.rsp
    Also see the Command Line Switches.

    In both cases, the compiled version of the file, login.rso, should be recreated. If it is not, delete login.rso and restart the App Center.

    Regards,

    Yvonne

  10. #10
    Lianja Development Team barrymavin's Avatar
    Join Date
    Feb 2012
    Location
    UK, USA, Thailand
    Posts
    7,164
    Blog Entries
    22
    The login page and the app center can be customized for web apps but that did not make it into desktop apps.

    https://www.lianja.com/doc/index.php...the_Login_Page

    See the command line switches for the desktop Lianja App Center

    https://www.lianja.com/doc/index.php..._Line_Switches

    Specifically --customer and --loginapp

    If you have any enhancement requests please submit a ticket.
    Last edited by barrymavin; 2020-11-24 at 22:40.
    Principal developer of Lianja, Recital and other products

    Follow me on:

    Twitter: http://twitter.com/lianjaInc
    Facebook: http://www.facebook.com/LianjaInc
    LinkedIn: http://www.linkedin.com/in/barrymavin

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Journey into the Cloud
Join us