[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Stuck with the web form at startup
[Thread Prev] | [Thread Next]
- Subject: Re: Stuck with the web form at startup
- From: Linus <olivier.cruilles@xxxxxxxx>
- Date: Fri, 9 May 2025 17:21:05 -0400
- To: Lee <t.lee.davidson@xxxxxxxxx>
- Cc: Linus <olivier.cruilles@xxxxxxxx>, user@xxxxxxxxxxxxxxxxxxxxxx
Hello, Fabien, try to disable the JIT in the same panel where you enable the embedded web server Also, you can try to create the *.gambas executable and start manually the Web Application by: GB_HTTPD_PORT=8080 gbr3 -H /path/to/your/web_app/yourapp.gambas and try the http://127.0.0.1:8080 in any browser OR… select Firefox as the Browser to use rather than use the embedded Debug Browser of the IDE Olivier > Le 9 mai 2025 à 16:29, Lee <t.lee.davidson@xxxxxxxxx> a écrit : > > On 5/9/25 3:40 PM, Fabien Bodard wrote: >> Well I have no response of the server with wget... >> wget http://localhost:8080/ >> --2025-05-09 21:39:33-- http://localhost:8080/ >> Résolution de localhost (localhost)… ::1, 127.0.0.1 >> Connexion à localhost (localhost)|::1|:8080… connecté. >> requête HTTP transmise, en attente de la réponse… ^C > > Okay, so the server is running, but you are getting no response. > > Then try this: comment out every subroutine in Webform1.class and see if you get at least "Hello world!". > > > -- > Lee > > --- Gambas User List Netiquette [https://gambaswiki.org/wiki/doc/netiquette] ---- > --- Gambas User List Archive [https://lists.gambas-basic.org/archive/user] ---- > >
Stuck with the web form at startup | Fabien Bodard <gambas.fr@xxxxxxxxx> |
Re: Stuck with the web form at startup | Lee <t.lee.davidson@xxxxxxxxx> |
Re: Stuck with the web form at startup | Fabien Bodard <gambas.fr@xxxxxxxxx> |
Re: Stuck with the web form at startup | Lee <t.lee.davidson@xxxxxxxxx> |