At 12:26 PM 6/20/2004 +0400, you wrote:

Hi, I've just upgraded from TC4.1.12 to TC5.0.25.

Everything is OK, but TC evidently ignores my context configuration file
unless I place it directly into 'conf\Catalina\localhost\'.
It is ignored both if placed as 'webapps\my-app\META-INF\context.xml' and as
'webapps\my-app.xml'.

What is wrong? Should I fix some server setting?

Nothing is wrong. The loading of the context configuration files has simply changed between 4.1.xx and 5.0.xx. The appropriate place for the context configuration file (CCF) is conf/[Engine]/[Host]. You can either put it there manually or you can go though the manager interface to deploy an application where either the WAR file has a META-INF/context.xml or you point the to the CCF explicitly. Unfortunately, just dropping the WAR file into webapps won't autodeploy the META-INF/context.xml, so you'll have to put that under the conf directory manually.


Jake


Regards,
Sergey


--------------------------------------------------------------------- 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]



Reply via email to