I'm investigating the Racket Web Server.  It seems to me the default
server-root-path is 

  Racket/share/pkgs/web-server-lib/web-server/default-web-root/htdocs

because I specified ``#:server-root-path "htdocs"'' and I saw the
program was missing conf/ files and it gave away this directory above.

In the directory above, I discovered configure.rkt.  Is it a servlet?
Reading it, I had the impression that I should hit

  http://127.0.0.1/configure

and I'd have a tool to configure my web server.  I haven't found any
documentation on this.  Is there any?  

I'm also interested in trying the examples in the examples/ directory.
So far I'm not able to access these resources.  

I also tried copying the default-web-root to my application's root
directory and I set #:server-root-path to my newly created root and
tried

  http://127.0.0.1/configure
  http://127.0.0.1/configure.rkt

with no success.  (I didn't get missing conf/ files anymore, but don't
know which URL I should hit, assuming there is one.)

Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to