I don't remember but it's likely Jetrix uses redirections with absolute paths, so if the entry point of the reverse proxy isn't the root basepath for the domain, it won't work.
Interesting thing is when I add a trailing slash to proxy_pass, like this: $upstream_proto://$upstream_app:$upstream_port/ It'll load the index/frames, but then the links to the individual files are 404: Screenshot (ignore the full path in the top frame; I unpacked the .war file and tried editing in the full server path to test if it would work) Most likely has something to do with the website source files being contained inside a .war file instead of all files just sitting in a folder. Makes it...
Interesting thing is when I add a trailing slash to proxy_pass, like this: $upstream_proto://$upstream_app:$upstream_port/ It'll load the index/frames, but then the links to the individual files are 404: Screenshot (ignore the full path in the top frame; I unpacked the .war file and tried editing in the full server path to test if it would work) When I don't use a reverse proxy and just go directly to the IP + port 8080 it all works fine, but I need to be able to use a sub domain.
I don't think the admin application is proxy aware, so the redirections may not work and lead to an invalid URL.
Anyone ever try running the jetrix behind a reverse proxy? Right now I'm trying to get the admin part to work. Using NGINX I forward teh rquest to port 8080; it loads the credentials prompt, I fill them in, then just get this on screen: HTTP ERROR: 404 /tetrinetadmin Not Found RequestURI=/tetrinetadmin The proxy code: server { listen 443 ssl; listen [::]:443 ssl; server_name tetrinet.*; include /config/nginx/ssl.conf; client_max_body_size 0; location /tetrinet { include /config/nginx/proxy.conf;...
I tried the Windows Online link and it installed the 32-bit version, and Jetrix can open like normal now. Thanks for the help!
I suspect Windows Online to install the 64 bits version. Go for the Windows Offline one instead.
So I download from the link that says "Windows Online" ? https://cdn.discordapp.com/attachments/707123824226861107/711687998621876374/unknown.png
So I download from t he link that says "Windows Online" ? https://cdn.discordapp.com/attachments/707123824226861107/711687998621876374/unknown.png
If you install the 32 bits version from this page it should work fine: https://www.java.com/en/download/manual.jsp
64-bit I used this download link after the website auto-detected which Java version I should use: https://cdn.discordapp.com/attachments/707123824226861107/711684074561077308/unknown.png
32 or 64 bits ? I think it supports only 32 bits JREs
The latest version from https://www.java.com/en/download/ Version 8 Update 251 Release date April 14, 2020
Hi, thank you for reporting this issue. I guess the launcher doesn't recognize recent JREs. What version of Java is installed?
Hi. I encounter this error message when I open jetrix.exe, even after I have installed the latest version of Java: https://cdn.discordapp.com/attachments/707123824226861107/710748242568282112/unknown.png I have used Jetrix to host TetriNet games while behind a router many times in the past (though the last time was in 2014), and I have never gotten this error.
Fixed a typo
Ignore the temporary directories