I have setup appfuse on my machine and it is working fine. Now, I need to deploy the war file created by my appfuse project "myproject-version1.war" to another machine that contains tomcat.
After I deploy the war file in webapps folder, I am accessing the application like http://localhost:8080/myproject-version1 and http://localhost:8080/myproject-version1.war but in both occasions I am getting the following HTTP Status 404 Description: The requested resource() is not available. Note: I am using tomcat 6.0.20 Please help -Owais