Hi newbie,

to publish your created GWT app, you only have to create and deploy
the
WAR-file to a running productive tomcat (or other servlet container)
environment. Use this ant-target to create the WAR-file.

        <target name="war" depends="build" description="Create a war file">
                <zip destfile="mycoolapp.war" basedir="war" />
        </target>

Have a lot of fun!
regards,
gwtfanb0y


On 13 Okt., 11:39, newbie <[email protected]> wrote:
> Hi all,
>
>    I am new to the world of Java. I learnt GWT and have created my own
> GWT application. I now want to create a website and give access to
> other people to access my application. I am familiar with Tomcat and
> all that stuff but I dont know how to create a website and call my
> application from there. Can someone provide any useful link which
> gives out the method to do this or any set of standard steps to be
> followed to launch my website and make it accessible to everyone.
>
> Thanks and Regards,
> Prakash

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to