• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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