How to set Tomcat or JBOSS or Glassfish as App-Server for GWT Web Project in eclipse -


how create , run gwt web project in eclipse tomcat or app-server?

i created gwt project , when run or debug it, eclise did use gwt hosted mode server. can not find , configuration in project properties select tomcat or server project/

regards

in gwt run/debug configuration of project want run/debug, tab main, deselect "run built-in server" option. after that, it's responsibility generate html/js/images of gwt module want run, , place them somewhere tomcat or jboss can see them. means deploying war @ least.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -