by the way, the error is ExceptionInInitializerError at org.apache.cactus.server.runner.ServletTestRunner.run(ServletTestRunner.java: 297) ... caused by: java.security.accesscontrolexception: access denied (java.io.filepermission dir\junit.properties read)
i guess it is impossible to use cactus since it can only access web- inf files? if cactus is not possible, is there any other alternatives to test servlets? On Mar 5, 12:08 pm, legendlink <[email protected]> wrote: > hi, > its really nice that there is local unit testing of datastore and > other google implemented apis. i've been able to test it without > problems. > > but i also wanted to test my servlets. i tried using cactus and > included libraries of cactus in my project. and added the required > web.xml servlet mappings for cactus to work in my project's web.xml > i run the google dev server without problem but when i access the > cactus test url it throws error.. > > has anyone tried cactus on google app engine? -- 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.
