• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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