Wretched Excess schrieb:
> Is there a Context for your application ("custom") in your server.xml...?
No. Such a modification was not mentioned in the book that I used. It
should be sufficient to provide a suitable web.xml file and the other
resources in the subfolder of the web-app directory.
> If so, did you restart Tomcat after adding it...?
It turned out that I didn´t use the correct or sufficient *.jar files
for compilation. I don´t remember where I got the servlet.jar file in
the lib\ext folder of my jdk installation. After I copied the files
jsp-api.jar and servlet-api.jar from the common\lib folder of my tomcat
installation to the lib\ext folder of the dsk, everything worked. For
some reason, my IDE doesn´t find the jar files when they reside in
common\lib folder, but that´s only a minor issue.
Thanks for your reply
Piet