Probably your problem is that browser is requesting the applet
class files from the wrong place. It is using the apparent
servlet address. This also interferes with loading images,
sounds, etc.

Put a <base href="urlForTheAppletClassesDirectory" >
tag in the <head> .. </head> region of the page you are
generating.


Web Master wrote:
> 
> Hello,
> 
> I asked this question before, if anyone answer this question ?
> 
> I have servlet which int runs calls an applet. Everything works fine
> except that, when I run, the applet is not running, it comes back and
> says applet not found.
> 
> I have a context entry for the project in the server.xml
> 
> Do I have to do anything special to start the applet?
> 
> Thanks in advance

-- 
WBB - [EMAIL PROTECTED]
Java Cert mock exams http://www.lanw.com/java/javacert/
Author of Java Developer's Guide to Servlets and JSP 
ISBN 0-7821-2809-2

Reply via email to