Hello: I want to deploy a GWT project on a Tomcat server. As I´ve read, all I have to do is compile the GWT project (by the option in Eclipse, for example) and then (the app name is menutemplate):
- Create a directory on webapps (in the Tomcat path) with name, for example, myapp. - Copy war/menutemplate directory (output of compilation) into myapp. - Copy menutemplate.html and menutemplate.css into my app. Doing this, my app works, but If i add a service with a rpc call it doesn´t. I suppouse I have to specify the servlets in the web.xml which is on WEB-INF, but when I copy the WEB-INF into myapp directory, then I cannot run the application. Have I made any mistake during the process? or have I forgotten any step? Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
