graphviews.properties
The graphviews.properties file allows you to define basic parameters for the GraphViews installation.
Important
Replace <TOMCAT_HOME>.
! PoolParty configuration pp.language=en pp.groups= pp.username= pp.password= pp.url= server.servlet.context-path=/GraphViews # Charset of HTTP requests and responses. Added to the "Content-Type" header if not set explicitly. spring.http.encoding.charset=UTF-8 # Enable http encoding support. spring.http.encoding.enabled=true # Force the encoding to the configured charset on HTTP requests and responses. spring.http.encoding.force=true ! Logging logging.level.root=WARN catalina.home=<TOMCAT_HOME>/tomcat logging.file=${catalina.home}/logs/ppgv.log