• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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