I am using a jar which is doing the following : new StreamSource(getClass().getClassLoader().getResourceAsStream(xslPath)));
It is loading an xsl style sheet from a jar. If I use the library locally everything is ok, but if I try to do the same thing in an app engine servlet, it can't find the resoruce. How do define the web.xml for this problem, or is their another solution? thanks. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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/google-appengine-java?hl=en.
