• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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