hemachandraa / gwt-examples

Automatically exported from code.google.com/p/gwt-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not able to deploy onto tomcat server

GoogleCodeExporter opened this issue · comments

I have developed my application in GWT using eclipse. I have tested in 
hosted mode.Evertthing works fine. Now I need to deploy into tomcat server 
on my machine. So using eclipse, I have compiled the whole project 
successfully.WAR directory got generated. I have zipped this war file and 
renamed with extension .war and placed this in webapps directory of tomcat 
server.

When I use localhost:8080 URL,firstpage opens successfully.(tomcat is able 
to unzip this).However none of RPC calls work. I am stuck with this 
problem from past 1 week. I tried all possible ways posted on web but 
nothing seems to work.

I tried to compile the starter application shipped with GWT and placed on 
tomcat. Even this is not working with RPC calls.
I am not sure what settings I need to do on my tomcat. 
Can you please give me the steps to deploy starter application shipped 
with GWT on tomcat? So later I can map the same to my application.

Can anyone help please?


Original issue reported on code.google.com by sathyavi...@gmail.com on 21 Jul 2009 at 2:52

Original comment by branflak...@gmail.com on 5 Apr 2010 at 6:56

  • Changed state: Done