Welcome! Log In Create A New Profile

Advanced

Rev. proxying a java applet

March 14, 2016 12:39PM
Hi,

I'm a beginner to nginx.

I want to rev. proxying a page with java applet. I think it is usual and nothing special ...

This is my 1st config:

location /pl-wbr/ {
rewrite /pl-wbr/(.*) /$1 break;
proxy_pass http://pl-wbr/;
#proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

The java applet wants to connect to TCP/7000 on the proxied host.
Something has happened but it doesn't work. :-(

I checked the access.log on the proxied Apache host and I couldn't see big differences.
I think it is too general: I don't know any special thing about applet. It is a simple serial
terminal on WEB page.
I used tcpdump to watch the network traffic and no communication on port 7000 on
my client machine.

Any help would be appreciated!

TIA,
Subject Author Posted

Rev. proxying a java applet

aruzsi March 14, 2016 12:39PM

Re: Rev. proxying a java applet

Francis Daly March 16, 2016 04:44AM

Re: Rev. proxying a java applet

aruzsi March 16, 2016 06:43AM

Re: Rev. proxying a java applet

Francis Daly March 16, 2016 06:10PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 197
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready