[Mono-list] XSP-0.2 questions...

Gonzalo Paniagua Javier gonzalo@ximian.com
13 Feb 2003 00:53:22 +0100


El mié, 12 de 02 de 2003 a las 23:42, Clark Case escribió:
> I'm trying to get the XSP web server going on my
> machine (RedHat 7.3) and have run into a couple
> problems. I have turned off garbage collection, as
> I've read that it is problematic (export
> GC_DONT_GC=1). I'm currently testing it with wget on
> the same machine to remove any issues with a specific
> browser or connectivity.

The GC do not cause any trouble since a while ago. I suggest using it.
> 
> 1) I have to give the entire path to the file I want.
> e.g., http://127.0.0.1:8080/index.aspx does not work.
> http://127.0.0.1:8080/home/clark/xsp-0.2/server/test/index.aspx
> does. Is there some configuration setting I need to do
> to fix this?

The current server takes the root from the directory where you run it.
Are you running it on / ?

> 
> 2) The server seems to "hang up" quite often, and I
> have to stop and restart it. Is this attributable to
> being an early release, or am I doing something wrong?

There were a couple of problems in the class library. If you use dlls
from a snapshot or CVS it will fine.

> 
> Thanks for any help. I'm looking forward to playing
> around with ASP.net in Linux.

Welcome aboard! We will appreciate any input, specially bug reports.

Cheers.

-Gonzalo.