Browser canNOT download classes from under WEB-INF/, browser has NO direct access to everything under WEB-INF/, server blocks it.
Move applet classes into browser accessible directory (for example AppletTest/classes ) and it will work. --- James Sherwood <[EMAIL PROTECTED]> wrote: > 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] > > Konstantin Ignatyev PS: If this is a typical day on planet earth, humans will add fifteen million tons of carbon to the atmosphere, destroy 115 square miles of tropical rainforest, create seventy-two miles of desert, eliminate between forty to one hundred species, erode seventy-one million tons of topsoil, add 2,700 tons of CFCs to the stratosphere, and increase their population by 263,000 Bowers, C.A. The Culture of Denial: Why the Environmental Movement Needs a Strategy for Reforming Universities and Public Schools. New York: State University of New York Press, 1997: (4) (5) (p.206) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
