It is no problem for my setup to run this https://tomcat.apache.org/tomcat-9.0-doc/appdev/sample/
So, Tomcat likely is working. Am Do., 6. Juni 2019 um 19:35 Uhr schrieb Goran <[email protected]>: > > Hi all, > > I have installed tomcat9 onto a devuan-testing (debian) server and > downloaded the client > > git clone https://github.com/apache/guacamole-client.... > > I compiled the client with > > mvn package -Dmaven.javadoc.skip=true > > Without skipping javadoc I was not able to compile. I went on and saw > that no war file was created. So I edited project-assembly.xml > > ... > <format>war</format> > ... > > Now I tried to compile and I got the war-file under target > > I copied the file to /opt/tomcat9/webapps (Tomcat is up and running) > > And tried > > localhost:8080/guacamole > > and got a 404. > > Further I looked at /opt/tomcat9/webapps and indeed there is a > directory guacamole. > > What am I missing? > > Regards > Goran --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
