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