[erlang-questions] Issue: erl/yaws init

Ahmed Ali ahmed.nawras@REDACTED
Tue Oct 21 23:56:15 CEST 2008


Hi all,

I don't know if this is a erlang or yaws's issue. The first command
below doesn't work while the second works.

> yaws --conf yaws.conf  --id my_app --daemon --pa ebin/ --erlarg -s\ application\ start\ my_app
> yaws --conf yaws.conf  --id my_app --daemon --pa ebin/ --erlarg -s\ web_utils\ init

Although funciton web_utils:init/0 looks like below

init() ->
    application:start(my_app).

Did anyone face a similar issue before?

Best regards,

Ahmed



More information about the erlang-questions mailing list