Andreas Tille wrote: > According to this document I have to install JSDK2.1
You also need a JSDK2.1 compliant servlet engine, not just the jsdk2.1 jar archive. Unfortunately Apache-JServ does only support the servlet 2.0 specification yet, so you have to use Sun's (or any other non-free) engine. You then have to set the classpath inside that engine to include the jsdk2.1 jar, using "export CLASSPATH=..." will not work. -- Stefan Gybas

