On 19.07.2019 11:47, Victor WILLART wrote:
Hi everybody,


I am using Tomcat 8.0, and I am struggling to replace and deploy a WAR file..


I made a new WAR file, named it like the old one, and replaced it in my webapps folder. 
But the new generated folder for my application is just containing a single folder 
"config" which is empty. All the other folders and files are missing … I tried 
also to deploy it through the Tomcat Manager and it happened the same.


I don't think my war file is wrong since I have a back up folder of my app that 
was working perfectly before trying this, and the back up WAR file isn't 
working neither.  Only replacing the deployed folder by the deployed folder 
from back up makes my app work again correctly.


If you have any hints or guesses about this, I would gladly try them.



Could be some permissions problem.
What platform is it ?

(Like : when you do it "by hand", you are logged-in as a user with sufficient permissions to overwrite existing files/create new ones. But when tomcat tries to do the same, it cannot because its own permissions are insufficient.
There should be something in the logfiles though. Have you looked there ?)



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to