Versions Compared

Key

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

...

In order to view all Wink's messages place the following property in the logging.properties file:

Code Blocknoformat
org.apache.wink.level=ALL

...

Usually the uri in a servlet container looks like this:

Code Blocknoformat
requestURI = contextPath + servletPath + pathInfo

while in most servlet containers context path is a war name (or it can be configured), in App Engine it's just empty.
So if your servlet is mapped to "rest", access

No Format
http://host:port/rest

Image Removed.

References