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

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

Re: Install Problem

2022-08-31 Thread Robert Simmons
> You don't say what distribution you are using That was in my second email: Ubuntu 22.04 LTS (and I posted my install script). > You will see where I've put the .war file (and the symlink Ok, so I am putting the file in the correct location. Should CATALINA_HOME in the documentation be changed to

Re: Install Problem

2022-08-31 Thread Ivanmarcus
Robert, You don't say what distribution you are using, however below is a step-by-step install of Guacamole 1.4 using Ubuntu Server 20.04 and Tomcat 9. You will see where I've put the .war file (and the symlink to webapps). This uses MySQL for user data etc, the user mapping file is probably

Re: Install Problem

2022-08-31 Thread Robert Simmons
Sorry for the double email, but here is the exact set of steps that I am taking to install Guacamole. I am using this snippet in a Vagrant instance in a bash installation script. I am starting with a fresh install of Ubuntu 22.04 LTS. ## Install Tomcat apt-get install -y tomcat9 ## Install Guacam

Install Problem

2022-08-31 Thread Robert Simmons
I hope someone can point me in the right direction. I have followed the documentation for installing Guacamole (1.4.0). Almost everything seems to be successful, but there are two areas that I'm confused about and the end result is that I can't get things running properly. The first problem is a d