The following overview may be of assistance as well:

http://code.google.com/webtoolkit/doc/1.6/DevGuideDeploying.html


On Tue, Dec 1, 2009 at 10:12 AM, gwtfanb0y <siegfried.b...@googlemail.com>wrote:

> Hi,
>
> you can use this ant-target to create a war file:
>
>  <target name="war" depends="build" description="Create a war file">
>    <zip destfile="MyApp.war" basedir="war"/>
>  </target>
>
>
> I recommend to create the project structure with the
> "webAppCreator" (included inside
> the google-gwt-directory). I've written a tutorial how to do that:
>
> http://blog.jdevelop.eu/2009/11/11/create-a-gwt-application-from-scratch/
>
> Have a lot of fun!
>
>
>
> On 1 Dez., 14:22, cutout33 <cutou...@gmail.com> wrote:
> > Hello all,
> >
> > Am really new to GWT and am using google plugin for eclipse which
> > great for development as it starts the project in hosted mode, but my
> > problem I need to deploy my sample on a real AS like JBoss, how can I
> > do that? how can I create a war file for my project? What file
> > structure should it contain?
> >
> > I new that maybe it is very stupid but am not able to do :-/
> >
> > Thanks in advance...
>
> --
>
> 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<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>
>

--

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