Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
The Apache error_log reads:load: class myApplet not found
What I guess is trying to happen is that Apache is trying to 'execute' the applet instead of 'serving' it. I can take a static html file and myApplet into an htdocs directory and view it from a browser no problem, but not when my perl script creates the HTML page.[Tue Apr 3 13:59:59 2001] [error] (8)Exec format error: exec of /usr/ +local/apache/cgi-bin/agency/PieChartApplet.class failed
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(crazyinsomniac) Re: cannot load applet using Perl/CGI
by crazyinsomniac (Prior) on Apr 04, 2001 at 00:21 UTC | |
|
(jeffa) Re: cannot load applet using Perl/CGI
by jeffa (Bishop) on Apr 04, 2001 at 00:16 UTC | |
|
Re: cannot load applet using Perl/CGI
by dws (Chancellor) on Apr 04, 2001 at 00:31 UTC | |
|
Re: cannot load applet using Perl/CGI
by arturo (Vicar) on Apr 04, 2001 at 00:06 UTC | |
|
Re: cannot load applet using Perl/CGI
by cLive ;-) (Prior) on Apr 04, 2001 at 09:06 UTC | |
|
Re: cannot load applet using Perl/CGI
by Hero Zzyzzx (Curate) on Apr 05, 2001 at 05:42 UTC |