On Mon, Oct 4, 2010 at 12:02 PM, irrumabo <[email protected]> wrote: > FreeMindMacro uses Flash, not an applet. > > What I'm missing is whether this is a problem with my Apache > configuration, my Trac configuration, or both. The stack trace shows > that the JVM is looking for the applet here: > > http://localhost/Projects/MyApplet.class > > Now for everything else under http://localhost/Projects, Apache > handles the request via Trac - so presumably Trac has to know where to > find the applet class? Is there something that has to be set in Trac? >
If you want to make static files accessible to the outside world then you should : - Copy them in /path/to/trac/<env>/htdocs (e.g. /path/to/trac/env/htdocs/MyApplet.class) - Specify an URL like http://localhost/Projects/<env>/chrome/site/MyApplet.class or you could implement a whole new ITemplateProvider ... -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: -- You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en.
