You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in tomcat8.5 server.xml config file i want to add a 'Context' node child of 'Server/Service/Engine/Host', and set the node two attr like <Context path="" docBase="/opt/app/xxx"> in my yaml i try this xml: path: /opt/apache-tomcat-{{tomcat_version}}/conf/server.xml xpath: Server/Service/Engine/Host/Context attribute: path, value: ""
my question is how to add another attr of docBase,i'm new of ansible-xml,hope for help, thanks. ; )
The text was updated successfully, but these errors were encountered:
in tomcat8.5 server.xml config file i want to add a 'Context' node child of 'Server/Service/Engine/Host', and set the node two attr like
<Context path="" docBase="/opt/app/xxx">
in my yaml i try thisxml: path: /opt/apache-tomcat-{{tomcat_version}}/conf/server.xml xpath: Server/Service/Engine/Host/Context attribute: path, value: ""
my question is how to add another attr of
docBase
,i'm new of ansible-xml,hope for help, thanks. ; )The text was updated successfully, but these errors were encountered: