From: Daniel Berger Date: 2006-03-04T07:13:27+09:00 Subject: Re: windows and http servers on ruby Jacek Podkanski wrote: > Hi, > I wrote custom webrick servlet which parses *.html files with embedded > ruby code. It works fine on Linux, but on Windows it doesn't work properly > because pictures that are supposed to be on a web page do not show. > > What can I do? I don't know if this is your only issue, but there's no "/" (root) on Windows. Try a drive letter (e.g. 'c:\'). Regards, Dan