How do I run my GWT application on tomcat?

2009-06-17 Thread Sow
Hi, I am totally new to GWT-EXT. I deployed the WAR file in the webapps folder. What url should I use to execute my html which is in the [mypackge]/public/ folder ? The hosted application uses http://localhost:/com.google.gwt.sample.stockwatcher.StockWatcher/StockWatcher.html url to run

Re: How do I run my GWT application on tomcat?

2009-06-17 Thread abhiram wuntakal
Hi, First of all ensure that the StockWatcher folder got created after you started the tomcat. Then use this url httl://localhost:/StockWatcher/StockWatcher.html.. it shud work... On Wed, Jun 17, 2009 at 4:19 PM, Sow y.sowja...@gmail.com wrote: Hi, I am totally new to GWT-EXT. I

Re: How do I run my GWT application on tomcat?

2009-06-17 Thread Rajeev Dayal
Also, see the Deploying RPC section of the following article: http://code.google.com/webtoolkit/doc/1.6/DevGuideServerCommunication.html http://code.google.com/webtoolkit/doc/1.6/DevGuideServerCommunication.htmlIt describes how to deploy to Tomcat. On Wed, Jun 17, 2009 at 12:44 PM, abhiram