GUIStartupManager
 

GUIStartupManager

4 posts, 0 answered
  1. Roger Blanchard
    Roger Blanchard avatar
    381 posts
    Registered:
    29 Jun 2018
    10 Dec 2018
    Link to this post
    Email from Mike;

    The GUI startup manager implements the same options as the previous start.p did. You can pass the AppServer connection using -param, the .applicationsettings file or the appsrvtt.d file.

    Basically, all those rules apply:
    http://documentation.consultingwerkcloud.com/display/SCL/Managing+AppServer+Connections


    Are you saying I can put into my applicationsettings my default partition as well as the appserver connect url? We have been using the appsrvtt.d and would actually prefer using the applicationsettings.

    I have looked at GuiClientstartupManager:StartupAppServerConnection and it is looking at SESSION:PARAMETER for this info. If nothing is SESSION:PARAMETER it looks to me that it is just looking for defaultPartition info from applicationsettings. It then uses AppServerServiceManager:Connectservice to connect using RUN appServerConnect IN appSrvUtils (pcServicePartition, ?, ?, OUTPUT hServer) .
  2. Mike Fechner
    Mike Fechner avatar
    319 posts
    Registered:
    14 Sep 2016
    11 Dec 2018 in reply to Roger Blanchard
    Link to this post

    Are you saying I can put into my applicationsettings my default partition as well as the appserver connect url? We have been using the appsrvtt.d and would actually prefer using the applicationsettings.


    I did say that. But I was wrong. I believe I implemented something like that for one customer. But it's not part of the product.
  3. Roger Blanchard
    Roger Blanchard avatar
    381 posts
    Registered:
    29 Jun 2018
    12 Dec 2018 in reply to Mike Fechner
    Link to this post
    Okay, thanks.
  4. Carl Verbiest
    Carl Verbiest avatar
    59 posts
    Registered:
    12 Oct 2018
    14 Dec 2018 in reply to Mike Fechner
    Link to this post
    Are there plans for making it part of the product ?
    We would also prefer not to use appsrvtt.d
     
4 posts, 0 answered