Laura
Laura

Reputation: 43

I deployed GWT on tomcat and now RPC does not work

I just deployed my GWT project on tomcat. I can open the page. But my RPC doesn't work anymore. I'm getting: rpc.StatusCodeException: 404

Upvotes: 0

Views: 66

Answers (1)

Kaushik
Kaushik

Reputation: 3381

There must be a servlet mapping problem. Take look at your web.xml file.

Upvotes: 2

Related Questions