How to run a WAR file in Apache Tomcat

Viewed 19

I have a war file already unzipped in my tomcat10/webapps, I created a virtual host in Apache, my DocumentRoot points to the address of the directory ./tomcat10/webapps/demonstracao, inside that directory I have my jsp pages, the META-INF directories and WEB-INF but when I call my page in my browser only the HTTP SERVER TEST PAGE comes up. Does anyone know how to solve this problem?

1 Answers
Related