• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

tomcat deploy on command line

B

bluejohn

Guest
Is it possible to deploy a Tomcat webapp on command line (SSH)?

I have a very large webapp (20 meg) that I would like to use, but I can't get it uploaded through plesk, so I was thinking of using FTP instead. But that I have to be able to deploy it at command line.
 
You can, but it's no so easy. You can install the web application using the util from:
/usr/local/psa/admin/bin/tomcatmng

but you must add the application first to the database, which might be a little bit harder as this is done in the Plesk interface PHP.
 
Thanks for the reply. Is there any documentation on tomcatmng?
 
Back
Top