Data that is downloaded to the client from a web app must
always go into the web app's document root (the directory that contains
WEB-INF), or a subdirectory thereof. Nothing that goes into WEB-INF or any
of
its subdirectories can be downloaded (or accessed directly) by an HTTP
client.
Think of your applet as a regular web resource to be served from the web
server
and put in the same place you would put its associated HTML file:
Example:
/index.html
/html/myApplet.html
/html/myApplet.jar
/WEB-INF/classes/
/WEB-INF/lib/
/WEB-INF/other_private_stuff
Scott Stirling
Allaire Corporation
http://www.allaire.com/developer/jrunreferencedesk/
> -----Original Message-----
> From: Albert [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, July 09, 2000 11:09 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [EJB-INT] Applet and EJB
>
>
> But when I run the html, it cannot find my applet class file
> which I already
> place in public_html/Web-inf/classes directory.
>
> Albert
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".