Create new project using GWT plug in
Project Name: HelloWorld
package: com.test
check "Using Google Web Toolkit"
didn't do any change after the project created.
run
Error Page display
HTTP ERROR: 503
SERVICE_UNAVAILABLE
RequestURI=/HelloWorld.html
and saw those message:
[WARN] EXCEPTION
java.lang.ClassNotFoundException: com.test.server.GreetingServiceImpl
at java.lang.ClassLoader.findClass(ClassLoader.java:358)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)...
[WARN] failed greetServlet
javax.servlet.UnavailableException:
com.test.server.GreetingServiceImpl
at org.mortbay.jetty.servlet.Holder.doStart(Holder.java:79)
at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:
233)
at org.mortbay.component.AbstractLifeCycle.start
(AbstractLifeCycle.java:39)
at org.mortbay.jetty.servlet.ServletHandler.initialize
(ServletHandler.java:616)...
[WARN] Failed startup of context
com.google.gwt.dev.shell.jetty.JettyLauncher
$webappcontextwithrel...@14beb40{/,E:\Eclipse3_4\JavaProject\HelloWorld
\war}
javax.servlet.UnavailableException:
com.test.server.GreetingServiceImpl
at org.mortbay.jetty.servlet.Holder.doStart(Holder.java:79)
at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:
233)
at org.mortbay.component.AbstractLifeCycle.start
(AbstractLifeCycle.java:39)
what's the problem????
Eclipse 3.4
JDK 1.5
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" 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-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---