Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes

Hello,

i get this message:
 

Web application setup

=====================

Headwind MDM requires access from Internet

Please assign a public domain name to this server

Protocol (http|https) [https]: http

Domain name or public IP (e.g. example.com): XXX.XXX.XXX.44

Port (e.g. 8080, leave empty for default ports 80 or 443):

Project path on server (e.g. /hmdm) or ROOT: ROOT

To enable password recovery function, Headwind MDM must be connected to SMTP.

Password recovery is an optional but recommended feature.

Setup SMTP credentials [Y/n]?: n

Ready to install!

Location on server: /var/lib/tomcat9/work

URL: http://XXX.XXX.XXX.44

Is this information correct [Y/n]? y

Tomcat config file created: /var/lib/tomcat9/conf/Catalina/localhost/ROOT.xml

Deploying hmdm-5.35.3-os.war to Tomcat: /var/lib/tomcat9/webapps/ROOT.war

........................................................................................................................

ERROR: failed to deploy WAR file!

Please check /var/lib/tomcat9/logs/catalina.out for details.

In the Path /var/lib/tomcat9/logs/ is  not a file. Please help me to solve this problem. 

by (120 points)

1 Answer

0 votes

Please check what is displayed in the /var/lib/tomcat9/logs/catalina.out log.

ls -l /var/lib/tomcat9/logs/

If there are no logs, then:

journalctl -u tomcat9.service

https://qa.h-mdm.com/16822/how-to-view-tomcat-log-file

Restarting the installer may help.

Also check out the articles:
https://qa.h-mdm.com/16783/error-failed-to-deploy-war-file
 
by (260 points)
edited by
...