in reply to CF/PERL Conversion to JSP/PERL OH MY

try serving this html page:

<html><head></head><body> <img src="http://server/cgi-bin/getThisImage.pl?image_name.jpg"> </body></html>

if it doesn't work, it's probably missing some info the perl script needs. debug the perl script. if it works, you might want to have a look at the jsp code.

~Particle *accelerates*