views:

197

answers:

2

http://code.google.com/web/ajaxcrawling/docs/html-snapshot.html

Does HtmlUnit work on AppEngine? If not, are there any other ways to make my GWT app crawlable by search engines?

+2  A: 

A patch for HtmlUnit to work on GAE is in progress. HtmlUnit's bug tracker issue 2962074 discusses making HtmlUnit work on GAE, and provides a preliminary patch for accomplishing this.

David Underhill
How do I apply the patch? I see a .diff file.
Matt H
You can use the `patch` tool if you are using Linux or a similar environment. For details, consult the `patch` manpage. Or ask Google.
David Underhill
A: 

it doesn't work on the last GAE version (even after patch applying) to check the post http://groups.google.com/group/google-appengine/browse_thread/thread/28a9f9737b1b26b5

Andrew Bartkiv