• 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

GWT 2.0 using tomcat in hosted mode

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

I am exploring the features of GWT2.0. One of the feature seems to be using a server of our preference in the hosted mode, rather than the inbuilt jetty that comes with GWT. I have been trying to do this with no success. I read through the documentation here and searched but I am unable to do it or should I say I dont understand how to do it.

To make things more clear, I want to do the same debugging and stuff that I am able to do with Jetty, with my external container also.

Can someone please explain? And also when I run an application with Jetty I get the url appended with a parameter '?gwt.codesvr=<some port no>' . What is the significance of this?

Thanks in advance.
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This should give you some clues:
http://www.coreservlets.com/Apache-Tomcat-Tutorial/eclipse.html
 
reply
    Bookmark Topic Watch Topic
  • New Topic