• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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