• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Tomcat aliases

C

CarmineG

Guest
Hello,

I'm trying to configure some aliases on Tomcat 5.5.4 using Plesk 8.2.
I tried editing the server.xml configuration file to do this, specifically, i added the "Contex" tag after the "Home" tag as follows:

<Context path="/alias_name"
docBase="c:\path"
reloadable="true"
crossContext="true" />

It works fine on my Tomcat server on my machine, but it doesn't work on my server, where Plesk runs.
I added this both after the localhost and domani home tag.
Can someone tell me if there is another way, maybe using Plesk panel to configure aliases?

Thank you in advice :)
 
Back
Top