Ok thanks, I'll investigate the solution. /Ludwig -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Peter Crowther Sent: den 14 januari 2010 11:29 To: Tomcat Users List Subject: Re: Overwriting and not overwriting when re-deploying a warfile
2010/1/14 Ludwig Magnusson <[email protected]>: > 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: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
