From 76142be60e097f7b250b99276588e70ac9aa3b75 Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Wed, 25 Mar 2020 16:01:37 +0100 Subject: [PATCH] setup for Linux --- pom.xml | 2 +- run.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ba002e0..3b95bb2 100644 --- a/pom.xml +++ b/pom.xml @@ -2029,7 +2029,7 @@ ${project.build.directory}/${project.artifactId}.war ${project.artifactId} - 9090 + 8080 ${project.artifactId} true true diff --git a/run.sh b/run.sh index 8234057..f479c7f 100755 --- a/run.sh +++ b/run.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#./mvnw +./mvnw -./mvnw -Pglassfish-managed +#./mvnw -Pglassfish-managed