I have written a sample app and trying to deploy and run with the help of build.xml . I could see the project in
tomcat homepage but in stop mode. when i type url for my project like
http://localhost:8080/Sample/ , the browser says resource not found. I'm unable get where i am going wrong.
web.xml
//struts.xml
//index.jsp
//HelloWorld.java
//success.jsp
//build.xml
I should tell you that i don't have much knowledge about build.xml but it's cleaning thing for me and starting the server. I just picked up the code from somewhere and name as "Sample" in <project> tag and rest of the occurrences.
i am using windows server 2008 os . Also i am manually deleting the Sample.jar file in "tomcatHome/webapps" as my build file is not removing it with clean command . Thanks.