Hey Dushan,

2008/11/5 Dushan Savich <[EMAIL PROTECTED]>:
>     # ./test2.wt   --docroot . --http-address 0.0.0.0   --http-port 8888
>
>     When I try to open   0.0.0.0:8888 from firefox  I get     404  Error .
>
>      And few seconds later ,from console  , I get the folowing message:
>
>     Dedicated session processes for test2 terminated cleanly.
>
> And it shouldn't  :)

You have linked against wtfcgi, which is the FastCGI connector used
when running within a web server like Apache.

What you probably want is to link against wthttp, which will give you
a built-in httpd.

> TARGET_LINK_LIBRARIES(test2.wt  wtfcgi wt

Change wtfcgi with wthttp and you should be fine.

Regard,
koen

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to