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
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