I've a servlet that serves all kinds of objects (images, sounds, videos, flash,
...) from a database. Is it possible to serve a class file that should be used
within the applet tag on the client side with this servlet (ContentServlet),
too? When I tried it, the browser answered "Applet (see above) could not be
loaded". This is the applet tag I use (it's produced by another servlet):

<APPLET CODE = "/ContentServlet/applets/TestApplet.class?key=S9laF1se" NAME =
"TestApplet">
</APPLET>

When I use a reference to a file, it works.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to