vendredi 6 novembre 2015

Call index.html in Tomcat

I'm trying to run an application in Tomcat. I create an application that generates a war file that I put on the Tomcat to run the application but when I try to run

http://localhost:8080/AppletTest/

it gives me error:

HTTP Status 404 -

type Status report

message

description The requested resource is not available.

Apache Tomcat/8.0.28

In the dir installation of tomcat my app resides on

~/apache-tomcat-8.0.28/webapps/

and the index.html and the other files are on the

~/apache-tomcat-8.0.28/webapps/AppletTest/WEB-INF/pages/index.html

.

I'm making any error?

Aucun commentaire:

Enregistrer un commentaire