On Sat, Jul 10, 2010 at 4:55 PM, sharath maddineni <[email protected]> wrote: > I did that and in the mako file I used the Applet like this > > <applet code="/foo.class" archive="/foo.jar" alt="Java Applets do not > seem to be supported so far by your browser.." height="250" > width="250"> > </applet> > I added the foo.class and foo.jar in the public folder. But the java > applet is render to the browser. > could you think of any reason?
The jar file is displayed as text? That sounds like a mime type problem. Maybe StaticURLParser doesn't have a complete list of file types. Does it work if you have Apache serve the jar file directly? -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
