AW: How to avoide delete context.xml - 6.0.14

2007-08-09 Thread hans.mader
This is application related logging on application unload (struts plugin): com.magnasteyr.josf.InitLog4JPlugin ... try to clean up FileHandles for context [XJOSF] com.magnasteyr.josf.InitLog4JPlugin ... Clean up FileHandles finished for context [XJOSF] Now I used the manager application

AW: How to avoide delete context.xml - 6.0.14

2007-08-07 Thread hans.mader
that's in the log. I am wondering about the Missing application web.xml, ... statement. I played with the context's docBase attribute, but with no success. (this context.xml placed in META-INF contains no docBase) ?xml version=1.0 encoding=UTF-8? Context path=/xjosf !-- --

AW: How to avoide delete context.xml - 6.0.14

2007-08-07 Thread hans.mader
Hi Hassan, you mean my /webbappname/META-INF/context.xml shuould look like: ?xml version=1.0 encoding=UTF-8? Context ... The server appBase within the host is set to webapps. The Catalina/localhost/webappname.xml (xjosf.xml) is the same as in META-INF. The server puts it into automatically.

AW: How to avoide delete context.xml - 6.0.14

2007-08-07 Thread hans.mader
Hi Hassan, I did exactly that way you described to me, but the 2nd deployment still dosn't work properly. Even a server restart does not make the context working again The only way that works (not always) is to delete the WAR file manually, wait until the webapp is undeployed and then place

AW: How to avoide delete context.xml - 6.0.14

2007-08-06 Thread hans.mader
Hi, I placed the context.xml into the META-INF, undeployed (delete of WAR,exploded,conf/.../context.xml ) the previous app and deployed again. The first time of deployment, it works fine (ant based file copy to webapps)! The second time the server seems to deploy but the context isn't to be

AW: How to avoide delete context.xml - 6.0.14

2007-08-06 Thread hans.mader
I want to add, that the context couldn't get started (only after 2nd deployment) although the server was restarted. Hans. -Ursprüngliche Nachricht- Von: Mader Hans-Dieter, J-I Gesendet: Montag, 06. August 2007 09:28 An: 'Tomcat Users List' Betreff: AW: How to avoide delete context.xml