Hi,
I would like deploy a simple
servlet injboss-as-7.1.1.Final (Brontes), my war file was deployed successfully but when i run my localhost getting HTTP Status 404 error. unable to trace the error in the configuration.
please find the below deployment structure.
Hello.war--->WEB-INF{(classes--->HelloWorld.class),(web.xml)}
I deployed Hello.war in D:\jboss-as-7.1.1.Final (Brontes)\jboss-as-7.1.1.Final\standalone\deployments\Hello.war, it was successfully deployed after that in the browser
http://localhost:8080/Hello/ it shows the error like this.
HTTP Status 404 - /Hello/
type Status report
message /Hello/
description The requested resource (/Hello/) is not available.
JBoss Web/7.0.13.Final
and my
java class ,
Helloworld.java
web.xml
please any one tell me how to deploy servlet in
jboss 7.1.1 final
Thanks in advance.