The error you're getting is pretty self-explanatory:

> javax.servlet.ServletException: Class
> `com.example.server.GreetingServiceImpl'
> was not found in classpath.
> Classes normally belong in /ExGWT/WEB-INF/classes.
>         at com.caucho.server.http.Application.instantiateServlet

Is the file GreetingServiceImpl.class in the right place in your war ?
(/ExGWT/WEB-INF/classes/com/example/server/)

Hope that helps,

Salvador

On May 9, 3:07 pm, mrfreeze81 <mrfreez...@gmail.com> wrote:
> Hi,
>    I'm using GWT 1.6.4. I'm trying to deploy my war file from the
> simple starter program given by GWT itself to my Resin server v2.1.13.
> I have not done any changes to the application. Only created a war
> file and dropped it into the webapps folder. When I try to use RPC, I
> get the following error. What can I do to resolve it?
>
> 500 Servlet Exception
>
> javax.servlet.ServletException: Class
> `com.example.server.GreetingServiceImpl'
> was not found in classpath.
> Classes normally belong in /ExGWT/WEB-INF/classes.
>         at com.caucho.server.http.Application.instantiateServlet
> (Application.java:3198)
>         at com.caucho.server.http.Application.createServlet
> (Application.java:
> 3104)
>         at com.caucho.server.http.Application.loadServlet
> (Application.java:
> 3065)
>         at com.caucho.server.http.QServletConfig.loadServlet
> (QServletConfig.java:435)
>         at com.caucho.server.http.Application.getFilterChainServlet
> (Application.java:2809)
>         at com.caucho.server.http.Application.buildFilterChain
> (Application.java:2765)
>         at com.caucho.server.http.Invocation.service(Invocation.java:
> 313)
>         at com.caucho.server.http.CacheInvocation.service
> (CacheInvocation.java:135)
>         at com.caucho.server.http.RunnerRequest.handleRequest
> (RunnerRequest.java:346)
>         at com.caucho.server.http.RunnerRequest.handleConnection
> (RunnerRequest.java:274)
>         at com.caucho.server.TcpConnection.run(TcpConnection.java:139)
>         at java.lang.Thread.run(Thread.java:595)
>
> Resin 2.1.13 (built Thu Apr 1 10:57:42 PST 2004)
>
> Thanks
> Harry
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to