in reply to Re^11: Not able to display an image in perl CGI
in thread Not able to display an image in perl CGI

You're in the wrong forum friend :) no tomcat experts here to help you ... althought, trying to serve static files from cgi-bin directory is generally the wrong thing on most every webserver
  • Comment on Re^12: Not able to display an image in perl CGI

Replies are listed 'Best First'.
Re^13: Not able to display an image in perl CGI
by aniammu (Novice) on Apr 30, 2014 at 09:47 UTC
    Hmm ok fine.. Thanks for providing the info. So how can i include images in CGI programming.

    I have an html file in /var/www/html/ directory. It works fine here.

    I created a cgi script with HTML frames, i wanted to source this html file which failed.

    Can anyone confirm if we can call html file from cgi script. If yes do we need to perform any specific modification.