i am new to gwt and i have installed gwt and created an new web application and just run the project in eclipse it works fine in google App engine and how can i make it run with tomcat.. because i have tomcat alone in my server...
Just copy and paste contents of your WebRoot folder inside the webapps folder of your tomcat. sorry for broken English.
Make a .war file of your project and go to Tomcat Web Application Manager. Navigate to section WAR file to deploy choose your .war file and press deploy.
you can also check a nice tutorial on how to make a .war file.
If you're just looking for a general introduction, the GWT developer guide has a section on deploying to a web server and some documentation on deploying applications to Tomcat is available here.
If you're encountering a specific problem or error, it would help if you could include more details.
Hosted Mode not using built in jetty
精彩评论