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
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