Thursday, September 25, 2014

Re: How to setup a GWT project in Plesk on a virtual machine?

Well it kind of depends on what exactly you want to achieve. If you just want to run your GWT app and you don't really care about the URL then just install any Java server (Jetty, Tomcat, Glassfish, Wildfly, ...), deploy your *.war file on it and access it through your server IP address and the default port of your Java server which, in most cases, is 8080.

But if you want something like http://app.example.com and example.com is managed by Plesk + Apache then you have to read about Apache + reverse proxy because Apache needs to proxy requests to your java server of choice.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment