Skip to content

Commit

Permalink
improved embedded tomcat configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Oct 24, 2017
1 parent bbdff10 commit d81d09b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions gui/admin-gui/src/main/resources/application.yml
Expand Up @@ -2,5 +2,13 @@ spring:
application:
name: MidPoint

server:
display-name: MidPoint
session:
cookie:
max-age: 900
tomcat:
basedir: ${midpoint.home}

# more properties with default values can be found here:
# https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html
Expand Up @@ -55,7 +55,7 @@ private void createMidpointHomeDirectories(String midpointHomePath) {
String[] directories = {
midpointHomePath + "icf-connectors",
midpointHomePath + "idm-legacy",
midpointHomePath + "log",
midpointHomePath + "logs",
midpointHomePath + "schema",
midpointHomePath + "import",
midpointHomePath + "export",
Expand Down

0 comments on commit d81d09b

Please sign in to comment.