I have a problem in deploying the war file in Jboss7.0.2. when i deployed first time. it worked fine. i made few more changes(added one more end point) and after that i was not able to deploy the war. NO ERROR. but the new service is not getting deployed. But I am able to hit the old services.
steps i followed to deploy it,
1.stop the server
2.Remove the war file from
jboss-as-web-7.0.2/domain/servers/server-one/deployments/
3. Copy the new war file in to the same location.
4. Start the server.
do i need to do anything other than that? Please help me.