From 5ad7ec53fb7999992712a156118e2b4a8227cac7 Mon Sep 17 00:00:00 2001 From: Vladimir Tasic Date: Thu, 20 Apr 2017 16:10:41 +0000 Subject: [PATCH] Update plantuml.md --- doc/administration/integration/plantuml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/administration/integration/plantuml.md b/doc/administration/integration/plantuml.md index 6515b1a264a6d8..80e6ab4213d344 100644 --- a/doc/administration/integration/plantuml.md +++ b/doc/administration/integration/plantuml.md @@ -28,7 +28,7 @@ using Tomcat: sudo apt-get install tomcat7 sudo cp target/plantuml.war /var/lib/tomcat7/webapps/plantuml.war sudo chown tomcat7:tomcat7 /var/lib/tomcat7/webapps/plantuml.war -sudo service restart tomcat7 +sudo service tomcat7 restart ``` Once the Tomcat service restarts the PlantUML service will be ready and -- GitLab