Set variable "GRAPHVIZ_DOT" in Tomcat 8 on Linux.

0 votes
asked Jan 14, 2019 in Question / help by livadm (120 points)

Hello. Why PlantUML cannont see variable? /etc/tomcat8/server.xml

<Service name="plantuml">
<Connector port="8082" protocol="HTTP/1.1" address="127.0.0.1" connectionTimeout="20000" redirectPort="8444" />
<Engine name="Catalina" defaultHost="localhost">
<Host name="localhost"  appBase="webapps" unpackWARs="true" autoDeploy="true">
<Context path="" docBase="plantuml" debug="0" privileged="true">
  <Parameter name="GRAPHVIZ_DOT" value="-GRAPHVIZ_DOT=/usr/bin/dot" override="false" />
</Context>
</Host>
</Engine>
</Service>

The environment variable GRAPHVIZ_DOT has not been set

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...