• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Plesk + TomCat Customisation

Vinsar

New Pleskian
Recently I got my first Plesk with Windows (both Plesk & Windows), now TomCat is also required as this server is for a client and they need it.

Though all the services are working fine, the issues I am facing are:

Here for tomcat it asks for war files to deploy JSP application, fine, but it deployes it at
C:\SWSoft\Plesk\Additional\Tomcat\psa-webapps\domain.com

Now the problem is this path C:\SWSoft\Plesk\Additional\Tomcat\psa-webapps\domain.com is not accessible with FTP as its not the usual account space.

So how to configure TomCat so the application get deployed at
C:\Inetpub\vhosts\domain.com\httpdocs

Another problem is while deploying it uses WAR file name as path too, like if we have the WAR file as jspapp.war it will create the folder jspapp, so how to configure it so that this folder is not created and the application runs from the document root location.

So what I want to achieve is to run JSP and servlet at C:\Inetpub\vhosts\domain.com\httpdocs just like as if we upload asp or php pages.
Or to set the TomCat environment so that when WAR file get deployed it goes into C:\Inetpub\vhosts\domain.com\httpdocs and without that folder created.
 
Back
Top