Re: Trouble with real server

2010-05-10 Thread Thomas Broyer


On 10 mai, 04:14, Anoop John  wrote:
> Hi
> I am in trouble with the tomcat server (Not local host). I tried to
> deploy the simple GWT application in the tomcat server and it was
> worked in localhost. I uploaded the files through FileZilla. I am
> getting the following error.
>
>  com.google.gwt.user.client.rpc.StatusCodeException:
> Not Found
>
> The requested URL /war/sample/greet was not found on this server.

Given that your WEB-INF/web.xml is accessible [1], I'd say you've not
deployed a "web application" but just "some files" *within* your ROOT
webapp.
Not knowing how you're supposed to deploy your code to your server,
it's really hard to help you debug the issue.

[1] http://worldofprogrammers.com/war/WEB-INF/web.xml

-- 
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-tool...@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.



Trouble with real server

2010-05-09 Thread Anoop John
Hi
I am in trouble with the tomcat server (Not local host). I tried to
deploy the simple GWT application in the tomcat server and it was
worked in localhost. I uploaded the files through FileZilla. I am
getting the following error.

 com.google.gwt.user.client.rpc.StatusCodeException:
Not Found

The requested URL /war/sample/greet was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to
use an ErrorDocument to handle the request.

Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_mono/
2.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
mod_jk/1.2.28 Server at worldofprogrammers.com Port 80

You can check the from the URL http://worldofprogrammers.com/war/

Please let me know what is the problem?

-- 
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-tool...@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.