I need to access the virtual-host element, but I don't know how to access the contents of this file programatically.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Fire up your favourite programming language that understands XML and parse the server.xml file. Use XPath to locate the element you're interested in and change it. Then write the server.xml file back out again. If you're into Java and DOM then something like this would get you started:
|
|||
|
|