Hi
I create my own app folder under resource/apps inside the exploded war file (ops.war). Then I jar the file again and recreate the new ops.war inside Tomcat. Then I deploy it inside Tomcat.
When I open up the application inside Tomcat by typing
http://localhost/my-app I am told that
"resource is not available"
Even the helloworld application does not work this way. I am told that the resource is unavailable.
Any suggestions would be helpful