If you don't need any server-side logic, then you just need to put the
compiled java-script files and other resources (like images, css and
stuff) on a normal webserver.

On 23 Nov., 17:02, Kenneth Jacker <khjac...@gmail.com> wrote:
> > 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to