• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

can we confuse container by giving wrolg ltd location for a perticular uri

 
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

This question is just out of curiosity.

This is the myFunction.tld file.



I am following JSP 2.0 specification So I don't have to give the location of tag in DD.But to just out of curiosityi changed the <laglib-location> no non existing one. Still It worked perfectly fine.

DD looks like as follows


No exception was thrown. It worked perfectly fine. because I don't have any muLostFunctions.tld file DiceFunctions as uri

Does that mean container doesn't get fooled by explicit declarations in DD. Does it mean it does the implicit background checking for all uri and .tld files and generate the mapping automatically.
 
Ranch Hand
Posts: 874
Android VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Does that mean container doesn't get fooled by explicit declarations in DD. Does it mean it does the implicit background checking for all uri and .tld files and generate the mapping automatically.



Yes , did you check the app startup log ?
 
Anil Deshpande
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This was the startup log:


Which one should I look for specifically?
 
Balu Sadhasivam
Ranch Hand
Posts: 874
Android VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ok. I thought that would throw error/warning during startup. Thats not the case now.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic