coooolmagic Magic wrote:I have a situation where I need to call this ImageServlet from another servlet.
This is indicative of a design issue. Rather than trying to call one servlet from another, factor the common code out into a utility class that both servlets can use.