hi,

On Tomcat, the new bound datasource on the fly is only visible for the
current application. Other applications can not find it on the fly.

Comparing to OC4J and Weblogic server, by calling the same codes, the new
bound datasource will be visible to all applications. 

Should Tomcat support this feature or it is a bug?

   Context initContext = new InitialContext();
   initContext.bind(datasourceName,dataSourceObject);


Regards,
cun
-- 
View this message in context: 
http://www.nabble.com/new-bound-datasoure-on-the-fly-is-not-visible-to-other-applicaitons-tp17401478p17401478.html
Sent from the Tomcat - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to