From where org.apache.naming get added to java.naming.factory.url.pkgs in Tomcat 7.x

2016-01-11 Thread Thusitha Thilina Dayaratne
Hi,

I checked the tomcat7 source to find out how tomee set the
*org.apache.naming *to* java.naming.factory.url.pkgs *system property which
uses for JNDI stuffs. But I couldn't find the place.

Could someone point the location from where tomcat set that property?

Thanks
Thusitha
--


Re: From where org.apache.naming get added to java.naming.factory.url.pkgs in Tomcat 7.x

2016-01-11 Thread Thusitha Thilina Dayaratne
Sorry for the trouble.
I found that enableNaming() method sets this

Thanks
Thusitha
2016-01-11 14:34 GMT+05:30 Thusitha Thilina Dayaratne <
thusithathil...@gmail.com>:

> Hi,
>
> I checked the tomcat7 source to find out how tomee set the
> *org.apache.naming *to* java.naming.factory.url.pkgs *system property
> which uses for JNDI stuffs. But I couldn't find the place.
>
> Could someone point the location from where tomcat set that property?
>
> Thanks
> Thusitha
> --
>
>


--