Run Applet on Tomcat 5.0.16 -- Where should I to put class files?

2004-02-26 Thread Henry Lai
Hi, I still get applet not initialized error after I using the archive=http://localhost/PluginApplet.jar; tag in jsp:plugin. Do I have to setup classpath environment variable on my Windows system? What should I put in it? Henry

Run Applet on Tomcat 5.0

2004-02-26 Thread Henry Lai
I tried to download PluginApplet.jsp from chapter 13 in Marty Hall's Core Servlets and JavaServer Pages 2nd Edition. In the document, it words .Remember that applets are executed by the browser, whereas servlets and JSP pages are executed by the server. Thus, the applet .class file goes in