On Thu, Sep 16, 2021 at 1:41 AM Gerd Hoerst <[email protected]> wrote:

> Hi !
>
> Regarding my other problem which i posted here and got (unfortunately)
> no response.
>
> I tried to change my setup from 1.3.0. to git so i had a running 1.3.0
> before.
>
> i compiled everything and i can login as before, but trying to use any
> connection i get this in apache log:
>
> [Wed Sep 15 17:04:05.376868 2021] [proxy:error] [pid 1543157]
> (111)Connection refused: AH00957: HTTP: attempt to connect to
> 127.0.0.1:8080 (localhost) failed
> [Wed Sep 15 17:04:05.376957 2021] [proxy_http:error] [pid 1543157]
> [client 62.159.242.114:45060] AH01114: HTTP: failed to make connection
> to backend: localhost
>
> point is i changed nothing on apache/tomcat9 setup i only changed the
> guacamole part. What did i wrong in my thinking
>
>
You haven't provided a lot of detail about how things are set up, but it
looks like either Tomcat is not running, or, if you're running it through
Docker, it isn't forwarding the port as expected. The message here is
fairly straight-forward - whatever the proxy is cannot connect on port 8080
(Tomcat's normal port). Make sure that Tomcat is running and is listening
on the expected port - and, if you're using Docker, that the container
configuration makes that port available.

-Nick

Reply via email to