2 Answers
- Newest
- Most votes
- Most comments
2
Ensure that the port 8005 is available and not being used by another process. You can use tools like netstat to check this. Also, you would not have any firewall rules locking this port.
Is the server.xml readable by Tomcat?
0
Hello, Were you able to resolve it? I'm facing same issue and unaware how to check anything?
answered 2 months ago
Relevant content
- Accepted Answerasked 7 months ago
- asked 5 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 23 days ago
- AWS OFFICIALUpdated 2 years ago
Thanks for the response.
The port 8005 is not used by any process and I don't have any firewall rules locking this port. The file server.xml should be readable by Tomcat, but how do I find that if its not accessible by Tomcat or not ?
Thank you.
Look at the file permissions.