Hi Sascha,

There is not much to say here, you have to deploy your GWT app like a normal 
WAR or EAR application (depending on your needs).

If you just want to do a quick try, do a GWT compile and create a WAR file 
(with the contents of your war directory) and put it into one of your JBOSS 
servers 'deploy' directory (pick the right one depending on your needs, but 
typically for a quick test you can use the one named 'default'). 

This deployment process is not related with GWT at all, after GWT 
compilation is done you just end up with static stuff (html, js, css, 
etc...) and class files for your server side (ie: servlets); If you are not 
familiar with it, I'd recommend you to search on google for "war deployment" 
or something the like.

Hope it helps,
Mariano

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Q7PeKHgRGkkJ.
To post to this group, send email to google-web-toolkit@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