Hi,
1. I modified the start.bat as you suggested, this is how it looks now:
@echo off
set ERL_MAX_PORTS=32000
set CEAN_SERVER=http://cean.process-one.net
rem set HTTP_PROXY=your.proxy.host:port
rem cd erlang\erts-5.5.4\windows\bin
rem start werl.exe
cd erlang
start erts-5.5.4\windows\bin\werl.exe
Unfortunately, it doesn’t work anymore. This is the error I get:
{“init terminating in do_boot”,{‘cannot get bootfile’,‘../../../bin/start.boot’}
}
Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
Abnormal termination
2. I didn’t know that the file was generated (sorry, I’m quite new to this). I tried to modify the “yaws” file (a shell script) I got from linux myself, but it turns out it’s not that easy. I’ll stick with the embedded mode for now. Maybe one could include a “hacked” yaws startup script that can be used on windows.
Thanks,
Bogdan