Re: WebApp not recognised when having context.xml

2010-07-15 Thread bugger
Found the problem. must be written with capital letter at the beginning. -- View this message in context: http://old.nabble.com/WebApp-not-recognised-when-having-context.xml-tp29177124p29178120.html Sent from the Tomcat - User mailing list archive at Nabble.com. --

Re: WebApp not recognised when having context.xml

2010-07-15 Thread bugger
Also tried tomcat doing the unpacking via file upload of the war file but that also didn't work. I also tried to have an empty context.xml file. As soon as that file exists, my webapp is not found any more. -- View this message in context: http://old.nabble.com/WebApp-not-recognised-when-having-

WebApp not recognised when having context.xml

2010-07-15 Thread bugger
Hallo, I have a webapp, developed with eclipse. Starting the project in eclipse works perfectly. However as soon I export the project as war file, unzip that file and copy it to the webapps folder of Tomcat, the manger can't find the application and I can't access it with manual typing the URL.