четверг, 4 июня 2009 г., 20:57:26 UTC+3 пользователь Tim McCormack написал:
On 21 May, 10:00, "A.L" <liun...@gmail.com> wrote:
> Error Page display
> HTTP ERROR: 503
> SERVICE_UNAVAILABLE
> RequestURI=/HelloWorld.html
>
> and saw those message:
> [WARN] EXCEPTION
> java.lang.ClassNotFoundException: com.test.server. GreetingServiceImpl
Same problem here, I think. We're collaborating using Subclipse, and
one person's computer is having the same problem you describe. All the
settings are being shared, which makes this very curious.
Here's what I just observed, though: His war/WEB-INF/classes folder is
empty, and Build Automatically was disabled. When it was enabled, we
still had no class files.
Could you check to see if you are in a similar situation?
- Tim McCormack
I encountered the same problem. The reason was that i created project using GPE (Google Plugin for Eclipse) and tried to follow GWT in action book. But my version of GPE creating a lot of staff insted of just basic project infrastructure. So, if you change your web.xml to
<?xml version="1.0" encoding="utf-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5">
</web-app>
everything should work fine.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment