[Mono-list] mod_mono / mod-mono-server.exe
Abe Gillespie
agillesp@vt.edu
Fri, 20 Feb 2004 10:00:24 -0500
I need a way for mod-mono-server.exe to be non-blocking such that I get
control back at the command prompt. Much like how "apachectl start" starts
Apache and you can go on your merry way. For mod-mono-server, I assume the
missing item is the "--nonstop" switch. I've tried this but it still
blocks. I believe this to be an error because it's not working how "--help"
seems to suggest it should. And I can't get ASP.NET working this way. I
have OTOH gotten ASP.NET to work w/o using the "--nonstop" switch.
Here's what the sequence looks like:
mono /usr/local/bin/mod-mono-server.exe --nonstop --root . --applications
/mono:.
Listening on: /tmp/mod_mono_server
Root directory: /usr/local/share/doc/xsp/test
It just sits there after "Root directory."
Any help would be greatly appreciated.
Thanks!
-Abe