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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
