Hi all,
After upgrading from tomcat 6.0.18 to 6.0.20 ,
elements in $CATALINA_BASE/conf/context.xml
or in $CATALINA_BASE/conf/[enginename]/[hostname]/context.xml.default
are no longer available (loaded) for the webapps.
According to the documentation and the behavior until 6.0.18, they
should be
loaded for all the webapps (or for de webapps of that host)
I tested it with resourcelinks, transaction and environment elements.
Tested on VISTA and REDHAT.
Example :
<Environment name="jx.host.code"
value="host001"
type="java.lang.String"
override="true" />
<ResourceLink name="mail"
global="mail/Session"
type="javax.mail.Session" />
<ResourceLink name="db"
global="jdbc/dev1"
type="javax.sql.DataSource" />
<Transaction factory="com.atomikos.icatch.jta.UserTransactionFactory" />
My question : is this a bug or should I now specify something somewhere
to get the behaviour I want back?
(When I put the elements in each applications .xml in
$CATALINA_BASE/conf/[enginename]/[hostname]/application.xml
everything works again)
Kind Regards,
Wim