Skip to content

Commit

Permalink
setup for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Mar 25, 2020
1 parent 9d40443 commit 76142be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -2029,7 +2029,7 @@
<configuration>
<app>${project.build.directory}/${project.artifactId}.war</app>
<name>${project.artifactId}</name>
<port>9090</port>
<port>8080</port>
<contextRoot>${project.artifactId}</contextRoot>
<autoDelete>true</autoDelete>
<createTables>true</createTables>
Expand Down
4 changes: 2 additions & 2 deletions run.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

#./mvnw
./mvnw

./mvnw -Pglassfish-managed
#./mvnw -Pglassfish-managed

0 comments on commit 76142be

Please sign in to comment.