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

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Wed Mar 28 08:58:04 EDT 2007

I've updated SVN to allow this.

(on-web 9000 (+ (request-number "first") (request-number "second")))

runs on port 9000.

Jay

On 3/28/07, Geoffrey S. Knauth <geoff at knauth.org> wrote:
> 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?
>
>


-- 
Jay McCarthy <jay.mccarthy at gmail.com>
http://jay.teammccarthy.org


Posted on the users mailing list.