----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

on 2/11/00 11:22 AM, Ilana Shay <[EMAIL PROTECTED]> wrote:

> Do I miss any APACHE configuration settings?
> 
> Thanks,
> Ilana.

Put your Applet class into your htdocs directory.

Change this line:
out.println("<APPLET CODE=\"Applet1.class\" WIDTH=426
HEIGHT=266></APPLET>");

to this:

out.println("<APPLET CODE=\"/Applet1.class\" WIDTH=426
HEIGHT=266></APPLET>");

-jon

-- 
Come to the first official Apache Software Foundation
Conference!  <http://ApacheCon.Com/>




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to