inets

Mattias Nilsson mattias@REDACTED
Thu Feb 4 10:01:05 CET 1999


Elan wrote:
> 
> Hi,
> 
> I'm trying to start up inets under FreeBSD 2.2.6.
> 
> I get the following erl_crash.dump

Could you also tell me how you started it, e.g did you start it from the
command line using the -s option or did you start it from the shell
using inets:start("configfile") or did you use application:start(inets)
?

> <Erlang crash dump>
 
> I have created a file called inets.conf and saved it in the inets
> directory. (I saved the same file to inets/ebin just to be sure.) This file
> contains the following:
> 
> >>>>>>>>>>>>>>>>>>>>>>>>>
> [{inets,
>   [{services, [{httpd,"/var/tmp/server_root/conf/8888.conf"},
>                {httpd,"/var/tmp/server_root/conf/8080.conf"}]}]}].
> <<<<<<<<<<<<<<<<<<<<<<<<<<

This file should be called inets.config. You should review your
8888.conf and 8080.conf files aswell, as theese are the real
configuration files.
 
> I have also copied the server_root directory to /var/tmp/...
> 
> according to the inets manual.

This should atleast be correct.

-- 
Best Regards, Mattias Nilsson
Ericsson Telecom AB, OTP & Applied Research



More information about the erlang-questions mailing list