Quick Start
To just use a servlet without caring about administrative or programming details:
1.1 Quick Start on Unix
If you have root access, just run plt/bin/web-server; otherwise, run plt/bin/web-server -p 8080.
Example servlets are located in
collects/web-server/default-web-root/servlets/examples/.To run the example servlet add.ss, use the URL http://localhost/servlets/examples/add.ss, or http://localhost:8080/servlets/examples/add.ss if the server was started with -p 8080.