It looks like a bug in YAWS:<br>Making a default config (see yaws_config.erl), it can only deal with one ".." in the path, so I passed yaws_dir option with correct path to yaws:start_embedded and now it works :)<br>
The problem is in erl.ini where Rootdir=../../.. so the path to yaws.beam looks like p:/PRG/CEAN/erlang/erts-5.5.2/windows/bin/../../../lib/yaws-1.65/ebin/yaws.beam on my machine. Other fix is possible by changing RootDir to ".." and changing 
start.bat/start.sh<br><br>BR,<br>Kirill.<br><br><div><span class="gmail_quote">On 12/3/06, <b class="gmail_sendername">Christophe Romain</b> <<a href="mailto:christophe.romain@process-one.net">christophe.romain@process-one.net
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">> can't find include file "p:/PRG/CEAN/erlang/erts-5.5.2/windows/lib/
<br>> yaws-1.65/include/yaws_api.hrl"<br>><br>This is really interresting, I'll check that issue.<br></blockquote></div><br>