> Then make a WAR archive (archive the war folder within your project > folder) and deploy it e.g. on tomcat (copy the archive to tomcat's > webapps directory). > > After tomcat discovered the new war and auto-deployed it, you're ready > to go and can access the app via browser.
What if the application doesn't need a "server", any RPC? But just a dynamically created web page? How can a pure client be "deployed" without using 'tomcat'? E.g., how about a GWT application that only displays "Hello, World!" (with maybe a "Quit" button)? I know that would be stupid, but it is a simple example of what I want to do. Thanks! -Kenneth -- 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.
