Hi everybody, After having check the log files, several things appear :
22 nov. 2010 18:02:30 org.apache.catalina.startup.HostConfig deployWAR INFO: Déploiement de l'archive ..war de l'application web java.io.FileNotFoundException: /opt/victor/tomcat-base/webapps/ROOT.war (Permission denied) The second line translation is : INFO : deploying archive ..war of web application Where does this error come from ? Secondly, I have noticed that if I try to delete the ROOT.war in webapps and I try to deploy my index.war at the location / a ROOT.war appears with the exact same size that the index.war, so I imagine that my war is successfully copied. I tried to access the / of my server and I saw the following error : : java.io.FileNotFoundException: /opt/victor/tomcat-base/work/Catalina/localhost/manager/ROOT.war (No such file or directory) I checked and indeed this file is not in the directory. Is it supposed to be there to be deployed ? I am really lost on this issue I don't understand what is its problem... Thank you for your help Victor 2010/11/20 Konstantin Kolinko <knst.koli...@gmail.com> > 2010/11/21 Victor Kabdebon <victor.kabde...@gmail.com>: > > Hiello Konstantin > > > > Yes I do have access to the HTML manager interface, but nothing is > deployed > > in the list. > > I will check the context file in conf/catalina/localhost, I don't have > > access to it right now, I didn't think about it. > > > > Thank you very much for your help. Is there anything else that I might > have > > missed ? > > > > The log files? There might be something interesting there. > > Also I should say that error handling during deploy and undeploy > operations was improved in 6.0.24. See CVE-2009-2901 > http://tomcat.apache.org/security-6.html > > Best regards, > Konstantin Kolinko > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >