Knowledge Base - FAQ
Question: Does the serlvet see that it is in the /WEB-INF/classes directory?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.
Last Modified: May 09, 2003




