Project

General

Profile

Deploying Wt application

Added by Jagadees S over 7 years ago

Hi,

I have a Wt app. Now i want to run it my local system and access from internet.

when i ran /a.out ---docroot . ---http-address 117.245.9.118 ---http-port 8080

But got err: 3637 - [info] "WServer/wthttp: fatal: Error (asio): bind: Cannot assign requested address"

How can i deploy wt application on local system?

Thanks,

Jagadees


Replies (2)

RE: Deploying Wt application - Added by Wim Dumon over 7 years ago

Hey jagadees,

Is something else already listening on port 8080? (netstat -na will tell you)

Is het address a correct interface address of the computer you're running the application on?

Wim.

RE: Deploying Wt application - Added by Aaron Wright over 7 years ago

Perhaps 117.245.9.118 isn't actually an IP address assigned to one of your interfaces.

If you want to access a web server from behind a router, you need to some additional setup, such as a DMZ or port forwarding.

    (1-2/2)