Jump to content

eduardosuruagy

uniGUI Subscriber
  • Posts

    827
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by eduardosuruagy

  1. On 03/08/2016 at 03:14, Sherzod said:

    Oi,

     

    Se bem entendi..

    Você pode tentar isso?!:

     

    1. Módulo UniServer. CSS customizado :

      
         
    

    2. UniDBEdit->ClientEvents->UniEvents-> beforeInit fn:

    
     
    

    Atenciosamente.

    And to use it in the UniDateTimePicker component, would it be the same way?

  2. 1 hour ago, Wilton Ergon said:

    Fui o primeiro usuário a utilizar o hiperservidor multiservidor, e tive sérios problemas de performance com o modo 0, o motivo é que todas as requisições continuam sendo transmitidas pelo hiperservidor principal, se tiver mais de 1000 acessos simultâneos, é bom pense em usar o modo 2

    Eu estou tentando primeiro o modo 0 porque é o mais simples, depois iria tentar o modo 2, mas nem isso estou conseguindo.
    O sistema até entra no servidor-01 e no servidor-2, mas quando abro o hyperserver ele mostra como na figura abaixo. Coloquei uma opção de quando for o servidor 1 ou servidor 2 mostrar no login.
    Caso voce possa, eu posso entrar em contato com voce? 

    Me daria um suporte? Caso seja cobrado me fala o valor.

    -------

    I'm trying mode 0 first because it's the simplest, then I would try mode 2, but I'm not even able to do that.
    The system even enters server-01 and server-2, but when I open the hyperserver it shows as in the figure below. I added an option to show when server 1 or server 2 is displayed at login.
    If so, can I contact you?

    Would you give me support? If charged, tell me the amount.

    NewVersion.png

  3. 4 minutes ago, Farshad Mohajeri said:

    Você pode tentar a mesma configuração no mesmo PC com nós de servidor rodando em portas diferentes (mas no mesmo computador)?

    I will test, do I need to change both ports?
    port=8241
    [http_transport]
    start_port=27264

    I only released port 8241 on the firewall, is that correct?

  4. 7 minutes ago, Farshad Mohajeri said:

    Sua configuração parece estar correta, a menos que haja algo relacionado à sua rede que impeça a comunicação ou algum tipo de software antivírus que bloqueie portas ou talvez um problema de firewall.

    I had already released port 8241 on the firewall of both machines. I don't know if it's necessary, but the error continues.

  5. 5 minutes ago, Wilton Ergon said:

    Sugiro ver a documentação e usar o modo hiperservidor 2

    basicamente você terá um endereço web diferente para cada servidor
    ex:
    app1.seusite.com.br
    app2.seusite.com.br

    app.seusite.com.br


    seu cliente acessaria app.seusite.com.br

    unigui redireciona para app1 ou app2

    A documentação explica tudo.

    em cada servidor você irá configurar a dll do hiperservidor, e distribuir sua aplicação como um EXE, não recomendo usar um serviço

    Boa tarde Wilton, no meu caso eu uso o endereço assim:

    app.meusite.com.br/pasta_cliente1

    app.meusite.com.br/pasta_cliente2

    app.meusite.com.br/pasta_cliente3

    Como ficaria o endereço configurado no arquivo? O manual não ficou muito claro pra mim. 

    --

    Good afternoon Wilton, in my case I use the address like this:

    app.meusite.com.br/pasta_cliente1

    app.meusite.com.br/pasta_cliente2

    app.meusite.com.br/pasta_cliente3

    What would the address configured in the file look like? The manual wasn't very clear to me.

  6. I have two servers and would like to put the "HyperServer Server Farm" option to work.

    Currently on server-1 I have the following configuration:

    IIS + Hyperserver

    on server-2 I placed my application as Hyperserver service. I configured the cfg file on my server-1 and it looked like this.

     

    As shown in the figure, sometimes I access it and it shows that I am on server-1 and sometimes on server-2

    I would like to know if my settings are correct. Thanks!

    Here is my server-1 CFG file configuration:

     

    [server-0]
    enabled=1
    url=http://10.32.30.82:8241
    name=SERV-APP1
    global_url=
    cluster_mode=0
    avoid_direct_access=0
    error_redirect_master=0
    url_timeout_secs=300
    token=yvfnfXXXXXXXXXX

    [server-1]
    enabled=1
    url=http://10.32.30.83:8241
    name=SERV-APP2
    global_url=
    cluster_mode=0
    avoid_direct_access=0
    error_redirect_master=0
    url_timeout_secs=300
    token=pexmhpXXXXXXXXXX

    Sem título.png

  7. 1 minute ago, Sherzod said:

    Hello,

    This should work.

    UniTreeMenu1.ClientEvents.ExtEvents.Values['store.nodeappend'] :=
         'function store.nodeappend(sender, node, index, eOpts) { ' +
         ' this.treePanel.getItem(node).el.dom.setAttribute(''data-qtip'', node.data.text); } ';

    Can I put it in Mainform's onCreate?

  8. 59 minutes ago, Luciano França said:

    With this code I can display a Hint for a Note in the component "UniTreeMenu"

        ClientEvents.ExtEvents.Values['store.nodeappend'] :=
         'function store.nodeappend(sender, node, index, eOpts) { ' +
         ' this.treePanel.getItem(node).el.dom.setAttribute(''data-qtip'', node.data.text); } '; 

    What could I do for the "UniTreeView" component ?

    I tried to use this code but my project shows an error, could you help me?

    Erro.txt

  9. I had difficulties in understanding the manual, my environment is the same as "fraxzi", when I test it on the local machine it works normally, but when I put it in production the screen doesn't even open. I made a parameter to enable the websocket and when I enable it and restart the pool the browser screen turns white.

    • Like 1
  10. On 23/07/2023 at 04:15, fraxzi said:

    Oi pessoal,

     

    Eu tenho 0,1568 e uso o Hyperserver no IIS 10 e Websocket.. o aplicativo usa a porta 16416.

    no meu pc local tudo funcionou bem .. recebi transmissão websocket .. MAS no ambiente https (IIS) a coisa não está funcionando de jeito nenhum... (navegador chrome, outro navegador também não está funcionando)

    O que estou perdendo??

    Por favor, alguém me ajude nisso.

    I already asked for help with this and I didn't get it.

    • Like 1
×
×
  • Create New...