Hi there,
I am having real problems deploying my web app on Tomcat 5.5.
I have Tomcat deployed on my laptop and it works fine for me, but I am trying to upload a simple webapp onto a remote server, but everytime I use the Tomcat Manager to deploy my app, I get the message:
FAIL - Failed to deploy application at context path /Test
according to material I have found on the web, there should be something wrong with my web.xml file. For the sake of just trying to get something to run I have simplified my whole app down to the web.xml file which is as follows:
I have copied the deployment descriptor header directly from the troubleshooting guide and have checked that it's the one for Tomcat 5.5. The WEB-INF directory is properly named, as is the web.xml file. I have turned Tomcat on and off serveral times, but I still get the message. This should be easy!
I'd be grateful for any help or suggestions.
Cheers
Joe