Hello,
I would like to add a custom <Context> to the <Host> (in file server.xml) added by Plesk with a java app, but "sometimes", my custom <Context> disappears...
How can I do it "permanent" ?
this is my custom context, "home" is the name of my java webapp :
<Context path="" docBase="home" debug="0" reloadable="true"/>
I would like to add a custom <Context> to the <Host> (in file server.xml) added by Plesk with a java app, but "sometimes", my custom <Context> disappears...
How can I do it "permanent" ?
this is my custom context, "home" is the name of my java webapp :
<Context path="" docBase="home" debug="0" reloadable="true"/>
Last edited: