[Mono-list] Problems with XSP

Gonzalo Paniagua Javier gonzalo@ximian.com
28 Feb 2003 14:50:20 +0100


El vie, 28 de 02 de 2003 a las 12:57, Richard Torkar escribió:
> I suppose you mean server.exe?
> When I start it in console this comes out:
> 
> [root@/var/www/html/mono/bin]# mono server.exe
> Listening on port: 8080
> Root directory: /var/www/html/mono/bin
> Virtual directory: /

That's the problem.

You must either provide a root directory (--root) or copy server.exe to
/var/www/html/mono and run it there.

The same is required when you run it under MS runtime.

-Gonzalo