Re: URLStreamHandlerFactory

2013-01-17 Thread e e
e/why does tomcat have to use jndi URLs to fetch resources?? Can you please elaborate on "It is because Tomcat uses "jndi://..." for handling web application resources". Sriram. On Wed, Jan 16, 2013 at 1:50 PM, e e wrote: > > Thanks for the response. I will move to T

Re: URLStreamHandlerFactory

2013-01-16 Thread e e
di URLs to fetch resources?? Can you please elaborate on "It is because Tomcat uses "jndi://..." for handling web application resources". Sriram. On Wed, Jan 16, 2013 at 1:18 AM, Mark Thomas wrote: > On 15/01/2013 19:09, Christopher Schultz wrote: > > Sriram, > >

URLStreamHandlerFactory

2013-01-15 Thread e e
- Am trying to understand why WebAppLoader does a URL.setURLStreamHandlerFactory(). - I see that a protocol handler is being set for "jndi://" protocol. Our apps' do NOT use JNDI urls. I believe tomcat 6 has NOT used the jndi url anywhere in its codebase. - What feature in tomcat