Re: Difficulty to run simple GWT application on tomcat server.

2012-05-05 Thread mukarev
Hi Rahul Sharma, I run a few tomcats with GWT applications. To run them on the tomcat, I have a simple war-builder xml looking like this: Than you can deploy the war like known from tomcat. As an alternative you can run your standard build.xml and upload the content of

Difficulty to run simple GWT application on tomcat server.

2012-04-27 Thread Rahul Sharma
I am creating a gwt application as following steps: First install gwt plugin in my eclipse(Helios). Create GWT project Add Dynamic web plugin going to property page of the project project Facets tab Select Dynamic Web Module and java ok to apply changes. Write code and i try to run on server tomcat