RE: problem with updating an web app through manager app (linux work, win no)

2003-06-06 Thread Phillip Qin
Looks like some files are not removed. I had similar problem on Windows, my struts.jar under WEB-INF/lib never got removed. Linux is OK. Try put context.xml into META-INF. -Original Message- From: Emerson Cargnin [mailto:[EMAIL PROTECTED] Sent: June 5, 2003 1:28 PM To: [EMAIL PROTECTED]

Re: problem with updating an web app through manager app (linux work, win no)

2003-06-06 Thread Emerson Cargnin
what would be this context.xml? The problem is that i'm at work, and i let my home computer on, with tomcat, but i'm having that problem, can't deploy the same app two times : ) If you could sday more about how the context work and an exemple could be helpful thanks in advance emerson Phillip

Re: problem with updating an web app through manager app (linux work, win no)

2003-06-05 Thread Jacob Kjome
I have noticed this behavior sporadically. Did you do a remove or an undeploy. The latter is the correct one if you used deploy. install and remove work together and deploy and undeploy work together. Make sure not to mix them up. You may get unpredictable behavior. This really ought to