Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This problem occurs when running Tomcat with Security Manager enabled, but without having granted permissions for Wookie to access the database server. For development purposes its better to just run Tomcat without Security Manager enabled; otherwise you need to edit your catalina.policy file as described in the Tomcat Security Manager How-To.

Wookie throws a "java.lang.NoSuchMethodError:javax.servlet.ServletContext.getContextPath()" exception when I try to load a widget

This problem occurs in version of Apache Tomcat that do not support the current Servlet specification; to avoid this error update to Tomcat 6.0 or higher. See //issues.apache.org/jira/browse/WOOKIE-105 for more information

I shut down my Wookie and now when I try to run it I get an error. How do I run it again?

...