• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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