You could also just use:
<applet
code=Test.class>,
codebase="/library">
-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Pol
Millan
Sent: February 15, 2000 2:12 AM
To: [EMAIL PROTECTED]
Subject: Applets within Servlets
Hi guys,
I'm trying to insert an applet into the code a servlet delivers to the
brower.
The problem is that if I use a relative URL such as <applet
code=Test.class>,
the class cannot be found and if I use <applet
code=http://www.aaa.com/library/Test.class> the security restrictions apply
and it doesn't work either.
Any idea how I can make this work out?
Many thanks to everyone.
Pol Millan
___________________________________________________________________________
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
___________________________________________________________________________
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