[racket] Web-Server: Continue Tutorial, Templates and Dispatch
>>>>>"JM" == Jay McCarthy <jay.mccarthy at gmail.com> writes:
JM> You probably shouldn't use the 'plt-web-server' cmdline program for serious sites.
Oh, okay. "plt-web-server" was easy usable for executing the examples in the default-web-root, so I thought it is reasonable for my own servlets too,
because iI didn't realize that, if I start my server with (serve/servlet my-servlet), all other servlets in my web-root are also accessible.
Thanks for your answers!