following error is occuring when i hit http://your_server_IP_address/info.php
**HTTP Status [404] – [Not Found]
Type Status Report
Message /info.php Example link Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. Apache Tomcat/8.5.15**
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!
Hello,
It looks like that you have Tomcat running on port 80 already and this is why your Apache web server was not able to start.
You can only have 1 service listening on 1 port. What you could do is either move your Tomcat to listen on another port or move the Apache web server to listen on another port.
I would recommend moving Tomcat to listen on port 8080 for example, and if needed you could set a reverse proxy via your Apache web server to proxy the traffic to port 8080. That way you can use both services.
Hope that this helps! Regards, Bobby
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.