That is out of the scope of GWT proper, but you'll want to google "war package"
but basically, you put your static files at the root of the package, your web.xml in the WEB-INF/ directory, your required jars in WEB-INF/ lib/ and your compiled server side code in WEB-INF/classes/ -jason On Nov 3, 2008, at 6:05 PM, Harsha Kandimalla wrote: > Thanks a lot for your response. I have another question. How web > application structure is organized? > > On Mon, Nov 3, 2008 at 11:43 AM, Harsha <[EMAIL PROTECTED]> > wrote: > When we deploy the webapplication with gwt-user.jar to JBoss, we are > getting offended error. Is there any reason, why servlet api's are > included with in the jar file? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
