[plt-scheme] servlet2.ss, servlet.ss, etc.

From: Geoffrey S. Knauth (geoff at knauth.org)
Date: Wed Mar 28 05:40:35 EDT 2007

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?



Posted on the users mailing list.