Tuesday, July 18, 2017

Re: Deploying GWT application on a web server

You can deploy the generated app in whatever web server you choose.
For example, those pom.xml are configured to deploy to github site 
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.

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 <rmraya@gmail.com> wrote:
Hi,

Yes, you can use Eclipse Jetty instead of Tomcat. See http://www.eclipse.org/jetty/ 

Regards,
Rodolfo 
--
Rodolfo M. Raya          rmraya@maxprograms.com
Maxprograms              http://www.maxprograms.com

On Tue, Jul 18, 2017 at 6:15 AM <tarak@leadsemantics.com> 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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment