Problem with GWT behind a reverse proxy - either nginx or apache

前端 未结 7 563
悲&欢浪女
悲&欢浪女 2020-12-15 22:20

I\'m having this problem with GWT when it\'s behind a reverse proxy. The backend app is deployed within a context - let\'s call it /context.

The GWT app works fine

7条回答
  •  执笔经年
    2020-12-15 22:32

    I'm fairly sure the correct answer here is to patch the source and submit a bug report. Another option would be to run the GWT app at / on your backend.

    I'd prefer the former, but the latter should work too. If you really needed things separated out into multiple contexts, use a different port number?

提交回复
热议问题