• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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