2010/1/14 Ludwig Magnusson <lud...@itcatapult.com>: > I have a problem when i deploy a new version of my webapp. I want some of > the files in my exisiting webapp to be overwritten, and I want some to be > left as they are. [...] > Is this possible in any way?
Not if the files are stored directly under the webapp. I believe the usual workaround is to store the files somewhere else and add a Context to serve them. You may need to investigate single sign-on if users require authorisation to view particular files. - Peter --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org