Re: Issue with deploying my GWT app

2009-05-11 Thread mrfreeze81
I am trying to deploy my application on Lunarpages. (not the best support in the world). They have Resin v 2.1.13 running on their end. I have tried everything I know, but the classpath is still an issue. I have even printed out the list of classpath through my code and everything seems to be righ

Re: Issue with deploying my GWT app

2009-05-09 Thread mrfreeze81
Yes my class is in the right directory, I am able to launch it on the hosted mode as well as deploy it on my local resin server on my machine. When I try to deploy it onto a 3rd party server, is when I get the error. Also, I noticed that on the 3rd party server, once I drop the the war file, the s

Re: Issue with deploying my GWT app

2009-05-09 Thread Salvador Diaz
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 fil

Issue with deploying my GWT app

2009-05-09 Thread mrfreeze81
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 er