Hi,
Firstly, thanks for Winstone - utterly brilliant project.
I just ran up Winstone with JSP support via Jasper, initially following http://winstone.sourceforge.net/#jasper. I found a variation which suited me:
* Pull Jasper 2.0 from Tomcat 5.5.27
* Required JARs to /lib are:
commons-el.jar
commons-logging-api-1.1.1.jar
jasper-compiler.jar
jasper-compiler-jdt.jar
jasper-runtime.jar
jsp-api.jar
By using the JDT compiler, I eliminated the need for tools.jar and I suspect ant.jar along with it, which are mentioned on the current instructions. This alternative deployment might be of interest to some users of Winstone.
Thanks again
Brett