[Gambas-user] webform questions.
Linus
olivier.cruilles at yahoo.fr
Tue Nov 8 20:22:43 CET 2022
Hello,
Yes you can run multiple instance of the same web application, you just need to change the port of each instance like that:
GB_HTTP_PORT=9080 gbr3 -H </path/of/your/application/myapplication.gambas
GB_HTTP_PORT=9081 gbr3 -H </path/of/your/application/myapplication.gambas
…
And to reach them:
http://localhost:9080 <http://localhost:9080/>
http://localhost:9081
Olivier
> Le 8 nov. 2022 à 13:23, Marco Ancillotti <gambas at servinfo.it> a écrit :
>
> Il 08/11/22 19:00, Benoit Minisini ha scritto:
>>
>> Provided that, if it is another application made with 'gb.web.gui', it does not have the same name.
>>
>> It's how it works at the moment, but it will change. The idea is that you can't run twice the same application in the same browser.
>>
> Is it possible when it will change to add a flag to permit multiple same application on the same browser ?
>
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20221108/08b2966c/attachment.htm>
More information about the User
mailing list