Re: Install Problem

2022-09-01 Thread Nick Couchman
On Thu, Sep 1, 2022 at 12:11 PM Robert Simmons wrote: > > > The WAR file need not be executable > > I think you're using a different definition of executable than I am. I'm not > thinking about the executable bit. > > I'm just thinking from the perspective of the file being an object that > cont

Re: Install Problem

2022-09-01 Thread Robert Simmons
> The WAR file need not be executable I think you're using a different definition of executable than I am. I'm not thinking about the executable bit. I'm just thinking from the perspective of the file being an object that contains instructions which are executed as opposed to configuration which

AW: authToken

2022-09-01 Thread Philipp Zeitschel
or in other words: i want to use the normal guacamole web client with an dynamic json obejct containing the connection details. The user should not login The best thing would be that i can give the user a link and if he uses the link, the connection starts I thought, that is what the json-

Re: Install Problem

2022-09-01 Thread Nick Couchman
On Thu, Sep 1, 2022 at 7:57 AM Robert Simmons wrote: > > BLUF: > 1) Disable IPv6 > 2) Make sure the symbolic link (or the war file) is named guacamole.war. If > it is guacamole-1.4.0.war then then the URL to access guacamole becomes > :8080/guacamole-1.4.0/ > > Thanks for the quick help!! > > I

Re: Install Problem

2022-09-01 Thread Robert Simmons
BLUF: 1) Disable IPv6 2) Make sure the symbolic link (or the war file) is named guacamole.war. If it is guacamole-1.4.0.war then then the URL to access guacamole becomes :8080/guacamole-1.4.0/ Thanks for the quick help!! I will need to read up on Tomcat setup to get that right. It looks like the

Re: Install Problem

2022-09-01 Thread Ivanmarcus
Robert, Thanks, your second email hadn't arrived when I was typing my reply, but that's useful to know. WRT catalina_home or catalina_base, people more eloquent than me have explained that here: https://stackoverflow.com/questions/3090398/tomcat-catalina-base-and-catalina-home-variables htt