Discussion:
[Wt-interest] examples in visual c++ 2010
Rizwan
2016-04-05 08:32:39 UTC
Permalink
Hi,

I am trying to run examples in visual c++ 2010 a command window opens with
this message
"[2016-Apr-05 13:16:37.610966] 5604 - [info] "WServer/wthttp: initializing
built-
in wthttpd"
[2016-Apr-05 13:16:38.862037] 5604 - [info] "wthttp: started server:
http://0.0.
0.0:8080"
"but no other window. I have turned off firewall for local networks.

Thanks.
Wim Dumon
2016-04-05 08:37:13 UTC
Permalink
Hey Rizwan,

That's the expected output of the Wt built-in http server. Now open your
web browser and go to http://127.0.0.1:8080/
You should see some http accesses logged in the console, and the UI should
appear in the browser.

Best regards,
Wim.
Post by Rizwan
Hi,
I am trying to run examples in visual c++ 2010 a command window opens with
this message
"[2016-Apr-05 13:16:37.610966] 5604 - [info] "WServer/wthttp: initializing
built-
in wthttpd"
http://0.0.
0.0:8080"
"but no other window. I have turned off firewall for local networks.
Thanks.
------------------------------------------------------------------------------
_______________________________________________
witty-interest mailing list
https://lists.sourceforge.net/lists/listinfo/witty-interest
Loading...