The gwt tag has no wiki summary.
0
votes
1answer
397 views
proxying ip from nginx to jetty/gwt
Good morning!
I have nginx setup in front of jetty 6, which is running a GWT application. I am trying to forward the ip address, and all the answers I find on the internet tell me to do this:
...
0
votes
1answer
343 views
Php and GWT/Java (Apache & Tomcat) on the same server - good idea?
I have a Flex RIA solution served by a Php backend up and running.
Because of the growing needs for system admin,
I would like to implement a GWT/Java solution for this.
It seems to be possible to ...
2
votes
1answer
1k views
Problem with GWT behind a reverse proxy - either nginx or apache
I originally asked this question on SO, but perhaps SF is a better place for traction on this question.
I'm having this problem with GWT when it's behind a reverse proxy. The backend app is deployed ...
1
vote
2answers
4k views
Deploying applications in Jetty (as a former Tomcat user)
I'm trying to deploy a GWT app with Jetty. I have a folder with both static content and servlets (including web.xml and java class files). In Tomcat I was able to simply move this folder into the ...
