Hello Everyone, I downloaded JSDK2.1 and I followed the instructions for running + creating servlets. My first servlet worked fine. Now I am making a servlet which generates an HTML page that has an applet in it. However, when I run that servlet I get the HTML page and the plugin loads (I know this because I see the plugin console window) - but then soon after that I get an error "error: LoginApplet (Bad Magic Number)". I have set up the servlet like such: c:\jsdk2.1\webpages\WEB-INF\servlets <-- contains the servlet class file c:\jsdk2.1\webpages\ <-- contains the applet class files By the way, the html code inside the servlet has been converted using that html converter by sun so as to specify the use of the Java Plugin. Also the applet tag has the codebase="./" Can anyone please help? Nelson ___________________________________________________________________________ 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
