How to copy a data in file.xml and paste it at /etc/tomcat7/Catalina/localhost/file.xml
file.xml
/etc/tomcat7/Catalina/localhost/file.xml
The data in file.xml is:
<Context path="/abc" docBase="/usr/share/tomcat7/abc\">
How to do this with python script?
No comments:
Post a Comment