[plt-scheme] servlet question
Typically we put library files in a collection directory. Does that
work for you?
Paul
On Wednesday, April 2, 2003, at 10:48 PM, Bruce Butterfield wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> Is there a straightforward way to determine the absolute path of the
> 'default-web-root' from a request uri to a servlet? I would like to
> have a servlet-specific configuration file that lives in the same
> directory as the servlet; I have implemented a hack that makes some
> not-very-portable assumptions about the web server configuration but
> I'd really like something like (get-real-path uri). What am I missing?