After installing FME server 1:2020.1.2.1.20624~ubuntu.18.04 with express install, accept all defaults I can't access the web interface. No matter what I do, curl localhost only returns this empty document:
curl -i localhost
HTTP/1.1 200
Set-Cookie: JSESSIONID=77599200BE369031A6D32AE8176D98E9; Path=/; HttpOnly
Content-Type: text/html;charset=ISO-8859-1
Content-Length: 126
Date: Wed, 16 Sep 2020 05:09:52 GMT
<!DOCTYPE html>
<html lang="en">
<head>
<meta HTTP-EQUIV="REFRESH" content="0; url=fmeserver">
</head>
</html>
What am I doing wrong here?
I've browsed the installation and the fmeserver logs, and everything seems go-happy-lucky there.
EDIT: I guess the above code is just to make the browser stick around and wait (refresh) untill FME server has composed the web GUI it wants to present to this particular browser instance. If the browser presents the right coockie FME server will try to resume your previous session (or something like that). If your browser never has talked to FME server before FME server still needs some time to load.