When debugging issues, it's useful to look at the log for errors or
exceptions that are thrown. Here's what I see:


javax.servlet.UnavailableException: test.TestServlet


This tells me that you don't have a TestServlet even though it's pointed to
in your deployment description (web.xml). Clean your build, try testing
locally to find the issue, then deploy again.

Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine



On Wed, Jul 6, 2011 at 12:12 PM, Tomer L <[email protected]> wrote:

> Hi,
>
> When I test the Eclipse default project (a 'hello world' servlet) on my
> machine, it works fine but when I deploy it on my domain and click on the
> servlet I get:
>
> Error: Server Error
>
> The server encountered an error and could not complete your request.
>
> If the problem persists, please 
> report<http://code.google.com/appengine/community.html> your
> problem and mention this error message and the query that caused it.
>
> Any suggestions? (http://bumpguerillatesting.appspot.com/test)
>
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/gNZZWOAMPtAJ.
> 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?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.

Reply via email to