[plt-scheme] servlet2.ss, servlet.ss, etc.
On Mar 26, 2007, at 08:36, Jay McCarthy wrote:
> When you use the `on-web' function, a temporary server is run from
> DrScheme on port 8080 and a browser window is opened to a temporary
> servlet. This should help you test servlets from DrS.
I did not know about on-web, thanks. My first reaction was that I
wanted to change 8080 to avert a collision with Geronimo [java] which
also uses port 8080. When I looked at collects/tools/servlet-env.ss,
it seemed that port 8000 was used. Can the port number be made an
optional parameter?