I am trying to run an applet in one of my html pages. I just use: <APPLET NAME="PortMonitor" CODEBASE="AppletTest/context/WEB-INF/classes" CODE="PortMonitor2.class" WIDTH="150" HEIGHT="150" MAYSCRIPT> </APPLET>
It runs fine if I just create a simple test.html document on my desktop and put the class file with it. BUT When I try to run it under tapestry, I cant make it find the class file. I tried putting it everywhere in my project. Also I tried point the codebase at it relatively and absolutely and still no go Any help would be greatly appreciated, Thanks, James --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
