problem with deployment in Tomcat

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

problem with deployment in Tomcat

ilango_g
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
Reply | Threaded
Open this post in threaded view
|

Re: problem with deployment in Tomcat

ilango_g
I solved the problem myself.

thanks again

XGuy wrote
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