You can deploy the generated app in whatever web server you choose.
For example, those pom.xml are configured to deploy to github site
https://github.com/ibaca/rxbreakout-gwt/
https://github.com/ibaca/rxsnake-gwt/blob/master/pom.xml
This is a bit more complex, but it deploys the app with source code +
source maps so you can see the source in your browser devtool.
https://github.com/ibaca/rxcanvas-gwt/blob/master/pom.xml
For local development, it is useful to create a command to deploy to your
local web server, something like...
mvn package -Pdraft -DskipTests && scp -rC
target/{mavenFinalName}/{gwtModuleName} mywebserver.com:
/var/www/{gwtModuleName}/
On Tue, Jul 18, 2017 at 12:31 PM Rodolfo Raya <[email protected]> wrote:
> Hi,
>
> Yes, you can use Eclipse Jetty instead of Tomcat. See
> http://www.eclipse.org/jetty/
>
> Regards,
> Rodolfo
> --
> Rodolfo M. Raya [email protected]
> Maxprograms http://www.maxprograms.com
>
> On Tue, Jul 18, 2017 at 6:15 AM <[email protected]> wrote:
>
>> Can I deploy the code generated by GWT other than Tomcat web server?
>>
>> On Tuesday, November 23, 2010 at 4:42:01 PM UTC+5:30, Noor wrote:
>>>
>>> Hi,
>>> I have read the documentation on deployment but I have not yet figured
>>> how to deploy an gwt app on web server. Can someone explain me how to
>>> do so assume the default application created with eclipse:
>>>
>>> that is the server implementation in a package
>>> and the field verifier which is used by the server implementation in
>>> another package.
>>>
>>> thanks in advance!!
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "GWT Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To post to this group, send email to [email protected].
>> Visit this group at https://groups.google.com/group/google-web-toolkit.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to the Google Groups
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>
--
You received this message because you are subscribed to the Google Groups "GWT
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.