• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Deploy GWT application on Tomcat

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi to all .

I am new to GWT and developed sample application for GWT.In app Engine i can compile getting the desire result in webpage.
but when it comes to tomcat i couldnt get the GWT component.
I made war file with the use of Ant but couldnt make it.

Hope you can guide me.
thank you
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I made war file with the use of Ant but couldnt make it.


You are contradicting your self.

Do you have problems creating the war?
Do you have problems deploying the war?
 
Jordan Josh
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I created war file successfully but cant run GWT application on tomcat.
Can you show me how i can deploy GWt aplication on tomcat.I heard about no server option.but still need to work on that.
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When deploying GWT WebApps to a Tomcat server, don't forget to put the GWT libraries in the WEB-INF/lib directory.
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It might take a while... but I would invest a week getting to know maven. It would helps alot with deployment of apps.

There is a wealth of information on the net.

Start with hupa, if you want a multiple module maven setup.

Google = maven + gwt
 
reply
    Bookmark Topic Watch Topic
  • New Topic