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

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