There is no difference between the HTML generated by the servlet and a static
HTML file. So, cut yourself a static HTML file (handy for testing), put the
applet tag in there and watch the web server log files to see what is the actual
requested URL. Once you know that, fix it accordingly and you'll be laughing.

Bojan

Quoting Martin Mc Atamney <[EMAIL PROTECTED]>:

> I have a servlet which produces straight HTML.  In the HTML I'd like to 
> embed an applet tag.  My servlet is in com.test.servlet, my applet in 
> com.test.applet.
> 
> I set the code value in the applet tag to "test.class", but after trying 
> various combinations for codebase I still getting a FileNotFound exception 
> when a browser tries to load my applet.
> 
> Am I missing something.  I am using jakarta-tomcat-4.0-b5

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to