• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Tomcat add custom context

AfterBit

New Pleskian
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"/>
 
Last edited:
Back
Top