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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -