Kattare is dedicated to making your hosting experience as painless as possible. That means making as much help and documentation available as possible.
Does the serlvet see that it is in the /WEB-INF/classes directory?
Answer
Anyone writing a servlet needs to use the serlvetContext to the
the "real" path for "/whatever".
So if your path is www.yourdomain.com/images via the web server
use the servletContext to get "images" real directory
ie /home1/y/youraccnt/domain1.com/images other wise it doesn't
path correctly.