I've added the tomcat manager app to the OL4 one-click distributions.
There is a little bit that should be added to the docs somewhere:
Visit http://localhost:8080/manager/html and it will prompt you for a
http auth, which will remind you to go to server/conf/tomcat-
users.xml, and add in a username/password. I didn't want to ship with
a well-known manager uname & password, in case someone *did* deploy
the one-click installers publicly. Add this line:
<user username="admin" password="laszlo" roles="admin,manager"/>
The tomcat manager app lets you start, stop, deploy, and undeploy
servlets. Redeploying a servlet is much faster than power-cycling
tomcat.
Benjamin Shine
Software Engineer, Open Laszlo / Laszlo Systems
[EMAIL PROTECTED]