I Created a droplet.
Memory vCPUs Transfer SSD Disk 1 GB 1 vCPU 1 TB(1000GB) 25 GB
Installed S/W.
Problem:
After uploading war file something going to wrong and tomcat service will be failed.
I attached problem link. (http://riyatsa.in/u/Server config.PNG)
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Before diving into troubleshooting the problem, it’s a good idea to read over: https://tomcat.apache.org/tomcat-9.0-doc/setup.html which guides you through the Tomcat configuration process. It might also have the exact answer you are searching for.
As root, you can try to gather more information by running journalctl -xe or find the apache-tomcat logs directory in /var/log/. The first option, if journalctl is installed on your system will give you a closer look at what actually failed. It may tell you that your configuration in the tomcat config file references a filename that does not exist, or that the apache user does not have permission to execute or read one of its directories – especially if any of those files were written by the root user. You can run chown root:apache /<path>/<to>/<filename> && chmod r+x /<path>/<to>/<filename> to any files that the apache user cannot run.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.