GOOSSENS Wim wrote:
> 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?

You've already ready raised a bug for this.

https://issues.apache.org/bugzilla/show_bug.cgi?id=47516

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to